Package | ehealthplatform.be.r4.federalprofiles |
Resource Type | StructureDefinition |
Id | be-medicationdispense |
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-medicationdispense |
URL | https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-medicationdispense |
Version | 0.2.0 |
Status | draft |
Name | BeMedicationDispense |
Title | BeMedicationDispense |
Description | Defines constraints and extensions on the Medication Dispense resource for a record of a dispensation in Belgium. |
Type | MedicationDispense |
Kind | resource |
No resources found
StructureDefinition | |
be-organization | BeOrganization |
be-patient | BePatient |
be-practitioner | BePractitioner |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "be-medicationdispense", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Clinical.Medications" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "patient" } ], "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-medicationdispense", "version": "0.2.0", "name": "BeMedicationDispense", "title": "BeMedicationDispense", "status": "draft", "description": "Defines constraints and extensions on the Medication Dispense resource for a record of a dispensation in Belgium.", "fhirVersion": "4.0.1", "mapping": [ { "identity": "workflow", "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" }, { "identity": "rx-dispense-rmim", "uri": "http://www.hl7.org/v3/PORX_RM020070UV", "name": "V3 Pharmacy Dispense RMIM" }, { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" } ], "kind": "resource", "abstract": false, "type": "MedicationDispense", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationDispense", "derivation": "constraint", "differential": { "element": [ { "id": "MedicationDispense", "path": "MedicationDispense", "short": "The medication dispense entry", "definition": "A register of a medication dispense, describing the medication that has been dispensed by a professional or by an organization, including the medication, the patient, some prescription and treatment information." }, { "id": "MedicationDispense.identifier", "path": "MedicationDispense.identifier", "slicing": { "discriminator": [ { "type": "value", "path": "system" } ], "rules": "open" }, "mustSupport": true }, { "id": "MedicationDispense.identifier:DGUID", "path": "MedicationDispense.identifier", "sliceName": "DGUID", "min": 0, "max": "1", "mustSupport": true }, { "id": "MedicationDispense.identifier:DGUID.type.coding.code", "path": "MedicationDispense.identifier.type.coding.code", "patternCode": "dguid" }, { "id": "MedicationDispense.identifier:DGUID.system", "path": "MedicationDispense.identifier.system", "min": 1, "fixedUri": "https://www.gfd-dpp.be/fhir/reference/dguid" }, { "id": "MedicationDispense.medicationCodeableConcept", "path": "MedicationDispense.medicationCodeableConcept", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationCode" } ], "description": "The drug code. For example CNK code for the medication" } }, { "id": "MedicationDispense.medicationReference", "path": "MedicationDispense.medicationReference", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Medication" ] } ], "mustSupport": true }, { "id": "MedicationDispense.subject", "path": "MedicationDispense.subject", "min": 1, "type": [ { "code": "Reference", "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient" ] } ], "mustSupport": true }, { "id": "MedicationDispense.context", "path": "MedicationDispense.context", "short": "The dispense session identifier, for example an identifier of a visit to a pharmacy", "mustSupport": true }, { "id": "MedicationDispense.context.identifier", "path": "MedicationDispense.context.identifier", "mustSupport": true }, { "id": "MedicationDispense.context.identifier.type.coding.system", "path": "MedicationDispense.context.identifier.type.coding.system", "patternUri": "https://www.gfd-dpp.be/fhir/reference/identifier_types" }, { "id": "MedicationDispense.context.identifier.type.coding.code", "path": "MedicationDispense.context.identifier.type.coding.code", "patternCode": "sguid" }, { "id": "MedicationDispense.context.identifier.system", "path": "MedicationDispense.context.identifier.system", "patternUri": "https://www.gfd-dpp.be/fhir/reference/sguid" }, { "id": "MedicationDispense.performer", "path": "MedicationDispense.performer", "min": 1, "mustSupport": true }, { "id": "MedicationDispense.performer.function.text", "path": "MedicationDispense.performer.function.text", "patternString": "dispenser" }, { "id": "MedicationDispense.performer.actor", "path": "MedicationDispense.performer.actor", "type": [ { "code": "Reference", "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner" ] } ] }, { "id": "MedicationDispense.authorizingPrescription", "path": "MedicationDispense.authorizingPrescription", "mustSupport": true }, { "id": "MedicationDispense.authorizingPrescription.identifier", "path": "MedicationDispense.authorizingPrescription.identifier", "mustSupport": true }, { "id": "MedicationDispense.authorizingPrescription.display", "path": "MedicationDispense.authorizingPrescription.display", "mustSupport": true }, { "id": "MedicationDispense.quantity", "path": "MedicationDispense.quantity", "mustSupport": true }, { "id": "MedicationDispense.whenHandedOver", "path": "MedicationDispense.whenHandedOver", "min": 1, "mustSupport": true }, { "id": "MedicationDispense.note", "path": "MedicationDispense.note", "mustSupport": true }, { "id": "MedicationDispense.dosageInstruction", "path": "MedicationDispense.dosageInstruction", "mustSupport": true }, { "id": "MedicationDispense.dosageInstruction.text", "path": "MedicationDispense.dosageInstruction.text", "mustSupport": true }, { "id": "MedicationDispense.dosageInstruction.patientInstruction", "path": "MedicationDispense.dosageInstruction.patientInstruction", "mustSupport": true } ] } }