FHIR IG analytics| Package | hl7.fhir.eu.extensions.r5 |
| Resource Type | Encounter |
| Id | Encounter-enc-example.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "enc-example",
"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"
}
}