FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | event-status | EventStatus |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/event-status version 📦4.0.1| Code | Display | Definition |
| completed | Completed | The event has now concluded. |
| entered-in-error | Entered in Error | This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".). |
Source1
{
"resourceType": "ValueSet",
"id": "at-ediag-procedure-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.hl7.at/elga/ediag/r4/ValueSet/at-ediag-procedure-status",
"version": "0.1.0",
"name": "AtEdiagProcedureStatus",
"title": "AT e-Diagnose Procedure Status Value Set",
"status": "active",
"experimental": true,
"date": "2026-07-20T14:28:06+00:00",
"publisher": "ELGA GmbH",
"contact": [
{
"name": "ELGA GmbH",
"telecom": [
{
"system": "url",
"value": "http://elga.gv.at"
}
]
},
{
"name": "ELGA GmbH",
"telecom": [
{
"system": "url",
"value": "https://elga.gv.at",
"use": "work"
}
]
}
],
"description": "ValueSet zur Kennzeichnung, ob eine Prozedur durchgeführt oder irrtümlich dokumentiert wurde.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/event-status",
"concept": [
{
"code": "completed"
},
{
"code": "entered-in-error"
}
]
}
]
}
}