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 admission example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Encounter",
  "id" : "encounter-1",
  "meta" : {
    "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-1</p><p><b>meta</b>: </p><p><b>status</b>: arrived</p><p><b>class</b>: inpatient encounter (Details: http://hl7.org/fhir/v3/ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Admission for care <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '281685003' = 'Admission for care', given as 'Admission for care'})</span></p><p><b>priority</b>: routine <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/ActPriority code 'R' = 'routine', given as 'routine'})</span></p><p><b>subject</b>: <a href=\"Encounter-encounter-1.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>: 20 Oct 2010, 18:16:00 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Encounter-encounter-1.html\">North Riding NHS Trust. Generated Summary: id: organization-200001; RC8; name: North Riding NHS Trust</a></p></div>"
  },
  "status" : "arrived",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "281685003",
          "display" : "Admission for care"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/ActPriority",
        "code" : "R",
        "display" : "routine"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-1",
    "display" : "Miss Bernie Kanfeld"
  },
  "period" : {
    "start" : "2010-10-20T17:16:00+00:00"
  },
  "serviceProvider" : {
    "reference" : "Organization/organization-200001",
    "display" : "North Riding NHS Trust"
  }
}