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 MedicationStatement Example 服用申告情報 ムコダイン錠250mg - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "jp-medicationstatement-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationStatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement jp-medicationstatement-example-1</b></p><a name=\"jp-medicationstatement-example-1\"> </a><a name=\"hcjp-medicationstatement-example-1\"> </a><a name=\"jp-medicationstatement-example-1-ja\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{urn:oid:1.2.392.200119.4.403.1 103835401}\">ムコダイン錠250mg</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>effective</b>: 2020-04-01 00:00:00+0900 --&gt; 2020-04-14 00:00:00+0900</p><p><b>dateAsserted</b>: 2020-05-01 12:28:17+0900</p><p><b>informationSource</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>derivedFrom</b>: <a href=\"MedicationRequest-jp-medicationrequest-example-1.html\">MedicationRequest: identifier = urn:oid:1.2.392.100495.20.3.81#1,urn:oid:1.2.392.100495.20.3.82#1,http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier#1234567890.1.1; status = active; intent = order; medication[x] = ムコダイン錠250mg; authoredOn = 2020-04-01 12:28:17+0900</a></p><p><b>reasonCode</b>: <span title=\"Codes:{urn:oid:1.2.392.200119.4.101.6 TQ7A}\">急性気管支炎</span></p><blockquote><p><b>dosage</b></p></blockquote></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.392.200119.4.403.1",
        "code" : "103835401",
        "display" : "ムコダイン錠250mg"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1"
  },
  "effectivePeriod" : {
    "start" : "2020-04-01T00:00:00+09:00",
    "end" : "2020-04-14T00:00:00+09:00"
  },
  "dateAsserted" : "2020-05-01T12:28:17+09:00",
  "informationSource" : {
    🔗 "reference" : "Patient/jp-patient-example-1"
  },
  "derivedFrom" : [
    {
      🔗 "reference" : "MedicationRequest/jp-medicationrequest-example-1"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:1.2.392.200119.4.101.6",
          "code" : "TQ7A",
          "display" : "急性気管支炎"
        }
      ]
    }
  ],
  "dosage" : [
    {
      "text" : "内服・経口・1日3回朝昼夕食後",
      "timing" : {
        "code" : {
          "coding" : [
            {
              "system" : "urn:oid:1.2.392.200250.2.2.20",
              "code" : "1013044400000000",
              "display" : "内服・経口・1日3回朝昼夕食後"
            }
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
            "code" : "PO",
            "display" : "口"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.392.200250.2.2.20.40",
            "code" : "10",
            "display" : "経口"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "urn:oid:1.2.392.100495.20.2.22",
                "code" : "1",
                "display" : "製剤量"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "錠",
            "system" : "urn:oid:1.2.392.100495.20.2.101",
            "code" : "TAB"
          },
          "rateRatio" : {
            "numerator" : {
              "value" : 3,
              "unit" : "錠",
              "system" : "urn:oid:1.2.392.100495.20.2.101",
              "code" : "TAB"
            },
            "denominator" : {
              "value" : 1,
              "unit" : "日",
              "system" : "http://unitsofmeasure.org",
              "code" : "d"
            }
          }
        }
      ]
    }
  ]
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けております。