FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/encounter-status version 📦4.0.1| Code | Display | Definition |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| onleave | On Leave | The Encounter has begun, but the patient is temporarily on leave. |
| finished | Finished | The Encounter has ended. |
| entered-in-error | Entered in Error | This instance should not have been part of this patient's medical record. |
Source1
{
"resourceType": "ValueSet",
"id": "medcom-hospitalNotification-encounterStatus",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterStatus",
"version": "1.8.1",
"name": "MedComHospitalNotificationEncounterStatus",
"title": "MedComHospitalNotificationEncounterStatusCodes",
"status": "active",
"experimental": false,
"date": "2022-09-01",
"publisher": "MedCom",
"contact": [
{
"name": "MedCom",
"telecom": [
{
"system": "url",
"value": "http://www.medcom.dk"
}
]
}
],
"description": "ValueSet containing status codes for hospital notification encounter",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/encounter-status",
"concept": [
{
"code": "in-progress"
},
{
"code": "onleave"
},
{
"code": "finished"
},
{
"code": "entered-in-error"
}
]
}
]
}
}