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