{
  "resourceType" : "Encounter",
  "id" : "CF3-Encounter",
  "meta" : {
    "profile" : ["https://nhdr.gov.ph/fhir/StructureDefinition/PH-Encounter"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter CF3-Encounter</b></p><a name=\"CF3-Encounter\"> </a><a name=\"hcCF3-Encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PH-Encounter.html\">PH Encounter</a></p></div><p><b>status</b>: booked</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>period</b>: 2024-07-18 08:00:00+0800 --&gt; 2024-07-18 10:00:00+0800</p><p><b>reasonReference</b>: <a href=\"Bundle-ClaimsForm3.html#Observation_CF3-Observation-Physical-Examination\">Observation</a></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Discharged to home</span></td></tr></table></div>"
  },
  "status" : "booked",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "period" : {
    "start" : "2024-07-18T08:00:00+08:00",
    "end" : "2024-07-18T10:00:00+08:00"
  },
  "reasonReference" : [{
    "reference" : "Observation/CF3-Observation-Physical-Examination",
    "display" : "Observation"
  }],
  "hospitalization" : {
    "dischargeDisposition" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
        "code" : "home",
        "display" : "Discharged to home"
      }]
    }
  }
}