FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministration-example-ach-pass2-dex4.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationadministration-example-ach-pass2-dex4
identifier: http://example.org/identifiers/798/101888893 (use: usual, )
status: Completed
category: Outpatient
medication: Dex4 4 gm chewable tablet X1
subject: Pass2 ACH
context: Emergency Encounter
effective: 2024-01-31 04:54:00-0500
| Text | Route | Dose |
| 4 gm chewable tablet X1 | Oral | 4 g (Details: UCUM codeg = 'g') |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-example-ach-pass2-dex4",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/identifiers/798",
"value": "101888893"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
],
"text": "Outpatient"
},
"medicationReference": {
"reference": "Medication/medication-example-dex4-tablet",
"display": "Dex4 4 gm chewable tablet X1"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"context": {
"reference": "Encounter/encounter-example-ach-ach-pass2-emergency",
"display": "Emergency Encounter"
},
"effectiveDateTime": "2024-01-31T04:54:00-05:00",
"request": {
"reference": "MedicationRequest/medicationrequest-example-ach-pass2-dex4-tablet"
},
"dosage": {
"text": "4 gm chewable tablet X1",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Use"
}
],
"text": "Oral"
},
"dose": {
"value": 4,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
}