PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.3.3-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense
{
  "description": "This is the logical model for the Dispense Record entry - the information that can be captured upon the act of dispensing - in a hospital pharmacy, or a community pharmacy. This is not for a future dispense, rather a record of an actual dispense.",
  "_filename": "StructureDefinition-be-model-medication-dispense.json",
  "package_name": "ehealthplatform.be.r4.federalprofiles",
  "date": "2021-06-28T13:54:34+02:00",
  "derivation": "specialization",
  "publisher": "HL7 Belgium",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "text": "Belgium",
    "coding": [ {
      "code": "056",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "BeModelMedicationDispense",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "BeModelMedicationDispense",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.3.3-beta",
  "status": "draft",
  "id": "3c1ecb55-3fde-4b8f-95fc-0a6bfada3cca",
  "kind": "logical",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense",
  "version": "0.2.0",
  "differential": {
    "element": [ {
      "id": "BeModelMedicationDispense",
      "max": "*",
      "min": 0,
      "path": "BeModelMedicationDispense",
      "short": "An individual record of a medication dispense"
    }, {
      "id": "BeModelMedicationDispense.identifier",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "The business identifier(s) for the medication dispense session",
      "definition": "The business identifier(s) for the medication dispense session, also known as Session GUID (SGUID)."
    }, {
      "id": "BeModelMedicationDispense.patient",
      "max": "1",
      "min": 1,
      "path": "BeModelMedicationDispense.patient",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient" ]
      } ],
      "short": "The person for which the medication is dispensed.",
      "definition": "The person for which the medication is dispensed."
    }, {
      "id": "BeModelMedicationDispense.dispenser",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.dispenser",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "The dispenser, if known and relevant",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.dispenser.dispenser",
      "max": "1",
      "min": 1,
      "path": "BeModelMedicationDispense.dispenser.dispenser",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner" ]
      } ],
      "short": "Reference to person that performed the recording or reporting",
      "definition": "Who was responsible for asserting the observed value as \"true\". (Reference)"
    }, {
      "id": "BeModelMedicationDispense.dispenser.organization",
      "max": "1",
      "min": 1,
      "path": "BeModelMedicationDispense.dispenser.organization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization" ]
      } ],
      "short": "Reference to person that performed the recording or reporting",
      "definition": "Who was responsible for asserting the observed value as \"true\". (Reference)"
    }, {
      "id": "BeModelMedicationDispense.dispenseDate",
      "max": "1",
      "min": 1,
      "path": "BeModelMedicationDispense.dispenseDate",
      "type": [ {
        "code": "dateTime",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/dateTime" ]
      } ],
      "short": "The date when the dispense ocurred",
      "definition": "The date (or date-time) when the dispense ocurred"
    }, {
      "id": "BeModelMedicationDispense.prescription",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.prescription",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "The information about a prescription related to the dispense",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.prescription.isPrescribed",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.prescription.isPrescribed",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether this dispense was performed against a prescription",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.prescription.prescription",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.prescription.prescription",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "The prescription identification",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.dispensedItem",
      "max": "*",
      "min": 0,
      "path": "BeModelMedicationDispense.dispensedItem",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each product that was dispensed",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.dispensedItem.product",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.dispensedItem.product",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "The product that was dispensed - coded or not (e.g. for magistral preparations)",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.dispensedItem.quantityDispensed",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.dispensedItem.quantityDispensed",
      "type": [ {
        "code": "Quantity"
      } ],
      "short": "The amound of product that was dispensed",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.dispensedItem.dosageInstructions",
      "max": "1",
      "min": 0,
      "path": "BeModelMedicationDispense.dispensedItem.dosageInstructions",
      "type": [ {
        "code": "Dosage"
      } ],
      "short": "The instructions for use",
      "definition": "."
    }, {
      "id": "BeModelMedicationDispense.dispensedItem.note",
      "max": "*",
      "min": 0,
      "path": "BeModelMedicationDispense.dispensedItem.note",
      "type": [ {
        "code": "Annotation",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Annotation" ]
      } ],
      "short": "Additional information about the dispensed item",
      "definition": "Additional information about the dispense - this can be relevant history, any remarks by the patient or professional, etc."
    }, {
      "id": "BeModelMedicationDispense.note",
      "max": "*",
      "min": 0,
      "path": "BeModelMedicationDispense.note",
      "type": [ {
        "code": "Annotation",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/Annotation" ]
      } ],
      "short": "Additional information about the dispense",
      "definition": "Additional information about the dispense - this can be relevant history, any remarks by the patient or professional, etc."
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7belgium.org",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}