FHIR IG analytics| Package | navify.fhir.r5.rdc |
| Resource Type | MedicationRequest |
| Id | rdc-MedicationRequest-insulin-flow.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "rdc-MedicationRequest-insulin-flow",
"meta": {
"profile": [
"https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationRequest"
]
},
"status": "active",
"intent": "proposal",
"medication": {
"concept": {
"coding": [
{
"system": "https://roche.com/fhir/iop/cs",
"code": "67866001_short_acting",
"display": "Short-acting insulin (substance)"
}
]
}
},
"subject": {
"reference": "Patient/34605fdc-74aa-4587-a5f0-92e6c5f64527"
},
"authoredOn": "2020-02-27T11:14:00+00:00",
"requester": {
"reference": "Device/5f0990b9-1be2-4f69-9621-028b6abdf1b5"
},
"dosageInstruction": [
{
"doseAndRate": [
{
"doseQuantity": {
"value": 3,
"unit": "[iU]",
"system": "http://unitsofmeasure.org",
"code": "[iU]"
}
}
]
}
]
}