FHIR IG Statistics: StructureDefinition/ext-medicationorder-total-quantity
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ext-medicationorder-total-quantity",
"url": "http://telus.com/fhir/patientChart/StructureDefinition/ext-medicationorder-total-quantity",
"name": "ExtTotalPrescribedQuantity",
"title": "Ext-Total Prescribed Quantity",
"status": "draft",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "MedicationRequest.dispenseRequest"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://telus.com/fhir/patientChart/StructureDefinition/ext-medicationorder-total-quantity"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "Quantity"
}
],
"mustSupport": true
},
{
"id": "Extension.value[x].value",
"path": "Extension.value[x].value",
"mustSupport": true
},
{
"id": "Extension.value[x].unit",
"path": "Extension.value[x].unit",
"mustSupport": true
},
{
"id": "Extension.value[x].system",
"path": "Extension.value[x].system",
"mustSupport": true
},
{
"id": "Extension.value[x].code",
"path": "Extension.value[x].code",
"comment": "Conformance Rule: A Code must be supplied if one is available from the PrescribedQuantityUnit subset. If the user picks a prescribed quantity unit that does not have a code in the PrescribedQuantityUnit subset, only then can unit be supplied without a code. If a receiving system receives a code that it doesn't recognize, the system must just display the unit.\r\n\r\nThe preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.",
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescribedquantityunit"
}
}
]
}
}