From dc458233bfe947bc35891501dad6251691b5cd9c Mon Sep 17 00:00:00 2001 From: mmsmits Date: Thu, 14 Dec 2023 11:14:47 +0100 Subject: [PATCH] Added missing R5 extension types, removed one that isn't in the spec --- src/Hl7.Fhir.R5/Model/ModelInfo.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Hl7.Fhir.R5/Model/ModelInfo.cs b/src/Hl7.Fhir.R5/Model/ModelInfo.cs index 883bfc384d..a84ccfe8b9 100644 --- a/src/Hl7.Fhir.R5/Model/ModelInfo.cs +++ b/src/Hl7.Fhir.R5/Model/ModelInfo.cs @@ -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), @@ -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),