FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
| StructureDefinition |
| ca.infoway.vip.mert#0.1.0-retry | DosageMERT | Dosage (MERT) |
| ca.infoway.vip.mert#0.1.0-retry | PatientMERT | Patient (MERT) |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "MedicationStatementMERT",
"url": "https://intrahealth.com/fhir/mert/StructureDefinition/MedicationStatementMERT",
"name": "MedicationStatementMERT",
"title": "MedicationStatement (MERT)",
"status": "draft",
"description": "This profile describes the MedicationStatement for MERT.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "MedicationStatement",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationStatement",
"path": "MedicationStatement",
"constraint": [
{
"key": "mert-med-din-should",
"severity": "warning",
"human": "When medication as a CodeableConcept has codings, a DIN coding should be included (Canada-first).",
"expression": "medication.ofType(CodeableConcept).coding.empty() or medication.ofType(CodeableConcept).coding.where(system = 'http://hl7.org/fhir/sid/ca-din').exists()",
"source": "https://intrahealth.com/fhir/mert/StructureDefinition/MedicationStatementMERT"
},
{
"key": "mert-ms-statusreason-text",
"severity": "warning",
"human": "If statusReason is present, it should carry user-entered text.",
"expression": "statusReason.empty() or statusReason.text.exists()",
"source": "https://intrahealth.com/fhir/mert/StructureDefinition/MedicationStatementMERT"
}
]
},
{
"id": "MedicationStatement.status",
"path": "MedicationStatement.status",
"mustSupport": true
},
{
"id": "MedicationStatement.statusReason",
"path": "MedicationStatement.statusReason",
"short": "Free-text reason for the current medication status.",
"comment": "MERT systems typically capture user-entered reasons in CodeableConcept.text. Codings may be supplied when available.",
"mustSupport": true
},
{
"id": "MedicationStatement.statusReason.text",
"path": "MedicationStatement.statusReason.text",
"mustSupport": true
},
{
"id": "MedicationStatement.medication[x]",
"path": "MedicationStatement.medication[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"comment": "Medication SHALL be represented as a CodeableConcept.",
"mustSupport": true
},
{
"id": "MedicationStatement.medication[x]:medicationCodeableConcept",
"path": "MedicationStatement.medication[x]",
"sliceName": "medicationCodeableConcept",
"comment": "DIN coding is preferred when available. If DIN is unknown/unavailable, other codings and/or text may be used.",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://intrahealth.com/fhir/mert/ValueSet/mert-medication-din"
}
},
{
"id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding",
"path": "MedicationStatement.medication[x].coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:din",
"path": "MedicationStatement.medication[x].coding",
"sliceName": "din",
"min": 0,
"max": "*",
"mustSupport": true
},
{
"id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:din.system",
"path": "MedicationStatement.medication[x].coding.system",
"min": 1,
"patternUri": "http://hl7.org/fhir/sid/ca-din"
},
{
"id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:din.code",
"path": "MedicationStatement.medication[x].coding.code",
"min": 1
},
{
"id": "MedicationStatement.subject",
"path": "MedicationStatement.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://intrahealth.com/fhir/mert/StructureDefinition/PatientMERT"
]
}
],
"mustSupport": true
},
{
"id": "MedicationStatement.context",
"path": "MedicationStatement.context",
"mustSupport": true
},
{
"id": "MedicationStatement.effective[x]",
"path": "MedicationStatement.effective[x]",
"mustSupport": true
},
{
"id": "MedicationStatement.reasonCode",
"path": "MedicationStatement.reasonCode",
"mustSupport": true
},
{
"id": "MedicationStatement.note",
"path": "MedicationStatement.note",
"mustSupport": true
},
{
"id": "MedicationStatement.dosage",
"path": "MedicationStatement.dosage",
"type": [
{
"code": "Dosage",
"profile": [
"https://intrahealth.com/fhir/mert/StructureDefinition/DosageMERT"
]
}
],
"mustSupport": true
}
]
}
}