| Package | ehealthplatform.be.r4.federalprofiles |
| Resource Type | StructureDefinition |
| Id | be-model-medication-dispense |
| FHIR Version | R4 |
| Source | https://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense |
| URL | https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense |
| Version | 0.2.0 |
| Status | draft |
| Date | 2021-06-28T13:54:34+02:00 |
| Name | BeModelMedicationDispense |
| Authority | hl7 |
| 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. |
| Type | BeModelMedicationDispense |
| Kind | logical |
No resources found
| StructureDefinition | |
| be-organization | BeOrganization |
| be-patient | BePatient |
| be-practitioner | BePractitioner |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "be-model-medication-dispense",
"url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-model-medication-dispense",
"version": "0.2.0",
"name": "BeModelMedicationDispense",
"status": "draft",
"date": "2021-06-28T13:54:34+02:00",
"publisher": "HL7 Belgium",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7belgium.org"
}
]
}
],
"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.",
"jurisdiction": [
{
"coding": [
{
"code": "056",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
}
],
"text": "Belgium"
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "BeModelMedicationDispense",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"differential": {
"element": [
{
"id": "BeModelMedicationDispense",
"path": "BeModelMedicationDispense",
"short": "An individual record of a medication dispense",
"min": 0,
"max": "*"
},
{
"id": "BeModelMedicationDispense.identifier",
"path": "BeModelMedicationDispense.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).",
"min": 0,
"max": "1",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "BeModelMedicationDispense.patient",
"path": "BeModelMedicationDispense.patient",
"short": "The person for which the medication is dispensed.",
"definition": "The person for which the medication is dispensed.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient"
]
}
]
},
{
"id": "BeModelMedicationDispense.dispenser",
"path": "BeModelMedicationDispense.dispenser",
"short": "The dispenser, if known and relevant",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "BeModelMedicationDispense.dispenser.dispenser",
"path": "BeModelMedicationDispense.dispenser.dispenser",
"short": "Reference to person that performed the recording or reporting",
"definition": "Who was responsible for asserting the observed value as \"true\". (Reference)",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner"
]
}
]
},
{
"id": "BeModelMedicationDispense.dispenser.organization",
"path": "BeModelMedicationDispense.dispenser.organization",
"short": "Reference to person that performed the recording or reporting",
"definition": "Who was responsible for asserting the observed value as \"true\". (Reference)",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization"
]
}
]
},
{
"id": "BeModelMedicationDispense.dispenseDate",
"path": "BeModelMedicationDispense.dispenseDate",
"short": "The date when the dispense ocurred",
"definition": "The date (or date-time) when the dispense ocurred",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime",
"profile": [
"http://hl7.org/fhir/StructureDefinition/dateTime"
]
}
]
},
{
"id": "BeModelMedicationDispense.prescription",
"path": "BeModelMedicationDispense.prescription",
"short": "The information about a prescription related to the dispense",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "BeModelMedicationDispense.prescription.isPrescribed",
"path": "BeModelMedicationDispense.prescription.isPrescribed",
"short": "Whether this dispense was performed against a prescription",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "BeModelMedicationDispense.prescription.prescription",
"path": "BeModelMedicationDispense.prescription.prescription",
"short": "The prescription identification",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "BeModelMedicationDispense.dispensedItem",
"path": "BeModelMedicationDispense.dispensedItem",
"short": "Each product that was dispensed",
"definition": ".",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "BeModelMedicationDispense.dispensedItem.product",
"path": "BeModelMedicationDispense.dispensedItem.product",
"short": "The product that was dispensed - coded or not (e.g. for magistral preparations)",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "BeModelMedicationDispense.dispensedItem.quantityDispensed",
"path": "BeModelMedicationDispense.dispensedItem.quantityDispensed",
"short": "The amound of product that was dispensed",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "Quantity"
}
]
},
{
"id": "BeModelMedicationDispense.dispensedItem.dosageInstructions",
"path": "BeModelMedicationDispense.dispensedItem.dosageInstructions",
"short": "The instructions for use",
"definition": ".",
"min": 0,
"max": "1",
"type": [
{
"code": "Dosage"
}
]
},
{
"id": "BeModelMedicationDispense.dispensedItem.note",
"path": "BeModelMedicationDispense.dispensedItem.note",
"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.",
"min": 0,
"max": "*",
"type": [
{
"code": "Annotation",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Annotation"
]
}
]
},
{
"id": "BeModelMedicationDispense.note",
"path": "BeModelMedicationDispense.note",
"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.",
"min": 0,
"max": "*",
"type": [
{
"code": "Annotation",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Annotation"
]
}
]
}
]
}
}