diff --git a/src/Hl7.Fhir.Base/Model/Generated/Binary.cs b/src/Hl7.Fhir.Base/Model/Generated/Binary.cs
index e6157fc3a6..2a45adca6f 100644
--- a/src/Hl7.Fhir.Base/Model/Generated/Binary.cs
+++ b/src/Hl7.Fhir.Base/Model/Generated/Binary.cs
@@ -134,7 +134,7 @@ public byte[] Data
}
///
- /// The actual content. Note: Element is deprecated since R4, do not use with R4 and newer releases.
+ /// The actual content. Note: Element is replaced by 'Binary.data' since R4. Do not use this element 'content' with R4 and newer releases.
///
[FhirElement("content", Order=70)]
[NotMapped(Since=FhirRelease.R4)]
diff --git a/src/Hl7.Fhir.Base/Model/Generated/Signature.cs b/src/Hl7.Fhir.Base/Model/Generated/Signature.cs
index 15d7bd2d48..13f0668e30 100644
--- a/src/Hl7.Fhir.Base/Model/Generated/Signature.cs
+++ b/src/Hl7.Fhir.Base/Model/Generated/Signature.cs
@@ -56,7 +56,8 @@ public partial class Signature : Hl7.Fhir.Model.DataType
public override string TypeName { get { return "Signature"; } }
///
- /// Indication of the reason the entity signed the object(s). Note: Since R5 the cardinality is expanded to 0..* (previous it was 1..*)
+ /// Indication of the reason the entity signed the object(s).
+ /// Note: Since R5 the cardinality is expanded to 0..* (previous it was 1..*).
///
[FhirElement("type", InSummary=true, Order=30)]
[Cardinality(Min=0,Max=-1)]
@@ -70,7 +71,8 @@ public List Type
private List _Type;
///
- /// When the signature was created. Note: Since R5 the cardinality is expanded to 0..1 (previous it was 1..1)
+ /// When the signature was created.
+ /// Note: Since R5 the cardinality is expanded to 0..1 (previous it was 1..1).
///
[FhirElement("when", InSummary=true, Order=40)]
[DataMember]
@@ -101,7 +103,9 @@ public DateTimeOffset? When
}
///
- /// Who signed. Note: Since R5 the cardinality is expanded to 0..1 (previous it was 1..1)
+ /// Who signed.
+ /// Note 1: Since R4 the type of this element should be a fixed type (ResourceReference). For backwards compatibility it remains of type DataType.
+ /// Note 2: Since R5 the cardinality is expanded to 0..1 (previous it was 1..1).
///
[FhirElement("who", InSummary=true, Order=50, Choice = ChoiceType.DatatypeChoice)]
[FhirElement("who", InSummary=true, Order=50, Since=FhirRelease.R4)]
@@ -120,7 +124,8 @@ public Hl7.Fhir.Model.DataType Who
private Hl7.Fhir.Model.DataType _Who;
///
- /// The party represented
+ /// The party represented.
+ /// Note: Since R4 the type of this element should be a fixed type (ResourceReference). For backwards compatibility it remains of type DataType.
///
[FhirElement("onBehalfOf", InSummary=true, Order=60, Choice = ChoiceType.DatatypeChoice)]
[FhirElement("onBehalfOf", InSummary=true, Order=60, Since=FhirRelease.R4)]
@@ -264,7 +269,7 @@ public byte[] Data
}
///
- /// The actual signature content (XML DigSig. JWS, picture, etc.). Note: Element is deprecated since R4, do not use with R4 and newer releases.
+ /// The actual signature content (XML DigSig. JWS, picture, etc.). Note: Element is replaced by 'Signature.data' since R4. Do not use this element 'blob' with R4 and newer releases.
///
[FhirElement("blob", Order=90)]
[NotMapped(Since=FhirRelease.R4)]