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

status: Completed

medication: Lantus 100 UNT/ML Injectable Solution

subject: Donald Duck

effective: 2015-01-15 04:30:00+0100 --> 2015-01-15 14:30:00+0100

Performers

-Actor
*Practitioner Joseph P Nichols (official)

Dosages

-TextRouteDose
*20 Units SC before breakfastSubcutaneous (qualifier value)20 U (Details: UCUM codeU = 'U')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationadministration-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",
    "display": "Donald Duck"
  },
  "effectivePeriod": {
    "start": "2015-01-15T04:30:00+01:00",
    "end": "2015-01-15T14:30:00+01:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-1"
      }
    }
  ],
  "dosage": {
    "text": "20 Units SC before breakfast",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "263887005",
          "display": "Subcutaneous (qualifier value)"
        }
      ]
    },
    "dose": {
      "value": 20,
      "unit": "U",
      "system": "http://unitsofmeasure.org",
      "code": "U"
    }
  }
}