FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MonicaRambeauDescovy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MonicaRambeauDescovy
Security Labels: restricted (Details: Confidentiality code R = 'restricted'), HIV/AIDS information sensitivity (Details: ActCode code HIV = 'HIV/AIDS information sensitivity')
status: Active
intent: Order
medication: Descovy (tenofovir alafenamide 25mg and emtricitabine 200mg) one tablet PO daily
subject: Mo Female, DoB: 2006-08-08
dosageInstruction
text: one tablet PO daily
timing: Once per 1 day
route: Oral route
DoseAndRates
Dose[x] 1 tablet (Details: UCUM code1 = '1')
{
"resourceType": "MedicationRequest",
"id": "MonicaRambeauDescovy",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HIV"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1747692",
"display": "Descovy"
}
],
"text": "Descovy (tenofovir alafenamide 25mg and emtricitabine 200mg) one tablet PO daily"
},
"subject": {
"reference": "Patient/MonicaRambeau"
},
"dosageInstruction": [
{
"text": "one tablet PO daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "tablet",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
]
}