Skip to content

Commit

Permalink
Merge pull request #2641 from FirelyTeam/bugfix/add-missing-r5-extens…
Browse files Browse the repository at this point in the history
…ion-types

Added missing R5 extension types, removed one that isn't in the spec
  • Loading branch information
ewoutkramer authored Dec 14, 2023
2 parents 202a05f + dc45823 commit 7d29828
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Hl7.Fhir.R5/Model/ModelInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@ public partial class ModelInfo
typeof(Model.Age),
typeof(Model.Annotation),
typeof(Model.Attachment),
typeof(Model.Availability),
typeof(Model.Base64Binary),
typeof(Model.FhirBoolean),
typeof(Model.Canonical),
typeof(Model.Code),
typeof(Model.CodeableConcept),
typeof(Model.CodeableReference),
typeof(Model.Coding),
typeof(Model.ContactDetail),
typeof(Model.ContactPoint),
typeof(Model.Contributor),
typeof(Model.Count),
typeof(Model.DataRequirement),
typeof(Model.Date),
typeof(Model.ExtendedContactDetail),
typeof(Model.FhirDateTime),
typeof(Model.FhirDecimal),
typeof(Model.Distance),
Expand All @@ -75,6 +77,7 @@ public partial class ModelInfo
typeof(Model.Quantity),
typeof(Model.Range),
typeof(Model.Ratio),
typeof(Model.RatioRange),
typeof(Model.ResourceReference),
typeof(Model.RelatedArtifact),
typeof(Model.SampledData),
Expand Down

0 comments on commit 7d29828

Please sign in to comment.