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 |
| 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. |
Source1
{
"resourceType": "ValueSet",
"id": "MopedEncounterStatusAufnahmeVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://elga.moped.at/ValueSet/MopedEncounterStatusAufnahmeVS",
"version": "0.1.0",
"name": "MopedEncounterStatusAufnahmeVS",
"title": "Encounter Status bei der Aufnahme",
"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 der Aufnahme",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/encounter-status",
"concept": [
{
"code": "planned"
},
{
"code": "in-progress"
}
]
}
]
}
}