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

FHIR IG analytics

Packagehl7.fhir.us.meds
Resource TypeMedicationAdministration
IdMedicationAdministration-medadmin-1.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

id: medadmin-1

meta:

status: completed

medication: Lantus 100 UNT/ML Injectable Solution

subject: Amy V. Shaw

effective: Jan 15, 2015 3:30:00 AM --> Jan 15, 2015 1:30:00 PM

Performers

-Actor
*Ronald Bone, MD

Dosages

-TextDose
*20 Units SC before breakfast20 U

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medadmin-1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2016-12-08T06:38:52Z",
    "profile": [
      "http://hl7.org/fhir/us/meds/StructureDefinition/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"
      }
    ],
    "text": "Lantus 100 UNT/ML Injectable Solution"
  },
  "subject": {
    "display": "Amy V. Shaw"
  },
  "effectivePeriod": {
    "start": "2015-01-15T04:30:00+01:00",
    "end": "2015-01-15T14:30:00+01:00"
  },
  "performer": [
    {
      "actor": {
        "display": "Ronald Bone, MD"
      }
    }
  ],
  "dosage": {
    "text": "20 Units SC before breakfast",
    "dose": {
      "value": 20,
      "unit": "U",
      "system": "http://unitsofmeasure.org",
      "code": "U"
    }
  }
}