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-GeplanteAbgabeStatusVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-GeplanteAbgabeStatusVS.html
URLhttps://fhir.hl7.at/elga/emed/r4/ValueSet/GeplanteAbgabeStatusVS
Version0.1.1
Statusdraft
Date2026-07-29T17:38:47+00:00
NameGeplanteAbgabeStatusVS
TitleELGA e-Med Geplante Abgabe Status ValueSet
Authorityhl7
DescriptionValueSet für zulässige Ausprägungen eines Status einer geplanten Abgabe (MedicationRequest).

Resources that use this resource

StructureDefinition
hl7.at.fhir.elga.emed.r4#currentat-elga-emed-medicationrequest-geplanteabgabeAt ELGA e-Medikation MedicationRequest Geplante Abgabe

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet GeplanteAbgabeStatusVS

  • 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.
    completedCompletedAll actions that are implied by the prescription have occurred.
    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
    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
    cancelledCancelledThe prescription has been withdrawn before any administrations have occurred

Source1

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