Skip to content

Commit

Permalink
For STU# as well: DeclaredTypes on Markdown properties that used to b…
Browse files Browse the repository at this point in the history
…e string properties
  • Loading branch information
marcovisserFurore committed Jan 18, 2023
1 parent bb152b0 commit 8eab577
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Hl7.Fhir.STU3/Model/Generated/ElementDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,8 @@ public string Key
/// Why this constraint is necessary or appropriate
/// </summary>
[FhirElement("requirements", InSummary=true, Order=40)]
[DeclaredType(Type = typeof(FhirString))]
[DeclaredType(Type = typeof(Markdown), Since = FhirRelease.R5)]
[DataMember]
public Hl7.Fhir.Model.FhirString RequirementsElement
{
Expand Down Expand Up @@ -1720,6 +1722,8 @@ public Hl7.Fhir.Model.BindingStrength? Strength
/// Human explanation of the value set
/// </summary>
[FhirElement("description", InSummary=true, Order=40)]
[DeclaredType(Type = typeof(FhirString))]
[DeclaredType(Type = typeof(Markdown), Since = FhirRelease.R5)]
[DataMember]
public Hl7.Fhir.Model.FhirString DescriptionElement
{
Expand Down Expand Up @@ -1976,6 +1980,8 @@ public string Map
/// Comments about the mapping or its use
/// </summary>
[FhirElement("comment", InSummary=true, Order=60)]
[DeclaredType(Type = typeof(FhirString))]
[DeclaredType(Type = typeof(Markdown), Since = FhirRelease.R5)]
[DataMember]
public Hl7.Fhir.Model.FhirString CommentElement
{
Expand Down

0 comments on commit 8eab577

Please sign in to comment.