FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-simvastatin-request-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "simvastatin-request-example"
Profile: Medication Request (PS-CA)
status: active
intent: order
medication: Fluspiral 50 mcg (WHO ATC#C10AA01 "simvastatin")
subject: Patient/patient1-example: Donald Duck " DONALD"
authoredOn: 2021-10-10
requester: Practitioner/practitioner1-example: Patrick Pump " PUMP"
| - | ValidityPeriod |
| * | 2021-01-01 --> (ongoing) |
{
"resourceType": "MedicationRequest",
"id": "simvastatin-request-example",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "C10AA01",
"display": "simvastatin"
}
],
"text": "Fluspiral 50 mcg"
},
"subject": {
"reference": "Patient/patient1-example",
"display": "Donald Duck"
},
"authoredOn": "2021-10-10",
"requester": {
"reference": "Practitioner/practitioner1-example",
"display": "Patrick Pump"
},
"dosageInstruction": [
{
"text": "40 mg/day",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 40,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2021-01-01"
}
}
}