FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | StructureDefinition |
| Id | profile-medicationdispense.StructureDefinition.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "profile-medicationdispense",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-medicationdispense",
"version": "1.2.2",
"name": "MedicationDispense",
"title": "Medication Dispense Profile",
"status": "active",
"publisher": "Synapxe",
"description": "A Bundle of MedicationDispense resources will be used to store one or more medication products 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": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "MedicationDispense",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationDispense.contained",
"path": "MedicationDispense.contained",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "MedicationDispense.contained:medication",
"path": "MedicationDispense.contained",
"sliceName": "medication",
"max": "1",
"type": [
{
"code": "Medication",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-medication"
]
}
]
},
{
"id": "MedicationDispense.contained:medicationrequest",
"path": "MedicationDispense.contained",
"sliceName": "medicationrequest",
"max": "1",
"type": [
{
"code": "Resource",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-medicationdispense-request"
]
}
]
},
{
"id": "MedicationDispense.extension:changesMade",
"path": "MedicationDispense.extension",
"sliceName": "changesMade",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/ext-changesMade"
]
}
]
},
{
"id": "MedicationDispense.extension:orderSetConnectingTerm",
"path": "MedicationDispense.extension",
"sliceName": "orderSetConnectingTerm",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/ext-orderSetConnectingTerm"
]
}
]
},
{
"id": "MedicationDispense.extension:dispensingInstitution",
"path": "MedicationDispense.extension",
"sliceName": "dispensingInstitution",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/ext-dispensingInstitution"
]
}
]
},
{
"id": "MedicationDispense.modifierExtension",
"path": "MedicationDispense.modifierExtension",
"max": "0"
},
{
"id": "MedicationDispense.identifier",
"path": "MedicationDispense.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "MedicationDispense.identifier.id",
"path": "MedicationDispense.identifier.id",
"max": "0"
},
{
"id": "MedicationDispense.identifier.extension",
"path": "MedicationDispense.identifier.extension",
"max": "0"
},
{
"id": "MedicationDispense.identifier.use",
"path": "MedicationDispense.identifier.use",
"max": "0"
},
{
"id": "MedicationDispense.identifier.type",
"path": "MedicationDispense.identifier.type",
"max": "0"
},
{
"id": "MedicationDispense.identifier.system",
"path": "MedicationDispense.identifier.system",
"min": 1
},
{
"id": "MedicationDispense.identifier.value",
"path": "MedicationDispense.identifier.value",
"min": 1
},
{
"id": "MedicationDispense.identifier.period",
"path": "MedicationDispense.identifier.period",
"max": "0"
},
{
"id": "MedicationDispense.identifier.assigner",
"path": "MedicationDispense.identifier.assigner",
"max": "0"
},
{
"id": "MedicationDispense.identifier:recordIdentifier",
"path": "MedicationDispense.identifier",
"sliceName": "recordIdentifier",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-record-id"
]
}
]
},
{
"id": "MedicationDispense.identifier:dispenseID",
"path": "MedicationDispense.identifier",
"sliceName": "dispenseID",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-dispense-id"
]
}
]
},
{
"id": "MedicationDispense.identifier:sourceGroupingID",
"path": "MedicationDispense.identifier",
"sliceName": "sourceGroupingID",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-source-grouping-id"
]
}
]
},
{
"id": "MedicationDispense.basedOn",
"path": "MedicationDispense.basedOn",
"max": "0"
},
{
"id": "MedicationDispense.partOf",
"path": "MedicationDispense.partOf",
"max": "0"
},
{
"id": "MedicationDispense.notPerformedReason.id",
"path": "MedicationDispense.notPerformedReason.id",
"max": "0"
},
{
"id": "MedicationDispense.notPerformedReason.extension",
"path": "MedicationDispense.notPerformedReason.extension",
"max": "0"
},
{
"id": "MedicationDispense.notPerformedReason.concept",
"path": "MedicationDispense.notPerformedReason.concept",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
],
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/status-reason"
}
},
{
"id": "MedicationDispense.notPerformedReason.concept.extension",
"path": "MedicationDispense.notPerformedReason.concept.extension",
"max": "0"
},
{
"id": "MedicationDispense.notPerformedReason.concept.coding.system",
"path": "MedicationDispense.notPerformedReason.concept.coding.system",
"patternUri": "https://fhir.synapxe.sg/CodeSystem/status-reason"
},
{
"id": "MedicationDispense.notPerformedReason.concept.coding.version",
"path": "MedicationDispense.notPerformedReason.concept.coding.version",
"max": "0"
},
{
"id": "MedicationDispense.notPerformedReason.reference",
"path": "MedicationDispense.notPerformedReason.reference",
"max": "0"
},
{
"id": "MedicationDispense.statusChanged",
"path": "MedicationDispense.statusChanged",
"max": "0"
},
{
"id": "MedicationDispense.category",
"path": "MedicationDispense.category",
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
],
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/dispense-type"
}
},
{
"id": "MedicationDispense.category.extension",
"path": "MedicationDispense.category.extension",
"max": "0"
},
{
"id": "MedicationDispense.category.coding.system",
"path": "MedicationDispense.category.coding.system",
"patternUri": "https://fhir.synapxe.sg/CodeSystem/dispense-type"
},
{
"id": "MedicationDispense.medication",
"path": "MedicationDispense.medication",
"type": [
{
"code": "CodeableReference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-medication"
]
}
]
},
{
"id": "MedicationDispense.medication.id",
"path": "MedicationDispense.medication.id",
"max": "0"
},
{
"id": "MedicationDispense.medication.extension",
"path": "MedicationDispense.medication.extension",
"max": "0"
},
{
"id": "MedicationDispense.medication.concept",
"path": "MedicationDispense.medication.concept",
"max": "0",
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
]
},
{
"id": "MedicationDispense.medication.concept.extension",
"path": "MedicationDispense.medication.concept.extension",
"max": "0"
},
{
"id": "MedicationDispense.medication.reference",
"path": "MedicationDispense.medication.reference",
"min": 1
},
{
"id": "MedicationDispense.medication.reference.id",
"path": "MedicationDispense.medication.reference.id",
"max": "0"
},
{
"id": "MedicationDispense.medication.reference.extension",
"path": "MedicationDispense.medication.reference.extension",
"max": "0"
},
{
"id": "MedicationDispense.subject",
"path": "MedicationDispense.subject",
"type": [
{
"code": "Reference",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
],
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
]
}
]
},
{
"id": "MedicationDispense.subject.display",
"path": "MedicationDispense.subject.display",
"max": "0"
},
{
"id": "MedicationDispense.encounter",
"path": "MedicationDispense.encounter",
"type": [
{
"code": "Reference",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-reference-encounter"
],
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
]
}
]
},
{
"id": "MedicationDispense.encounter.display",
"path": "MedicationDispense.encounter.display",
"max": "0"
},
{
"id": "MedicationDispense.supportingInformation",
"path": "MedicationDispense.supportingInformation",
"max": "0"
},
{
"id": "MedicationDispense.performer",
"path": "MedicationDispense.performer",
"min": 1,
"max": "1"
},
{
"id": "MedicationDispense.performer.id",
"path": "MedicationDispense.performer.id",
"max": "0"
},
{
"id": "MedicationDispense.performer.extension",
"path": "MedicationDispense.performer.extension",
"max": "0"
},
{
"id": "MedicationDispense.performer.modifierExtension",
"path": "MedicationDispense.performer.modifierExtension",
"max": "0"
},
{
"id": "MedicationDispense.performer.function",
"path": "MedicationDispense.performer.function",
"max": "0"
},
{
"id": "MedicationDispense.performer.actor",
"path": "MedicationDispense.performer.actor",
"short": "A reference from one resource to another",
"definition": "A reference from one resource to another.",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
]
}
]
},
{
"id": "MedicationDispense.performer.actor.identifier",
"path": "MedicationDispense.performer.actor.identifier",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-prn"
]
}
]
},
{
"id": "MedicationDispense.performer.actor.display",
"path": "MedicationDispense.performer.actor.display",
"max": "0"
},
{
"id": "MedicationDispense.location.id",
"path": "MedicationDispense.location.id",
"max": "0"
},
{
"id": "MedicationDispense.location.extension",
"path": "MedicationDispense.location.extension",
"max": "0"
},
{
"id": "MedicationDispense.location.reference",
"path": "MedicationDispense.location.reference",
"max": "0"
},
{
"id": "MedicationDispense.location.type",
"path": "MedicationDispense.location.type",
"min": 1,
"patternUri": "Location"
},
{
"id": "MedicationDispense.location.identifier",
"path": "MedicationDispense.location.identifier",
"min": 1,
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-dispensing-location-id"
]
}
]
},
{
"id": "MedicationDispense.location.display",
"path": "MedicationDispense.location.display",
"max": "0"
},
{
"id": "MedicationDispense.authorizingPrescription",
"path": "MedicationDispense.authorizingPrescription",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-medicationdispense-request"
],
"aggregation": [
"contained",
"bundled"
]
}
]
},
{
"id": "MedicationDispense.authorizingPrescription.id",
"path": "MedicationDispense.authorizingPrescription.id",
"max": "0"
},
{
"id": "MedicationDispense.authorizingPrescription.extension",
"path": "MedicationDispense.authorizingPrescription.extension",
"max": "0"
},
{
"id": "MedicationDispense.authorizingPrescription.reference",
"path": "MedicationDispense.authorizingPrescription.reference",
"max": "0"
},
{
"id": "MedicationDispense.authorizingPrescription.type",
"path": "MedicationDispense.authorizingPrescription.type",
"min": 1,
"patternUri": "MedicationRequest"
},
{
"id": "MedicationDispense.authorizingPrescription.identifier",
"path": "MedicationDispense.authorizingPrescription.identifier",
"min": 1,
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier-order-no"
]
}
]
},
{
"id": "MedicationDispense.authorizingPrescription.display",
"path": "MedicationDispense.authorizingPrescription.display",
"max": "0"
},
{
"id": "MedicationDispense.type",
"path": "MedicationDispense.type",
"max": "0"
},
{
"id": "MedicationDispense.type.id",
"path": "MedicationDispense.type.id",
"max": "0"
},
{
"id": "MedicationDispense.type.extension",
"path": "MedicationDispense.type.extension",
"max": "0"
},
{
"id": "MedicationDispense.type.coding",
"path": "MedicationDispense.type.coding",
"max": "1"
},
{
"id": "MedicationDispense.type.coding.id",
"path": "MedicationDispense.type.coding.id",
"max": "0"
},
{
"id": "MedicationDispense.type.coding.extension",
"path": "MedicationDispense.type.coding.extension",
"max": "0"
},
{
"id": "MedicationDispense.type.coding.system",
"path": "MedicationDispense.type.coding.system",
"min": 1
},
{
"id": "MedicationDispense.type.coding.version",
"path": "MedicationDispense.type.coding.version",
"max": "0"
},
{
"id": "MedicationDispense.type.coding.code",
"path": "MedicationDispense.type.coding.code",
"min": 1
},
{
"id": "MedicationDispense.type.coding.display",
"path": "MedicationDispense.type.coding.display",
"max": "0"
},
{
"id": "MedicationDispense.type.coding.userSelected",
"path": "MedicationDispense.type.coding.userSelected",
"max": "0"
},
{
"id": "MedicationDispense.type.text",
"path": "MedicationDispense.type.text",
"max": "0"
},
{
"id": "MedicationDispense.quantity.id",
"path": "MedicationDispense.quantity.id",
"max": "0"
},
{
"id": "MedicationDispense.quantity.extension",
"path": "MedicationDispense.quantity.extension",
"max": "0"
},
{
"id": "MedicationDispense.quantity.value",
"path": "MedicationDispense.quantity.value",
"min": 1
},
{
"id": "MedicationDispense.quantity.unit",
"path": "MedicationDispense.quantity.unit",
"min": 1
},
{
"id": "MedicationDispense.quantity.system",
"path": "MedicationDispense.quantity.system",
"min": 1
},
{
"id": "MedicationDispense.quantity.code",
"path": "MedicationDispense.quantity.code",
"min": 1
},
{
"id": "MedicationDispense.daysSupply",
"path": "MedicationDispense.daysSupply",
"max": "0"
},
{
"id": "MedicationDispense.daysSupply.id",
"path": "MedicationDispense.daysSupply.id",
"max": "0"
},
{
"id": "MedicationDispense.daysSupply.extension",
"path": "MedicationDispense.daysSupply.extension",
"max": "0"
},
{
"id": "MedicationDispense.daysSupply.value",
"path": "MedicationDispense.daysSupply.value",
"min": 1
},
{
"id": "MedicationDispense.daysSupply.unit",
"path": "MedicationDispense.daysSupply.unit",
"min": 1
},
{
"id": "MedicationDispense.daysSupply.system",
"path": "MedicationDispense.daysSupply.system",
"min": 1
},
{
"id": "MedicationDispense.daysSupply.code",
"path": "MedicationDispense.daysSupply.code",
"min": 1
},
{
"id": "MedicationDispense.recorded",
"path": "MedicationDispense.recorded",
"min": 1
},
{
"id": "MedicationDispense.whenPrepared",
"path": "MedicationDispense.whenPrepared",
"min": 1
},
{
"id": "MedicationDispense.whenHandedOver",
"path": "MedicationDispense.whenHandedOver",
"max": "0"
},
{
"id": "MedicationDispense.destination",
"path": "MedicationDispense.destination",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-location"
]
}
]
},
{
"id": "MedicationDispense.destination.id",
"path": "MedicationDispense.destination.id",
"max": "0"
},
{
"id": "MedicationDispense.destination.extension",
"path": "MedicationDispense.destination.extension",
"max": "0"
},
{
"id": "MedicationDispense.destination.reference",
"path": "MedicationDispense.destination.reference",
"max": "0"
},
{
"id": "MedicationDispense.destination.type",
"path": "MedicationDispense.destination.type",
"min": 1,
"patternUri": "Location"
},
{
"id": "MedicationDispense.destination.identifier",
"path": "MedicationDispense.destination.identifier",
"min": 1
},
{
"id": "MedicationDispense.destination.identifier.id",
"path": "MedicationDispense.destination.identifier.id",
"max": "0"
},
{
"id": "MedicationDispense.destination.identifier.extension",
"path": "MedicationDispense.destination.identifier.extension",
"max": "0"
},
{
"id": "MedicationDispense.destination.identifier.use",
"path": "MedicationDispense.destination.identifier.use",
"max": "0"
},
{
"id": "MedicationDispense.destination.identifier.type",
"path": "MedicationDispense.destination.identifier.type",
"max": "0"
},
{
"id": "MedicationDispense.destination.identifier.system",
"path": "MedicationDispense.destination.identifier.system",
"min": 1,
"patternUri": "https://fhir.synapxe.sg/NamingSystem/facility-unit-id"
},
{
"id": "MedicationDispense.destination.identifier.value",
"path": "MedicationDispense.destination.identifier.value",
"min": 1
},
{
"id": "MedicationDispense.destination.identifier.period",
"path": "MedicationDispense.destination.identifier.period",
"max": "0"
},
{
"id": "MedicationDispense.destination.identifier.assigner",
"path": "MedicationDispense.destination.identifier.assigner",
"max": "0"
},
{
"id": "MedicationDispense.destination.display",
"path": "MedicationDispense.destination.display",
"min": 1
},
{
"id": "MedicationDispense.receiver",
"path": "MedicationDispense.receiver",
"max": "0"
},
{
"id": "MedicationDispense.note",
"path": "MedicationDispense.note",
"max": "0"
},
{
"id": "MedicationDispense.renderedDosageInstruction",
"path": "MedicationDispense.renderedDosageInstruction",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction",
"path": "MedicationDispense.dosageInstruction",
"min": 1,
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.id",
"path": "MedicationDispense.dosageInstruction.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.extension",
"path": "MedicationDispense.dosageInstruction.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.modifierExtension",
"path": "MedicationDispense.dosageInstruction.modifierExtension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.sequence",
"path": "MedicationDispense.dosageInstruction.sequence",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction",
"path": "MedicationDispense.dosageInstruction.additionalInstruction",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.id",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.extension",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.id",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.extension",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.system",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.system",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.code",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.code",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.display",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.display",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.coding.userSelected",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.coding.userSelected",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.additionalInstruction.text",
"path": "MedicationDispense.dosageInstruction.additionalInstruction.text",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.patientInstruction",
"path": "MedicationDispense.dosageInstruction.patientInstruction",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.id",
"path": "MedicationDispense.dosageInstruction.timing.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.extension",
"path": "MedicationDispense.dosageInstruction.timing.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.modifierExtension",
"path": "MedicationDispense.dosageInstruction.timing.modifierExtension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.event",
"path": "MedicationDispense.dosageInstruction.timing.event",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.id",
"path": "MedicationDispense.dosageInstruction.timing.repeat.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.extension",
"path": "MedicationDispense.dosageInstruction.timing.repeat.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x]",
"path": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x]",
"type": [
{
"code": "Period"
}
]
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].id",
"path": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].extension",
"path": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].start",
"path": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].start",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].end",
"path": "MedicationDispense.dosageInstruction.timing.repeat.bounds[x].end",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.dayOfWeek",
"path": "MedicationDispense.dosageInstruction.timing.repeat.dayOfWeek",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.timeOfDay",
"path": "MedicationDispense.dosageInstruction.timing.repeat.timeOfDay",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.timing.repeat.when",
"path": "MedicationDispense.dosageInstruction.timing.repeat.when",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.timing.code",
"path": "MedicationDispense.dosageInstruction.timing.code",
"short": "Concept - reference to a terminology or just text",
"definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.",
"comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
],
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/medication-frequency"
}
},
{
"id": "MedicationDispense.dosageInstruction.timing.code.extension",
"path": "MedicationDispense.dosageInstruction.timing.code.extension",
"max": "0"
},
{
"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",
"patternUri": "https://fhir.synapxe.sg/CodeSystem/medication-frequency"
},
{
"id": "MedicationDispense.dosageInstruction.asNeeded",
"path": "MedicationDispense.dosageInstruction.asNeeded",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.asNeededFor",
"path": "MedicationDispense.dosageInstruction.asNeededFor",
"max": "1"
},
{
"id": "MedicationDispense.dosageInstruction.asNeededFor.id",
"path": "MedicationDispense.dosageInstruction.asNeededFor.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.asNeededFor.extension",
"path": "MedicationDispense.dosageInstruction.asNeededFor.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.asNeededFor.coding",
"path": "MedicationDispense.dosageInstruction.asNeededFor.coding",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.asNeededFor.text",
"path": "MedicationDispense.dosageInstruction.asNeededFor.text",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.site",
"path": "MedicationDispense.dosageInstruction.site",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.route",
"path": "MedicationDispense.dosageInstruction.route",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
],
"binding": {
"strength": "required",
"valueSet": "https://fhir.synapxe.sg/ValueSet/medication-route"
}
},
{
"id": "MedicationDispense.dosageInstruction.route.extension",
"path": "MedicationDispense.dosageInstruction.route.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.route.coding.system",
"path": "MedicationDispense.dosageInstruction.route.coding.system",
"patternUri": "https://fhir.synapxe.sg/CodeSystem/medication-route"
},
{
"id": "MedicationDispense.dosageInstruction.method",
"path": "MedicationDispense.dosageInstruction.method",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.id",
"path": "MedicationDispense.dosageInstruction.doseAndRate.id",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.extension",
"path": "MedicationDispense.dosageInstruction.doseAndRate.extension",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.type",
"path": "MedicationDispense.dosageInstruction.doseAndRate.type",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]",
"path": "MedicationDispense.dosageInstruction.doseAndRate.dose[x]",
"min": 1
},
{
"id": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"path": "MedicationDispense.dosageInstruction.doseAndRate.rate[x]",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerPeriod",
"path": "MedicationDispense.dosageInstruction.maxDosePerPeriod",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerAdministration",
"path": "MedicationDispense.dosageInstruction.maxDosePerAdministration",
"max": "0"
},
{
"id": "MedicationDispense.dosageInstruction.maxDosePerLifetime",
"path": "MedicationDispense.dosageInstruction.maxDosePerLifetime",
"max": "0"
},
{
"id": "MedicationDispense.substitution",
"path": "MedicationDispense.substitution",
"max": "0"
},
{
"id": "MedicationDispense.eventHistory",
"path": "MedicationDispense.eventHistory",
"max": "0"
}
]
}
}