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 |
| planned | Planned | The Encounter has not yet started. |
| 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. |
| cancelled | Cancelled | The Encounter has ended before it has begun. |
| entered-in-error | Entered in Error | This instance should not have been part of this patient's medical record. |
| unknown | Unknown | The encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown". |
Source1
{
"resourceType": "ValueSet",
"id": "EncounterStatusDe",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.de/ValueSet/EncounterStatusDe",
"version": "1.0.0-alpha1",
"name": "EncounterStatusDe",
"title": "Encounter Status ValueSet",
"status": "active",
"experimental": false,
"date": "2025-11-19T17:18:12+00:00",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
"contact": [
{
"name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
"telecom": [
{
"system": "url",
"value": "https://hl7.de/technische-komitees/terminologien/"
}
]
}
],
"description": "Einschränkung von Encounter Status in Vorbereitung auf Änderungen in FHIR R5",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/encounter-status",
"concept": [
{
"code": "planned",
"display": "Planned"
},
{
"code": "in-progress",
"display": "In Progress"
},
{
"code": "onleave",
"display": "On Leave"
},
{
"code": "finished",
"display": "Finished"
},
{
"code": "cancelled",
"display": "Cancelled"
},
{
"code": "entered-in-error",
"display": "Entered in Error"
},
{
"code": "unknown",
"display": "Unknown"
}
]
}
]
}
}