FHIR IG analytics| Package | hl7.at.fhir.elga.emed.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-GeplanteAbgabeStatusVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-GeplanteAbgabeStatusVS.html |
| URL | https://fhir.hl7.at/elga/emed/r4/ValueSet/GeplanteAbgabeStatusVS |
| Version | 0.1.1 |
| Status | draft |
| Date | 2026-07-29T17:38:47+00:00 |
| Name | GeplanteAbgabeStatusVS |
| Title | ELGA e-Med Geplante Abgabe Status ValueSet |
| Authority | hl7 |
| Description | ValueSet für zulässige Ausprägungen eines Status einer geplanten Abgabe (MedicationRequest). |
| StructureDefinition | ||
| hl7.at.fhir.elga.emed.r4#current | at-elga-emed-medicationrequest-geplanteabgabe | At ELGA e-Medikation MedicationRequest Geplante Abgabe |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet GeplanteAbgabeStatusVS
http://hl7.org/fhir/CodeSystem/medicationrequest-status version 📍4.0.1| Code | Display | Definition |
| active | Active | The prescription is 'actionable', but not all actions that are implied by it have occurred yet. |
| completed | Completed | All actions that are implied by the prescription have occurred. |
| entered-in-error | Entered in Error | Some of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication. Clinical decision support systems should take this status into account |
| stopped | Stopped | Actions implied by the prescription are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error |
| cancelled | Cancelled | The prescription has been withdrawn before any administrations have occurred |
{
"resourceType": "ValueSet",
"id": "GeplanteAbgabeStatusVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/GeplanteAbgabeStatusVS",
"version": "0.1.1",
"name": "GeplanteAbgabeStatusVS",
"title": "ELGA e-Med Geplante Abgabe Status ValueSet",
"status": "draft",
"experimental": true,
"date": "2026-07-29T17:38:47+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 für zulässige Ausprägungen eines Status einer geplanten Abgabe (MedicationRequest).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
"version": "4.0.1",
"concept": [
{
"code": "active"
},
{
"code": "completed"
},
{
"code": "entered-in-error"
},
{
"code": "stopped"
},
{
"code": "cancelled"
}
]
}
]
}
}