• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType" : "Encounter",
3  "id" : "1036",
4  "meta" : {
5    "lastUpdated" : "2024-01-28T16:06:21-08:00",
6    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|7.0.0"]
7  },
8  "text" : {
9    "status" : "generated",
10    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"1036\"> </a><a name=\"hc1036\"> </a></p><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\">Resource Encounter &quot;1036&quot; Updated &quot;2024-01-28 16:06:21-0800&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-encounter.html\">US Core Encounter Profile (version 7.0.0)</a></p></div><p><b>status</b>: in-progress</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Unknown (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#261665006)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> &quot; SHAW&quot;</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>Discharged to Home <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-AHANUBCPatientDischargeStatus.html\">AHA NUBC Patient Discharge Status Codes</a>#01)</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-hospital.html\">Location/hospital: Holy Family Hospital</a> &quot;Holy Family Hospital&quot;</td></tr></table></div>"
11  },
12  "status" : "in-progress",
13  "class" : {
14    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
15    "code" : "IMP",
16    "display" : "inpatient encounter"
17  },
18  "type" : [{
19    "coding" : [{
20      "system" : "http://snomed.info/sct",
21      "version" : "http://snomed.info/sct/731000124108",
22      "code" : "261665006",
23      "display" : "Unknown (qualifier value)"
24    }],
25    "text" : "Unknown (qualifier value)"
26  }],
27  "subject" : {
28    "reference" : "Patient/example"
29  },
30  "hospitalization" : {
31    "dischargeDisposition" : {
32      "coding" : [{
33        "system" : "https://www.nubc.org/CodeSystem/PatDischargeStatus",
34        "code" : "01",
35        "display" : "Discharged to Home"
36      }]
37    }
38  },
39  "location" : [{
40    "location" : {
41      "reference" : "Location/hospital",
42      "display" : "Holy Family Hospital"
43    }
44  }]
45}