FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

FHIR Clinical Documents, published by HL7 International / Structured Documents. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-clinical-document/ and changes regularly. See the Directory of published versions

: encounter-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-example",
  "meta" : {
    "lastUpdated" : "2024-05-07T11:28:17.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-example</b></p><a name=\"encounter-example\"> </a><a name=\"hcencounter-example\"> </a><a name=\"encounter-example-en-US\"> </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\">Last updated: 2024-05-07 11:28:17+0000</p></div><p><b>identifier</b>: S100</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:\">Orthopedic Admission</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Eve Everiewoman</a></p><p><b>period</b>: 2024-05-03 13:28:17+0000 --&gt; 2024-05-07 11:28:17+0000</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:\">Discharged to care of GP</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "S100"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "text" : "Orthopedic Admission"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-example",
    "display" : "Eve Everiewoman"
  },
  "period" : {
    "start" : "2024-05-03T13:28:17.000+00:00",
    "end" : "2024-05-07T11:28:17.000+00:00"
  },
  "hospitalization" : {
    "dischargeDisposition" : {
      "text" : "Discharged to care of GP"
    }
  }
}