FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-medicationrequest-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "example-medicationrequest-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medicationrequest-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/MedicationRequest",
"value": "MR123456"
}
],
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/example-medication-ca-core"
},
"subject": {
"reference": "example-patient-ca-core-2"
},
"authoredOn": "2024-03-27T10:00:00-07:00",
"dosageInstruction": [
{
"text": "Take 20mg once daily at bedtime",
"route": {
"coding": [
{
"code": "26643006",
"system": "http://snomed.info/sct",
"display": "Oral route (qualifier value)"
}
]
}
}
],
"reasonCode": [
{
"coding": [
{
"code": "22298006",
"system": "http://snomed.info/sct",
"display": "Myocardial infarction (disorder)"
}
],
"text": "Secondary prevention of cardiovascular events"
}
]
}