This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Taken from a DICOM sample (id = "dicom")
<Patient xmlns="http://hl7.org/fhir"> <extension url="http://nema.org/fhir/extensions#0010:1010"> <valueQuantity> <value value="56"/> <units value="Y"/> </valueQuantity> </extension> <extension url="http://nema.org/fhir/extensions#0010:1020"> <valueQuantity> <value value="1.83"/> <units value="m"/> </valueQuantity> </extension> <extension url="http://nema.org/fhir/extensions#0010:1030"> <valueQuantity> <value value="72.58"/> <units value="kg"/> </valueQuantity> </extension> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> Patient MINT_TEST, ID = MINT1234. Age = 56y, Size = 1.83m, Weight = 72.58kg </div> </text> <identifier> <system value="http://nema.org/examples/patients"/> <value value="MINT1234"/> </identifier> <name> <family value="MINT_TEST"/> </name> <gender> <coding> <system value="http://hl7.org/fhir/v3/AdministrativeGender"/> <code value="M"/> </coding> <coding id="nemagender"> <system value="http://nema.org/examples/gender"/> <code value="M"/> </coding> <!-- <primary value="nemagender" /> --> </gender> <managingOrganization> <reference value="Organization/1"/> </managingOrganization> <active value="true"/> </Patient>