<?xml version="1.0" encoding="UTF-8"?>

<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>