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

<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-encounter"/>
  <meta>
    <profile value="https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-encounter"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">An ambulatory encounter for Juan Dela Cruz that has been completed.</div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
</Encounter>