De-Identified, Anonymized FHIR Profiles Library, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-dapl/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="de-identified-age89-example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="De-identified Patient Aged 89 Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a patient aged 89 and above example for the DAPL Deidentified 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="detailed">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="2184-0"/>
<display value="Dominican"/>
</valueCoding>
</extension>
<extension url="text">
<valueString value="Hispanic or Latino"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-birthsex-extension">
<valueCode value="F"/>
</extension>
<extension
url="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-age-extension">
<valueQuantity>
<value value="90"/>
<comparator value=">="/>
<unit value="yr"/>
<system value="http://unitsofmeasure.org"/>
<code value="a"/>
</valueQuantity>
</extension>
<active value="true"/>
<gender value="female"/>
<address>
<postalCode value="00000-1234">
<extension
url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="masked"/>
</extension>
</postalCode>
</address>
</Patient>