Skip to content

Commit

Permalink
fix: changed stu3 datatype to FhirUri
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed Oct 25, 2024
1 parent 1e70cf4 commit f90a4a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Hl7.Fhir.Base/Model/Generated/Attachment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,11 @@ public byte[] Data
}
}

/// <summary>
/// Uri where the data can be found
/// </summary>
/// <summary>
/// Uri where the data can be found
/// </summary>
[DeclaredType(Type = typeof(FhirUrl), Since = FhirRelease.R4)]
[DeclaredType(Type = typeof(FhirUri), Since = FhirRelease.STU3)]
[FhirElement("url", InSummary=true, Order=60)]
[DataMember]
public Hl7.Fhir.Model.FhirUrl UrlElement
Expand Down

0 comments on commit f90a4a3

Please sign in to comment.