This page is part of the De-identified, Anonymized FHIR Profiles Library (DAPL) IG (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="de-identified-example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="De-identified Patient Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a patient example for the de-identified Patient Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient"/>
</meta>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
<extension url="ombCategory">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="2106-3"/>
<display value="White"/>
</valueCoding>
</extension>
<extension url="detailed">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="2108-9"/>
<display value="European"/>
</valueCoding>
</extension>
<extension url="text">
<valueString value="White"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
<extension url="ombCategory">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="2135-2"/>
<display value="Hispanic or Latino"/>
</valueCoding>
</extension>
<extension url="text">
<valueString value="Hispanic or Latino"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-sex-extension">
<valueCode value="F"/>
</extension>
<extension
url="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-age-extension">
<valueQuantity>
<value value="36"/>
<unit value="yr"/>
<system value="http://unitsofmeasure.org"/>
<code value="a"/>
</valueQuantity>
</extension>
<active value="true"/>
<gender value="female"/>
<address>
<postalCode value="03600"/>
</address>
</Patient>