FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | MedicationStatement |
| Id | PS-CA BC Medication Statement Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Medication Statement
Patient: Greta Wiebe
Medication: Prednisone
Dosage: 5mg Twice Daily
Route: Oral route
Status: Active
Effective Date: 2019-11-19
Reason: Pneumonia
{
"resourceType": "MedicationStatement",
"id": "MedicationStatementPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationstatement-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset",
"code": "8000014",
"display": "Prednisone"
}
],
"text": "Prednisone"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"effectiveDateTime": "2019-11-19",
"dosage": [
{
"text": "5mg Twice Daily",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "233604007",
"display": "Pneumonia"
}
],
"text": "Pneumonia"
}
]
}