FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-VeronicaMarsHydrocortisone.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest VeronicaMarsHydrocortisone
status: Active
intent: Order
medication: Hydrocortisone 1% ointment
subject: Veronica Mars (official) Female, DoB: 1994-08-07
authoredOn: 2014-04-21
| Text | AsNeeded[x] | Route |
| Apply topically as needed | true | Topical route |
{
"resourceType": "MedicationRequest",
"id": "VeronicaMarsHydrocortisone",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "203105",
"display": "hydrocortisone 1 % Topical Ointment"
}
],
"text": "Hydrocortisone 1% ointment"
},
"subject": {
"reference": "Patient/VeronicaMars"
},
"authoredOn": "2014-04-21",
"dosageInstruction": [
{
"text": "Apply topically as needed",
"asNeededBoolean": true,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "6064005",
"display": "Topical route"
}
]
}
}
]
}