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 |
<Encounter xmlns="http://hl7.org/fhir">
<id value="de-identified-example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="De-Identified Encounter Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is an encounter example for the *US Core Encounter Profile*."/>
</extension>
<lastUpdated value="2022-05-26T11:56:57.250-04:00"/>
<profile
value="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-encounter"/>
</meta>
<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>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system value="http://www.ama-assn.org/go/cpt"/>
<code value="99202"/>
</coding>
</type>
<subject>🔗
<reference value="Patient/de-identified-example"/>
</subject>
<period>
<start value="2022"/>
<end value="2022"/>
</period>
<location>
<location>🔗
<reference value="Location/hospital"/>
<display value="Holy Family Hospital"/>
</location>
</location>
</Encounter>