FHIR IG Statistics: ValueSet/medcom-hospitalNotification-encounterClass
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://terminology.hl7.org/CodeSystem/v3-ActCode
Code | Display | Definition |
EMER | emergency | A patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.) |
IMP | inpatient encounter | A patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service. |
Source
{
"resourceType": "ValueSet",
"id": "medcom-hospitalNotification-encounterClass",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterClass",
"version": "2.0.0-draft",
"name": "MedComHospitalNotificationEncounterClass",
"title": "MedComHospitalNotificationEncounterClassCodes",
"status": "active",
"experimental": false,
"date": "2022-09-01",
"publisher": "MedCom",
"contact": [
{
"name": "MedCom",
"telecom": [
{
"system": "url",
"value": "http://www.medcom.dk"
}
]
}
],
"description": "ValueSet containg class codes for hospital notification encounter",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"concept": [
{
"code": "EMER",
"display": "emergency"
},
{
"code": "IMP",
"display": "inpatient encounter"
}
]
}
]
}
}