FHIR IG analytics| Package | ca.on.dhdr.r4 |
| Resource Type | StructureDefinition |
| Id | Medication-DHDR-Submission.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "Medication-DHDRsubmission",
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Medication-submission",
"version": "4.0.1",
"name": "MedicationDHDRSubmission",
"title": "Medication DHDR Submission",
"status": "active",
"description": "This resource is used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Medication",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Medication.extension",
"path": "Medication.extension",
"mustSupport": true
},
{
"id": "Medication.extension:strength",
"path": "Medication.extension",
"sliceName": "strength",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://prescribeit.ca/fhir/StructureDefinition/ext-medication-strength-description"
]
}
],
"mustSupport": true,
"isModifier": false
},
{
"id": "Medication.code",
"path": "Medication.code",
"comment": "Generic medications will have a fixed value of https://ehealthontario.ca/fhir/NamingSystem/ca-drug-gen-name on coding.system",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct",
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"extension": [
{
"url": "purpose",
"valueCode": "candidate"
},
{
"url": "valueSet",
"valueCanonical": "https://fhir.infoway-inforoute.ca/ValueSet/LicensedNaturalHealthProducts"
},
{
"url": "documentation",
"valueMarkdown": "All Natural Product Number (NPN) and Homeopathic Medicine Number (DIN-HM) codes that are licensed by Health Canada and present in the Licensed Natural Health Products Database."
},
{
"url": "key",
"valueId": "medCodeLNHP"
}
]
}
]
}
},
{
"id": "Medication.form",
"path": "Medication.form",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/pharmaceuticaldoseformcode"
}
},
{
"id": "Medication.ingredient",
"path": "Medication.ingredient",
"mustSupport": true
},
{
"id": "Medication.ingredient.item[x]",
"path": "Medication.ingredient.item[x]",
"comment": "Generic medications will have a fixed value of https://ehealthontario.ca/fhir/NamingSystem/ca-drug-gen-name on coding.system",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
]
}
],
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct",
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"extension": [
{
"url": "purpose",
"valueCode": "candidate"
},
{
"url": "valueSet",
"valueCanonical": "https://fhir.infoway-inforoute.ca/ValueSet/LicensedNaturalHealthProducts"
},
{
"url": "documentation",
"valueMarkdown": "All Natural Product Number (NPN) and Homeopathic Medicine Number (DIN-HM) codes that are licensed by Health Canada and present in the Licensed Natural Health Products Database."
},
{
"url": "key",
"valueId": "ingredientLNHP"
}
]
}
]
}
}
]
}
}