FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministration-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationadministration-example
Profile: Deep 6 AI MedicationAdministration
status: Completed
medication: Sodium chloride 0.9% IV solution
effective: 2025-03-09 07:10:20+0000
| Function | Actor |
| performer | Practitioner JOHN DOCTOR |
| Dose |
| 100 mL/hr |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-medicationadministration-1.0.2"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"code": "FOOBAR11",
"display": "Sodium chloride 0.9% IV solution"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"context": {
"reference": "Encounter/encounter-example"
},
"effectiveDateTime": "2025-03-09T07:10:20Z",
"performer": [
{
"function": {
"coding": [
{
"code": "performer"
}
]
},
"actor": {
"reference": "Practitioner/practitioner-example"
}
}
],
"dosage": {
"dose": {
"value": 100,
"unit": "mL/hr"
}
}
}