FHIR IG analytics| Package | ca.infoway.vip.mert |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-DosageMERT.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/DosageMERT |
| URL | https://intrahealth.com/fhir/mert/StructureDefinition/DosageMERT |
| Status | draft |
| Name | DosageMERT |
| Title | Dosage (MERT) |
| Description | This profile describes Dosage constraints for MERT medication exchange. |
| Type | Dosage |
| Kind | complex-type |
| StructureDefinition | ||
| ca.infoway.vip.mert#0.1.0-retry | MedicationRequestMERT | MedicationRequest (MERT) |
| ca.infoway.vip.mert#0.1.0-retry | MedicationStatementMERT | MedicationStatement (MERT) |
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "DosageMERT",
"url": "https://intrahealth.com/fhir/mert/StructureDefinition/DosageMERT",
"name": "DosageMERT",
"title": "Dosage (MERT)",
"status": "draft",
"description": "This profile describes Dosage constraints for MERT medication exchange.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"type": "Dosage",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Dosage",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Dosage.text",
"path": "Dosage.text",
"short": "Free text dosage instructions (SIG).",
"mustSupport": true
},
{
"id": "Dosage.timing",
"path": "Dosage.timing",
"min": 1,
"mustSupport": true
},
{
"id": "Dosage.asNeeded[x]",
"path": "Dosage.asNeeded[x]",
"comment": "MERT does not support asNeededCodeableConcept; use asNeededBoolean.",
"type": [
{
"code": "boolean"
}
],
"mustSupport": true
},
{
"id": "Dosage.route",
"path": "Dosage.route",
"short": "Route of administration (free text preferred in route.text).",
"comment": "MERT captures route as free text using route.text (CodeableConcept.text) rather than coded route values.",
"mustSupport": true
},
{
"id": "Dosage.route.text",
"path": "Dosage.route.text",
"min": 1,
"mustSupport": true
},
{
"id": "Dosage.doseAndRate",
"path": "Dosage.doseAndRate",
"mustSupport": true
},
{
"id": "Dosage.doseAndRate.dose[x]",
"path": "Dosage.doseAndRate.dose[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "Dosage.doseAndRate.dose[x]:doseRange",
"path": "Dosage.doseAndRate.dose[x]",
"sliceName": "doseRange",
"min": 0,
"max": "1",
"type": [
{
"code": "Range"
}
],
"mustSupport": true
},
{
"id": "Dosage.doseAndRate.dose[x]:doseQuantity",
"path": "Dosage.doseAndRate.dose[x]",
"sliceName": "doseQuantity",
"min": 0,
"max": "1",
"type": [
{
"code": "Quantity",
"profile": [
"http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
]
}
],
"mustSupport": true
}
]
}
}