HL7 FHIR JP Core ImplementationGuide
1.1.2-url - ci-build Japan

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2-url) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Medication Example ホリゾン注射液10mg - JSON Representation

Raw json | Download



{

  "resourceType" : "Medication",

  "id" : "jp-medication-example-1",

  "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-1</b></p><a name=\"jp-medication-example-1\"> </a><a name=\"hcjp-medication-example-1\"> </a><a name=\"jp-medication-example-1-ja\"> </a><p><b>status</b>: Active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://medis.or.jp/CodeSystem/master-HOT9 100558502}\">ホリゾン注射液10mg</span></td><td>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></td></tr></table></div>"

  },

  "status" : "active",

  "ingredient" : [

    {

      "extension" : [

        {

          "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_Ingredient_DrugNo",

          "valueInteger" : 1

        }

      ],

      "itemCodeableConcept" : {

        "coding" : [

          {

            "system" : "http://medis.or.jp/CodeSystem/master-HOT9",

            "code" : "100558502",

            "display" : "ホリゾン注射液10mg"

          }

        ]

      },

      "strength" : {

        "extension" : [

          {

            "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType",

            "valueCodeableConcept" : {

              "coding" : [

                {

                  "system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationIngredientStrengthType",

                  "code" : "1",

                  "display" : "製剤量"

                }

              ]

            }

          }

        ],

        "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"

        }

      }

    }

  ]

}