{
  "resourceType" : "Medication",
  "id" : "jp-medication-example-2",
  "meta" : {
    "profile" : ["http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication jp-medication-example-2</b></p><a name=\"jp-medication-example-2\"> </a><a name=\"hcjp-medication-example-2\"> </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-jp-medication.html\">JP Core Medication Profile</a></p></div><p><b>status</b>: Active</p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://medis.or.jp/CodeSystem/master-HOT9 107750603}\">ソリタ－Ｔ３号輸液\u3000５００ｍＬ</span></p><p><b>strength</b>: 1 本<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem  codeHON = '本')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem  codeTIME = '回')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://medis.or.jp/CodeSystem/master-HOT9 108010002}\">アドナ注（静脈用）５０ｍｇ\u3000０．５％１０ｍＬ</span></p><p><b>strength</b>: 1 アンプル<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem  codeAMP = 'アンプル')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem  codeTIME = '回')</span></p></blockquote></div>"
  },
  "status" : "active",
  "ingredient" : [{
    "itemCodeableConcept" : {
      "coding" : [{
        "system" : "http://medis.or.jp/CodeSystem/master-HOT9",
        "code" : "107750603",
        "display" : "ソリタ－Ｔ３号輸液\u3000５００ｍＬ"
      }]
    },
    "strength" : {
      "numerator" : {
        "value" : 1,
        "unit" : "本",
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationUnitMERIT9Code",
        "code" : "HON"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "回",
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationUnitMERIT9Code",
        "code" : "TIME"
      }
    }
  },
  {
    "itemCodeableConcept" : {
      "coding" : [{
        "system" : "http://medis.or.jp/CodeSystem/master-HOT9",
        "code" : "108010002",
        "display" : "アドナ注（静脈用）５０ｍｇ\u3000０．５％１０ｍＬ"
      }]
    },
    "strength" : {
      "numerator" : {
        "value" : 1,
        "unit" : "アンプル",
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationUnitMERIT9Code",
        "code" : "AMP"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "回",
        "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationUnitMERIT9Code",
        "code" : "TIME"
      }
    }
  }]
}