FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationadministration-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationAdministration medicationadministration-example

status: Completed

medication: Sodium chloride 0.9% IV solution

subject: abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example)

context: Encounter: identifier = Encounter ID: 1234567; status = finished; class = ambulatory (ActCode#AMB); type = New patient office visit, 30-44 minutes; period = 2023-02-13 05:59:00-0500 --> (ongoing)

effective: 2025-03-09 07:10:20+0000

Performers

-FunctionActor
*performerPractitioner JOHN DOCTOR

Dosages

-Dose
*100 mL/hr

Source1

{
  "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"
    }
  }
}