FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeEncounter
IdExtension-UKCore-LegalStatus-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate the extension which is used to indicate a patient's legal status on admission or discharge

Source1

{
  "resourceType": "Encounter",
  "id": "Extension-UKCore-LegalStatus-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "legalStatusContext",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext",
                "code": "admission",
                "display": "Admission"
              }
            ]
          }
        },
        {
          "url": "legalStatusClassification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales",
                "code": "02",
                "display": "Formally detained under Mental Health Act Section 2 (Admission for assessment)"
              }
            ]
          }
        }
      ],
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  }
}