{
  "resourceType" : "MedicationDispense",
  "id" : "medicationdispense-example-1",
  "meta" : {
    "profile" : ["https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "code" : "dguid"
      }]
    },
    "system" : "https://www.gfd-dpp.be/fhir/reference/dguid",
    "value" : "a8ca980c-72aa-11e7-8cf7-a6006ad3dba0"
  }],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
      "code" : "1439562",
      "display" : "Topazolam tab 50x 1,0mg"
    }]
  },
  "subject" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value" : "64110219106"
    }
  },
  "context" : {
    "identifier" : {
      "type" : {
        "coding" : [{
          "code" : "sguid"
        }]
      },
      "system" : "https://www.gfd-dpp.be/fhir/reference/sguid",
      "value" : "b8ca980c-72aa-11e7-8cf7-a6006ad3dba0"
    }
  },
  "performer" : [{
    "actor" : {
      "identifier" : {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
        "value" : "27457532"
      },
      "display" : "Apotheek onder de toren"
    }
  }],
  "authorizingPrescription" : [{
    "display" : "Prescription"
  }],
  "quantity" : {
    "value" : 1,
    "system" : "https://www.gfd-dpp.be/fhir/reference/packaging",
    "code" : "package"
  },
  "whenHandedOver" : "2020-03-10",
  "dosageInstruction" : [{
    "text" : "3 x par jour"
  }]
}