FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MonicaRambeauAlbuterol.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MonicaRambeauAlbuterol
status: Active
intent: Order
medication: Albuterol 90 mcg/puff 2 puffs INH q4h PRN wheezing
subject: Mo Female, DoB: 2006-08-08
dosageInstruction
text: 2 puffs INH q4h PRN wheezing
timing: Once per 4 hours
asNeeded: true
route: Respiratory tract route
DoseAndRates
Dose[x] 90 ug (Details: UCUM codeug = 'ug')
{
"resourceType": "MedicationRequest",
"id": "MonicaRambeauAlbuterol",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "2123072",
"display": "albuterol 90 MCG/INHAL Metered Dose Inhaler, 200 Actuations, generic for ProAir"
}
],
"text": "Albuterol 90 mcg/puff 2 puffs INH q4h PRN wheezing"
},
"subject": {
"reference": "Patient/MonicaRambeau"
},
"dosageInstruction": [
{
"text": "2 puffs INH q4h PRN wheezing",
"timing": {
"repeat": {
"frequency": 1,
"period": 4,
"periodUnit": "h"
}
},
"asNeededBoolean": true,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "447694001",
"display": "Respiratory tract route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 90,
"unit": "ug",
"system": "http://unitsofmeasure.org",
"code": "ug"
}
}
]
}
]
}