{
  "resourceType" : "Encounter",
  "id" : "enc-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-example</b></p><a name=\"enc-example\"> </a><a name=\"hcenc-example\"> </a><p><b>Encounter: Legal Status</b>: <span title=\"Codes:{http://snomed.info/sct 135848002}\">Voluntary admission</span></p><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>subject</b>: Nice Patient</p></div>"
  },
  "extension" : [{
    "url" : "http://hl7.eu/fhir/StructureDefinition/encounter-legalStatus",
    "valueCodeableReference" : {
      "concept" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "135848002",
          "display" : "Voluntary admission"
        }]
      }
    }
  }],
  "status" : "completed",
  "class" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "IMP"
    }]
  }],
  "subject" : {
    "display" : "Nice Patient"
  }
}