Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: HCS Medication Administration Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-29T02:03:28.045+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationadministration"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>MedicationAdministration Narrative</b></p></div>"
  },
  "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/1",
    "display" : "Donald Duck"
  },
  "effectivePeriod" : {
    "start" : "2015-01-15T04:30:00+01:00",
    "end" : "2015-01-15T14:30:00+01:00"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "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"
    }
  }
}