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

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet DurchgefuehrteAbgabeStatusVS

  • Include these codes as defined in http://hl7.org/fhir/ValueSet/medicationdispense-status version Not Stated (use latest from terminology server)
    CodeDisplay
    completed
    entered-in-error
    cancelled

Source1

{
  "resourceType": "ValueSet",
  "id": "DurchgefuehrteAbgabeStatusVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/DurchgefuehrteAbgabeStatusVS",
  "version": "0.1.1",
  "name": "DurchgefuehrteAbgabeStatusVS",
  "title": "ELGA e-Med Durchgeführte Abgabe 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 einer Durchgeführten Abgabe (MedicationDispense).",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/ValueSet/medicationdispense-status",
        "concept": [
          {
            "code": "completed"
          },
          {
            "code": "entered-in-error"
          },
          {
            "code": "cancelled"
          }
        ]
      }
    ]
  }
}