FHIR IG analytics| Package | hl7.fhir.us.ecr.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationadministration-eve-everywoman-azithromycin
status: Completed
medication: Azithromycin 500 MG Oral Tablet
subject: Eve Everywoman
effective: 2018-03-07 --> 2018-03-07
| Text | Route | Method | Dose |
| Two tablets at once | Oral route | Swallow - dosing instruction imperative (qualifier value) | 2 TAB (Details: Orderable Drug Form codeTAB = 'Tablet') |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-eve-everywoman-azithromycin",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "248656",
"display": "Azithromycin 500 MG Oral Tablet"
}
],
"text": "Azithromycin 500 MG Oral Tablet"
},
"subject": {
"reference": "Patient/patient-ecr-eve-everywoman",
"display": "Eve Everywoman"
},
"effectivePeriod": {
"start": "2018-03-07",
"end": "2018-03-07"
},
"dosage": {
"text": "Two tablets at once",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421521009",
"display": "Swallow - dosing instruction imperative (qualifier value)"
}
]
},
"dose": {
"value": 2,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
}