0.1.0 - ci-build

EUAITransparencyIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Encounter: Acute Care Assessment - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-001",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-001</b></p><a name=\"encounter-001\"> </a><a name=\"hcencounter-001\"> </a><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>subject</b>: <a href=\"Patient-patient-001.html\">Anonymous Patient Female, DoB: 1959-04-12</a></p><p><b>actualPeriod</b>: 2026-03-01 10:00:00+0000 --&gt; 2026-03-01 10:30:00+0000</p><blockquote><p><b>reason</b></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">suspected-infection-early-warning-risk-assessment</span></td></tr></table></blockquote></div>"
  },
  "status" : "completed",
  "class" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "AMB",
          "display" : "ambulatory"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-001"
  },
  "actualPeriod" : {
    "start" : "2026-03-01T10:00:00Z",
    "end" : "2026-03-01T10:30:00Z"
  },
  "reason" : [
    {
      "value" : [
        {
          "concept" : {
            "text" : "suspected-infection-early-warning-risk-assessment"
          }
        }
      ]
    }
  ]
}