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 📦5.0.0| Code | Display | Definition |
| discharged | Discharged | The Encounter has been clinically completed, the patient has been discharged from the facility or the visit has ended, and the patient may have departed (refer to subjectStatus). While the encounter is in this status, administrative activities are usually performed, collating all required documentation and charge information before being released for billing, at which point the status will move to completed. |
| completed | Completed | The Encounter has ended. |
Source1
{
"resourceType": "ValueSet",
"id": "MopedEncounterStatusEntlassungVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://elga.moped.at/ValueSet/MopedEncounterStatusEntlassungVS",
"version": "0.1.0",
"name": "MopedEncounterStatusEntlassungVS",
"title": "Encounter Status bei Entlassung",
"status": "draft",
"experimental": true,
"date": "2026-01-26T07:12:06+00:00",
"publisher": "ELGA GmbH",
"contact": [
{
"name": "ELGA GmbH",
"telecom": [
{
"system": "url",
"value": "https://elga.gv.at"
}
]
}
],
"description": "Varianten des Encounter Status bei Entlassung",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/encounter-status",
"concept": [
{
"code": "discharged"
},
{
"code": "completed"
}
]
}
]
}
}