FHIR IG analytics| Package | hl7.fhir.eu.extensions |
| Resource Type | Encounter |
| Id | Encounter-enc-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter enc-example
Encounter: Legal Status: Voluntary admission
status: Completed
class: inpatient encounter
subject: Nice Patient
{
"resourceType": "Encounter",
"id": "enc-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
}