Medication
1.1.1 - STU Belgium flag

Medication, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Example Dispense from a hospital pharmacy

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "example-dispense-hospital",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://www.nexuzhealth.be/fhir/prescription/ambulatory",
            "version" : "1",
            "code" : "dguid"
          }
        ]
      },
      "system" : "https://www.gfd-dpp.be/fhir/reference/dguid",
      "value" : "1000321345"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
        "code" : "2055218"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value" : "64110219106"
    }
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
          "value" : "123123123"
        }
      }
    }
  ],
  "authorizingPrescription" : [
    {
      "identifier" : {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id",
        "value" : "BEP1TSRY1XGE"
      },
      "display" : "Prescription"
    }
  ],
  "quantity" : {
    "value" : 1,
    "unit" : "package",
    "system" : "http://unitsofmeasure.org",
    "code" : "1"
  },
  "whenHandedOver" : "2020-09-21T13:00:00+02:00",
  "dosageInstruction" : [
    {
      "text" : "3 x a day",
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      }
    }
  ]
}