FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.elga.emed.r4
Resource TypeValueSet
IdValueSet-MedikationsplaneintragStatusVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-MedikationsplaneintragStatusVS.html
URLhttps://fhir.hl7.at/elga/emed/r4/ValueSet/MedikationsplaneintragStatusVS
Version0.1.1
Statusdraft
Date2026-07-29T17:38:47+00:00
NameMedikationsplaneintragStatusVS
TitleELGA e-Med Medikationsplaneintrag Status Value Set
Authorityhl7
DescriptionValueSet für zulässige Ausprägungen eines Status eines Medikationsplaneintrags (MedicationRequest).

Resources that use this resource

StructureDefinition
hl7.at.fhir.elga.emed.r4#currentat-elga-emed-medicationrequest-planeintragAt ELGA e-Medikation MedicationRequest Planeintrag

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet MedikationsplaneintragStatusVS

  • Include these codes as defined in http://hl7.org/fhir/CodeSystem/medicationrequest-status version 📍4.0.1
    CodeDisplayDefinition
    activeActiveThe prescription is 'actionable', but not all actions that are implied by it have occurred yet.
    on-holdOn HoldActions implied by the prescription are to be temporarily halted, but are expected to continue later. May also be called 'suspended'.
    stoppedStoppedActions 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-errorEntered in ErrorSome 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
    completedCompletedAll actions that are implied by the prescription have occurred.

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}