FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MaxineMayfield16Azithromycin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MaxineMayfield16Azithromycin
Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexually transmitted disease information sensitivity (Details: ActCode code STD = 'sexually transmitted disease information sensitivity')
status: Completed
intent: Order
medication: Azithromycin 500mg 2 tabs x 1
subject: Maxine Mayfield (official) Female, DoB: 2009-07-18
dosageInstruction
text: 500mg 2 tabs x 1 dose
timing: Count 1 times, Once per 1 day
route: Oral route
DoseAndRates
Dose[x] 1000 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "MaxineMayfield16Azithromycin",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "STD"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "330623",
"display": "azithromycin 500 MG"
}
],
"text": "Azithromycin 500mg 2 tabs x 1"
},
"subject": {
"reference": "Patient/MaxineMayfield16"
},
"dosageInstruction": [
{
"text": "500mg 2 tabs x 1 dose",
"timing": {
"repeat": {
"count": 1,
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1000,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}