{
  "resourceType": "StructureDefinition",
  "id": "MedicationDispense-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/MedicationDispense-my-core",
  "version": "1.0.0",
  "name": "MedicationDispenseMyCore",
  "title": "MedicationDispenset (MY Core)",
  "status": "draft",
  "description": "Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationDispense",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationDispense.medication[x]",
        "path": "MedicationDispense.medication[x]",
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/drug-my-core"
        }
      },
      {
        "id": "MedicationDispense.subject",
        "path": "MedicationDispense.subject",
        "min": 1
      }
    ]
  }
}