Personal Health Records
1.0.0-ballot2 - STU 1 ballot International flag

Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: pghd-medicationadministration-insulin

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "pghd-medicationadministration-insulin-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-medicationadministration-insulin"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration pghd-medicationadministration-insulin-1</b></p><a name=\"pghd-medicationadministration-insulin-1\"> </a><a name=\"hcpghd-medicationadministration-insulin-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-medicationadministration-insulin.html\">PGHD MedicationAdministration Insulin Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"#hcpghd-medicationadministration-insulin-1/medication\">Medication: status = active</a></p><p><b>subject</b>: <a href=\"Patient-1.html\">John Doe Male, DoB: 1990-01-01</a></p><p><b>effective</b>: 2020-10-05 12:00:00-0500</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #medication</b></p><a name=\"pghd-medicationadministration-insulin-1/medication\"> </a><a name=\"hcpghd-medicationadministration-insulin-1/medication\"> </a><p><b>status</b>: Active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1157460}\">insulin lispro</span></td></tr></table></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "medication",
      "status" : "active",
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                "code" : "1157460",
                "display" : "insulin lispro / insulin lispro protamine, human Injectable Product"
              }
            ],
            "text" : "insulin lispro"
          }
        }
      ]
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "#medication"
  },
  "subject" : {
    🔗 "reference" : "Patient/1"
  },
  "effectiveDateTime" : "2020-10-05T12:00:00-05:00"
}