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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4b
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationadministrationone-example.json
FHIR VersionR4B

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 medicationadministrationone-example

status: Completed

medication: Lantus 100 UNT/ML Injectable Solution

subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

effective: 2025-01-02 09:00:00+0000

Performers

-Actor
*Practitioner Joseph P Nichols (official)

reasonCode: Shivering

Dosages

-TextRouteDose
*400 mg orallyOral route400 mg

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministrationone-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "285018",
        "display": "Lantus 100 UNT/ML Injectable Solution"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "effectiveDateTime": "2025-01-02T09:00:00Z",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-1"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "43724002",
          "display": "Shivering"
        }
      ]
    }
  ],
  "dosage": {
    "text": "400 mg orally",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral route"
        }
      ]
    },
    "dose": {
      "value": 400,
      "unit": "mg"
    }
  }
}