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