FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/epa-provide-dispensation-status-vs

Packagede.gematik.epa.medication
Resource TypeValueSet
Idepa-provide-dispensation-status-vs
FHIR VersionR4
Sourcehttps://gematik.de/fhir/epa-medication/https://simplifier.net/resolve?scope=de.gematik.epa.medication@1.1.5&canonical=https://gematik.de/fhir/epa-medication/ValueSet/epa-provide-dispensation-status-vs
URLhttps://gematik.de/fhir/epa-medication/ValueSet/epa-provide-dispensation-status-vs
Version1.1.5
Statusactive
Date2025-05-28
NameEPAProvideDispensationStatusVS
TitleEPA Statuswerte Dispensierinformationen einstellen (E-Rezept-Fachdienst)
Realmde
DescriptionDieses ValueSet definiert die möglichen ePA Statuswerte für die FHIR-Operation Dispensierinformationen einstellen (E-Rezept-Fachdienst). Es bestimmt, ob eine vorläufige oder abgeschlossene Dispensierung vorliegt.

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 epa-provide-dispensation-status-vs


Source

{
  "resourceType": "ValueSet",
  "id": "epa-provide-dispensation-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gematik.de/fhir/epa-medication/ValueSet/epa-provide-dispensation-status-vs",
  "version": "1.1.5",
  "name": "EPAProvideDispensationStatusVS",
  "title": "EPA Statuswerte Dispensierinformationen einstellen (E-Rezept-Fachdienst)",
  "status": "active",
  "experimental": false,
  "date": "2025-05-28",
  "publisher": "gematik GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gematik.de"
        }
      ]
    }
  ],
  "description": "Dieses ValueSet definiert die möglichen ePA Statuswerte für die FHIR-Operation Dispensierinformationen einstellen (E-Rezept-Fachdienst). Es bestimmt, ob eine vorläufige oder abgeschlossene Dispensierung vorliegt.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationdispense-status",
        "concept": [
          {
            "code": "in-progress",
            "display": "In Progress",
            "designation": [
              {
                "language": "de",
                "value": "In Bearbeitung"
              },
              {
                "language": "de",
                "value": "Abgabe ist erfolgt, Bearbeitung noch nicht final abgeschlossen."
              }
            ]
          },
          {
            "code": "completed",
            "display": "Completed",
            "designation": [
              {
                "language": "de",
                "value": "Abgeschlossen"
              },
              {
                "language": "de",
                "value": "Abgabe ist final abgeschlossen und quittiert."
              }
            ]
          }
        ]
      }
    ]
  }
}