FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-us-ph-medadmin-eve-everywoman-azithromycin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration
Resource MedicationAdministration "us-ph-medadmin-eve-everywoman-azithromycin"
status: completed
medication: Azithromycin 500 MG Oral Tablet (RxNorm#248656)
subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"
effective: 2018-03-07 --> 2018-03-07
| Text | Route | Method | Dose |
| Two tablets at once | Oral route (SNOMED CT#26643006) | Swallow - dosing instruction imperative (qualifier value) (SNOMED CT#421521009) | 2 TAB (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet') |
{
"resourceType": "MedicationAdministration",
"id": "us-ph-medadmin-eve-everywoman-azithromycin",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/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/us-ph-patient-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"
}
}
}