Package | medcom.fhir.dk.terminology |
Resource Type | ValueSet |
Id | medcom-hospitalNotification-encounterStatus |
FHIR Version | R4 |
Source | http://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-hospitalNotification-encounterStatus.html |
URL | http://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterStatus |
Version | 2.0.0-draft |
Status | active |
Date | 2022-09-01 |
Name | MedComHospitalNotificationEncounterStatus |
Title | MedComHospitalNotificationEncounterStatusCodes |
Realm | dk |
Description | ValueSet containing status codes for hospital notification encounter |
StructureDefinition | |
medcom-hospitalNotification-encounter | MedComHospitalNotificationEncounter |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet medcom-hospitalNotification-encounterStatus
http://hl7.org/fhir/encounter-status
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. |
{ "resourceType": "ValueSet", "id": "medcom-hospitalNotification-encounterStatus", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterStatus", "version": "2.0.0-draft", "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" } ] } ] } }