Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: medication-administration-forhives - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medication-administration-forhives",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medicationadministration-injection"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"medication-administration-forhives\"> </a><a name=\"hcmedication-administration-forhives\"> </a></p><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\">Resource MedicationAdministration &quot;medication-administration-forhives&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-medicationadministration-injection.html\">Fujitsu MedicationAdministration Injection Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.81</code>/1</p><p><b>status</b>: completed</p><p><b>medication</b>: <a name=\"hcmedication\"> </a></p><blockquote><p/><p><a name=\"medication\"> </a></p><p><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>diphenhydramine Injectable Product <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1158446; <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = '回分')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = '回')</span></td></tr></table></blockquote><p><b>subject</b>: <a href=\"Patient-patient-slp.html\">Patient/patient-slp</a> &quot; EXAMPLE&quot;</p><p><b>context</b>: <a href=\"Encounter-e002.html\">Encounter/e002</a></p><p><b>effective</b>: 2021-01-15</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#129326001)</span></td><td>50 mg<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code MG = 'mg')</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Medication #medication</b><a name=\"medication\"> </a><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>diphenhydramine Injectable Product <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1158446; <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = '回分')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = '回')</span></td></tr></table></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "medication",
      "meta" : {
        "profile" : [
          🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medication"
        ]
      },
      "status" : "active",
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                "code" : "1158446",
                "display" : "diphenhydramine Injectable Product"
              },
              {
                "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
                "code" : "unknown",
                "display" : "Unknown"
              }
            ],
            "text" : "diphenhydramine Injectable Product"
          },
          "strength" : {
            "numerator" : {
              "value" : 1,
              "unit" : "回分",
              "system" : "urn:oid:1.2.392.100495.20.2.101",
              "code" : "DOSE"
            },
            "denominator" : {
              "value" : 1,
              "unit" : "回",
              "system" : "urn:oid:1.2.392.100495.20.2.101",
              "code" : "TIME"
            }
          }
        }
      ]
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.100495.20.3.81",
      "value" : "1"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "#medication"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-slp"
  },
  "context" : {
    🔗 "reference" : "Encounter/e002"
  },
  "effectiveDateTime" : "2021-01-15",
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "129326001",
          "display" : "Injection"
        }
      ],
      "text" : "Injection"
    },
    "dose" : {
      "value" : 50,
      "unit" : "mg",
      "system" : "urn:oid:1.2.392.100495.20.2.101",
      "code" : "MG"
    }
  }
}