HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

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

: JP Core Medication Example ソリタ-+アドナ注 - JSON Representation

Raw json | Download

{
  "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><a name=\"jp-medication-example-2-ja\"> </a><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}\">ソリタ-T3号輸液500mL</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}\">アドナ注(静脈用)50mg/10mL</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" : "ソリタ-T3号輸液500mL"
          }
        ]
      },
      "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" : "アドナ注(静脈用)50mg/10mL"
          }
        ]
      },
      "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"
        }
      }
    }
  ]
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。