XML View
<Encounter xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-LegalStatus-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus">
<extension url="legalStatusContext">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" />
<code value="admission" />
<display value="Admission" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="legalStatusClassification">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" />
<code value="02" />
<display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)" />
</coding>
</valueCodeableConcept>
</extension>
</extension>
<status value="finished" />
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="IMP" />
<display value="inpatient encounter" />
</class>
</Encounter>
JSON View
{
"resourceType": "Encounter",
"id": "UKCore-Extension-LegalStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"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"
}
}