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

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
hl7.terminology#currentv3-ActPharmacySupplyTypeActPharmacySupplyType

Narrative

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

Generated Narrative: ValueSet DurchgefuehrteAbgabeTypVS

  • Include these codes as defined in http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType version 📍3.0.0
    CodeDisplay
    FFCFirst Fill - Complete
    FFPFirst Fill - Part Fill
    RFPRefill - Part Fill
    RFCRefill - Complete

Source1

{
  "resourceType": "ValueSet",
  "id": "DurchgefuehrteAbgabeTypVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/DurchgefuehrteAbgabeTypVS",
  "version": "0.1.1",
  "name": "DurchgefuehrteAbgabeTypVS",
  "title": "ELGA e-Med Durchgeführte Abgabe Typ 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 Typs einer Durchgeführten Abgabe (MedicationDispense).",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType",
        "version": "3.0.0",
        "concept": [
          {
            "code": "FFC",
            "display": "First Fill - Complete"
          },
          {
            "code": "FFP",
            "display": "First Fill - Part Fill"
          },
          {
            "code": "RFP",
            "display": "Refill - Part Fill"
          },
          {
            "code": "RFC",
            "display": "Refill - Complete"
          }
        ]
      }
    ]
  }
}