{
  "resourceType" : "Medication",
  "id" : "med-01-ds",
  "meta" : {
    "profile" : ["https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-DS"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication med-01-ds</b></p><a name=\"med-01-ds\"> </a><a name=\"hcmed-01-ds\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medication-DS.html\">調劑單張-藥物處方內容(Medication)</a></p></div><p><b>identifier</b>: 1</p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw A000015421}\">YEN KUANG EYE DROPS</span></p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm TAB}\">TAB</span></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><span title=\"Codes:\">Alemtuzamab (substance)</span></td><td>250 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/250 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  },
  "identifier" : [{
    "value" : "1"
  }],
  "code" : {
    "coding" : [{
      "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
      "code" : "A000015421"
    }],
    "text" : "YEN KUANG EYE DROPS"
  },
  "form" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code" : "TAB"
    }],
    "text" : "TAB"
  },
  "ingredient" : [{
    "itemCodeableConcept" : {
      "coding" : [{
        "display" : "Alemtuzamab (substance)"
      }]
    },
    "strength" : {
      "numerator" : {
        "value" : 250,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 250,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      }
    }
  }]
}