FHIR IG analytics| Package | hl7.at.fhir.elga.emed.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-MedikationsplaneintragStatusVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-MedikationsplaneintragStatusVS.html |
| URL | https://fhir.hl7.at/elga/emed/r4/ValueSet/MedikationsplaneintragStatusVS |
| Version | 0.1.1 |
| Status | draft |
| Date | 2026-07-29T17:38:47+00:00 |
| Name | MedikationsplaneintragStatusVS |
| Title | ELGA e-Med Medikationsplaneintrag Status Value Set |
| Authority | hl7 |
| Description | ValueSet für zulässige Ausprägungen eines Status eines Medikationsplaneintrags (MedicationRequest). |
| StructureDefinition | ||
| hl7.at.fhir.elga.emed.r4#current | at-elga-emed-medicationrequest-planeintrag | At ELGA e-Medikation MedicationRequest Planeintrag |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet MedikationsplaneintragStatusVS
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. |
| on-hold | On Hold | Actions implied by the prescription are to be temporarily halted, but are expected to continue later. May also be called 'suspended'. |
| 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 |
| 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 |
| completed | Completed | All actions that are implied by the prescription have occurred. |
{
"resourceType": "ValueSet",
"id": "MedikationsplaneintragStatusVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/MedikationsplaneintragStatusVS",
"version": "0.1.1",
"name": "MedikationsplaneintragStatusVS",
"title": "ELGA e-Med Medikationsplaneintrag Status Value Set",
"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 eines Medikationsplaneintrags (MedicationRequest).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
"version": "4.0.1",
"concept": [
{
"code": "active"
},
{
"code": "on-hold"
},
{
"code": "stopped"
},
{
"code": "entered-in-error"
},
{
"code": "completed"
}
]
}
]
}
}