INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

Encounter emergency example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Encounter",
  "id" : "encounter-735",
  "meta" : {
    "lastUpdated" : "2018-12-06T13:44:10.257+00:00",
    "profile" : [
      "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: encounter-735</p><p><b>meta</b>: </p><p><b>identifier</b>: 663</p><p><b>status</b>: in-progress</p><p><b>class</b>: emergency (Details: http://hl7.org/fhir/v3/ActCode code EMER = 'emergency', stated as 'emergency')</p><p><b>type</b>: Ambulance-based care <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '11424001' = 'Ambulance-based care', given as 'Ambulance-based care'})</span></p><p><b>subject</b>: <a href=\"Encounter-encounter-735.html\">Miss Bernie Kanfeld. Generated Summary: id: patient-1; 9876543210, ABC8650149; Bernie Kanfeld (OFFICIAL); ph: 0115 9737320(HOME), bernie.kanfeld@nhsdigital.nhs.uk(HOME); gender: female; birthDate: 1998-03-19; <span title=\"Codes: {http://hl7.org/fhir/v3/MaritalStatus S}\">Never Married</span></a></p><p><b>period</b>: 6 Dec 2018, 13:39:04 --&gt; (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>Status</b></td></tr><tr><td>*</td><td><a href=\"Encounter-encounter-735.html\">Pinderfields: Emergency Department. Generated Summary: id: location-200014; RC8-EDP; name: Pinderfields: Emergency Department; <span title=\"Codes: {http://hl7.org/fhir/v3/RoleCode ETU}\">Emergency trauma unit</span>; ph: airwave-87351940(MOBILE)</a></td><td>planned</td></tr></table><p><b>serviceProvider</b>: <a href=\"Encounter-encounter-735.html\">North Riding NHS Trust. Generated Summary: id: organization-200001; RC8; name: North Riding NHS Trust</a></p><p><b>partOf</b>: <a href=\"Encounter-encounter-735.html\">Generated Summary: id: encounter-1; status: arrived; <span title=\"{http://hl7.org/fhir/v3/ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://snomed.info/sct 281685003}\">Admission for care</span>; <span title=\"Codes: {http://hl7.org/fhir/v3/ActPriority R}\">routine</span>; period: 20 Oct 2010, 18:16:00 --&gt; (ongoing)</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.yas.nhs.uk/Encounter/Identifier",
      "value" : "663"
    }
  ],
  "status" : "in-progress",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "EMER",
    "display" : "emergency"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11424001",
          "display" : "Ambulance-based care"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/patient-1",
    "display" : "Miss Bernie Kanfeld"
  },
  "period" : {
    "start" : "2018-12-06T13:39:04+00:00"
  },
  "location" : [
    {
      "location" : {
        "reference" : "Location/location-200014",
        "display" : "Pinderfields: Emergency Department"
      },
      "status" : "planned"
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/organization-200001",
    "display" : "North Riding NHS Trust"
  },
  "partOf" : {
    "reference" : "Encounter/encounter-1"
  }
}