FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MaxineMayfield16Pulmicort.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MaxineMayfield16Pulmicort
status: Active
intent: Order
medication: Pulmicort Flexhaler 180mcg 2 puffs INH BID
subject: Maxine Mayfield (official) Female, DoB: 2009-07-18
dosageInstruction
text: 2 puffs INH BID
timing: 2 per 1 day
route: Respiratory tract route
DoseAndRates
Dose[x] 180 ug (Details: UCUM codeug = 'ug')
{
"resourceType": "MedicationRequest",
"id": "MaxineMayfield16Pulmicort",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "966524",
"display": "Pulmicort Flexhaler 180 MCG/ACTUAT Dry Powder Inhaler, 120 ACTUAT"
}
],
"text": "Pulmicort Flexhaler 180mcg 2 puffs INH BID"
},
"subject": {
"reference": "Patient/MaxineMayfield16"
},
"dosageInstruction": [
{
"text": "2 puffs INH BID",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "447694001",
"display": "Respiratory tract route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 180,
"unit": "ug",
"system": "http://unitsofmeasure.org",
"code": "ug"
}
}
]
}
]
}