FHIR IG Statistics: StructureDefinition/MedicationDispense
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "MedicationDispense",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medicationDispense",
"version": "1.0.0",
"name": "MedicationDispenseEHR",
"title": "MedicationDispense EHR",
"status": "active",
"description": "Indicates that a medication is to be or has been dispensed for a named patient",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "MedicationDispense",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationDispense.meta",
"path": "MedicationDispense.meta",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.meta.source",
"path": "MedicationDispense.meta.source",
"mustSupport": true
},
{
"id": "MedicationDispense.extension",
"path": "MedicationDispense.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "MedicationDispense.extension:DispenseRemainingRefills",
"path": "MedicationDispense.extension",
"sliceName": "DispenseRemainingRefills",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-refills-remaining"
]
}
],
"isModifier": false
},
{
"id": "MedicationDispense.extension:DispenseRemainingRefills.url",
"path": "MedicationDispense.extension.url",
"fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-refills-remaining"
},
{
"id": "MedicationDispense.extension:DispenseRemainingQuantity",
"path": "MedicationDispense.extension",
"sliceName": "DispenseRemainingQuantity",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-quantity-remaining"
]
}
],
"isModifier": false
},
{
"id": "MedicationDispense.extension:DispenseRemainingQuantity.url",
"path": "MedicationDispense.extension.url",
"fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-quantity-remaining"
},
{
"id": "MedicationDispense.extension:DrugServiceCoverage",
"path": "MedicationDispense.extension",
"sliceName": "DrugServiceCoverage",
"type": [
{
"code": "Extension",
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-drug-service-coverage"
]
}
],
"isModifier": false
},
{
"id": "MedicationDispense.extension:DrugServiceCoverage.url",
"path": "MedicationDispense.extension.url",
"fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-drug-service-coverage"
},
{
"id": "MedicationDispense.identifier",
"path": "MedicationDispense.identifier",
"min": 1,
"max": "2",
"mustSupport": true
},
{
"id": "MedicationDispense.identifier.system",
"path": "MedicationDispense.identifier.system",
"min": 1,
"constraint": [
{
"key": "RX-system-id",
"human": "Original Rx Number value should be original Rx Number assigned by the pharmacy system on the first fill and should be the following formats: [id-system-local-base]/ca-on-pharmacy-[Pharmacy ID]-original-rx-number or [id-system-local-base]/ca-on-pharmacy-[Pharmacy ID]-current-rx-number",
"source": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medicationDispense",
"severity": "error",
"expression": "$this.matches('http://ehealthontario.ca/fhir/NamingSystem/ca-on-pharmacy-[0-9]{1,9}(?:-original-rx-number|-current-rx-number)')",
"xpath": "Medication.Dispense.identifier[*].system"
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.identifier.value",
"path": "MedicationDispense.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.status",
"path": "MedicationDispense.status",
"mustSupport": true
},
{
"id": "MedicationDispense.category",
"path": "MedicationDispense.category",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/dispense-category",
"description": "Dispense type, e.g. drug, device or pharmacy service"
}
},
{
"id": "MedicationDispense.category.coding",
"path": "MedicationDispense.category.coding",
"min": 1,
"max": "1"
},
{
"id": "MedicationDispense.category.coding.system",
"path": "MedicationDispense.category.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.medication[x]",
"path": "MedicationDispense.medication[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "MedicationDispense.medication[x]:medicationReference",
"path": "MedicationDispense.medication[x]",
"sliceName": "medicationReference",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medication"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.medication[x]:medicationCodeableConcept",
"path": "MedicationDispense.medication[x]",
"sliceName": "medicationCodeableConcept",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
]
},
{
"id": "MedicationDispense.subject",
"path": "MedicationDispense.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-patient"
]
}
],
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.subject.reference",
"path": "MedicationDispense.subject.reference",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.performer",
"path": "MedicationDispense.performer",
"max": "1",
"mustSupport": true
},
{
"id": "MedicationDispense.performer.actor",
"path": "MedicationDispense.performer.actor",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-practitionerRole"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.performer.actor.reference",
"path": "MedicationDispense.performer.actor.reference",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.authorizingPrescription",
"path": "MedicationDispense.authorizingPrescription",
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medicationRequest"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.authorizingPrescription.reference",
"path": "MedicationDispense.authorizingPrescription.reference",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.quantity",
"path": "MedicationDispense.quantity",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescribedquantityunit"
}
},
{
"id": "MedicationDispense.quantity.value",
"path": "MedicationDispense.quantity.value",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.quantity.unit",
"path": "MedicationDispense.quantity.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.quantity.system",
"path": "MedicationDispense.quantity.system",
"mustSupport": true
},
{
"id": "MedicationDispense.quantity.code",
"path": "MedicationDispense.quantity.code",
"mustSupport": true
},
{
"id": "MedicationDispense.daysSupply",
"path": "MedicationDispense.daysSupply",
"mustSupport": true
},
{
"id": "MedicationDispense.daysSupply.value",
"path": "MedicationDispense.daysSupply.value",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.whenPrepared",
"path": "MedicationDispense.whenPrepared",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.whenHandedOver",
"path": "MedicationDispense.whenHandedOver",
"mustSupport": true
},
{
"id": "MedicationDispense.note",
"path": "MedicationDispense.note",
"mustSupport": true
},
{
"id": "MedicationDispense.note.text",
"path": "MedicationDispense.note.text",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction",
"path": "MedicationDispense.dosageInstruction",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.sequence",
"path": "MedicationDispense.dosageInstruction.sequence",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.text",
"path": "MedicationDispense.dosageInstruction.text",
"min": 1,
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction",
"path": "MedicationDispense.dosageInstruction.additionalInstruction",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.system",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.system",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.patientInstruction",
"path": "MedicationDispense.dosageInstruction.patientInstruction",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing",
"path": "MedicationDispense.dosageInstruction.timing",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.event",
"path": "MedicationDispense.dosageInstruction.timing.event",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat",
"path": "MedicationDispense.dosageInstruction.timing.repeat",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x]",
"path": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x]",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.count",
"path": "MedicationDispense.dosageInstruction.timing.repeat.count",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.countMax",
"path": "MedicationDispense.dosageInstruction.timing.repeat.countMax",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.duration",
"path": "MedicationDispense.dosageInstruction.timing.repeat.duration",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.durationMax",
"path": "MedicationDispense.dosageInstruction.timing.repeat.durationMax",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.durationUnit",
"path": "MedicationDispense.dosageInstruction.timing.repeat.durationUnit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.frequency",
"path": "MedicationDispense.dosageInstruction.timing.repeat.frequency",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.frequencyMax",
"path": "MedicationDispense.dosageInstruction.timing.repeat.frequencyMax",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.period",
"path": "MedicationDispense.dosageInstruction.timing.repeat.period",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.periodMax",
"path": "MedicationDispense.dosageInstruction.timing.repeat.periodMax",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.periodUnit",
"path": "MedicationDispense.dosageInstruction.timing.repeat.periodUnit",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/units-of-time|4.0.0"
}
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.dayOfWeek",
"path": "MedicationDispense.dosageInstruction.timing.repeat.dayOfWeek",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.timeOfDay",
"path": "MedicationDispense.dosageInstruction.timing.repeat.timeOfDay",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.when",
"path": "MedicationDispense.dosageInstruction.timing.repeat.when",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.offset",
"path": "MedicationDispense.dosageInstruction.timing.repeat.offset",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.timing.code",
"path": "MedicationDispense.dosageInstruction.timing.code",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/medication-repeat-pattern"
}
},
{
"id": "MedicationDispense.dosageInstruction.timing.code.coding",
"path": "MedicationDispense.dosageInstruction.timing.code.coding",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.timing.code.coding.system",
"path": "MedicationDispense.dosageInstruction.timing.code.coding.system",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.asNeeded[x]",
"path": "MedicationDispense.dosageInstruction.asNeeded[x]",
"type": [
{
"code": "boolean"
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.site",
"path": "MedicationDispense.dosageInstruction.site",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.site.coding",
"path": "MedicationDispense.dosageInstruction.site.coding",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.site.coding.system",
"path": "MedicationDispense.dosageInstruction.site.coding.system",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.route",
"path": "MedicationDispense.dosageInstruction.route",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.route.coding",
"path": "MedicationDispense.dosageInstruction.route.coding",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration"
}
},
{
"id": "MedicationDispense.dosageInstruction.route.coding.system",
"path": "MedicationDispense.dosageInstruction.route.coding.system",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.method",
"path": "MedicationDispense.dosageInstruction.method",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.method.coding",
"path": "MedicationDispense.dosageInstruction.method.coding",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate",
"path": "MedicationDispense.dosageInstruction.doseAndRate",
"max": "1",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.type",
"path": "MedicationDispense.dosageInstruction.doseAndRate.type",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.type.coding",
"path": "MedicationDispense.dosageInstruction.doseAndRate.type.coding",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.type.coding.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.type.coding.system",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]",
"sliceName": "doseRange",
"min": 0,
"max": "1",
"type": [
{
"code": "Range"
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.low",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].low",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.low.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].low.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.low.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].low.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.low.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].low.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.low.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].low.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.high",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].high",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.high.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].high.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.high.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].high.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.high.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].high.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseRange.high.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].high.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseQuantity",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]",
"sliceName": "doseQuantity",
"min": 0,
"max": "1",
"type": [
{
"code": "Quantity",
"profile": [
"http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
]
}
],
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseQuantity.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseQuantity.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseQuantity.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]:doseQuantity.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x].code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"sliceName": "rateRatio",
"min": 0,
"max": "1",
"type": [
{
"code": "Ratio"
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].numerator",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].numerator.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].numerator.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].numerator.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].numerator.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].denominator",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].denominator.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].denominator.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].denominator.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].denominator.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"sliceName": "rateRange",
"min": 0,
"max": "1",
"type": [
{
"code": "Range"
}
],
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.low",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].low",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.low.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].low.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.low.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].low.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.low.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].low.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.low.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].low.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.high",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].high",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.high.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].high.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.high.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].high.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.high.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].high.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateRange.high.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].high.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateQuantity",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"sliceName": "rateQuantity",
"min": 0,
"max": "1",
"type": [
{
"code": "Quantity",
"profile": [
"http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
]
}
],
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
}
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateQuantity.value",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateQuantity.unit",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateQuantity.system",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]:rateQuantity.code",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x].code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.value",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.comparator",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.comparator",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.unit",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.system",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.code",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.numerator.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.value",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.comparator",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.comparator",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.unit",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.system",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.code",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod.denominator.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerAdministration",
"path": "MedicationDispense.dosageInstruction.maxDosePerAdministration",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerAdministration.value",
"path": "MedicationDispense.dosageInstruction.maxDosePerAdministration.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerAdministration.unit",
"path": "MedicationDispense.dosageInstruction.maxDosePerAdministration.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerAdministration.system",
"path": "MedicationDispense.dosageInstruction.maxDosePerAdministration.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerAdministration.code",
"path": "MedicationDispense.dosageInstruction.maxDosePerAdministration.code",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerLifetime",
"path": "MedicationDispense.dosageInstruction.maxDosePerLifetime",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerLifetime.value",
"path": "MedicationDispense.dosageInstruction.maxDosePerLifetime.value",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerLifetime.unit",
"path": "MedicationDispense.dosageInstruction.maxDosePerLifetime.unit",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerLifetime.system",
"path": "MedicationDispense.dosageInstruction.maxDosePerLifetime.system",
"mustSupport": true
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerLifetime.code",
"path": "MedicationDispense.dosageInstruction.maxDosePerLifetime.code",
"mustSupport": true
}
]
}
}