Fujitsu Healthy Living Implementation Guide
1.1.28 - release

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

: Medication is bresentrik - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "bresentrik",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"bresentrik\"> </a><a name=\"hcbresentrik\"> </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 Medication &quot;bresentrik&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-medication.html\">Fujitsu Medication Profile</a></p></div><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>bresentrik 15 MG/ML Oral Solution <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#as-text &quot;As Text&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></div>"
  },
  "status" : "active",
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
            "code" : "as-text",
            "display" : "As Text"
          }
        ],
        "text" : "bresentrik 15 MG/ML Oral Solution"
      },
      "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"
        }
      }
    }
  ]
}