臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 第一型糖尿病的用藥聲明資料 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "med-sta-injection-example",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>第一型糖尿病的用藥聲明資料</b></h3><p><b>用藥聲明的狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html\">Medication Status Codes</a>#active)</span></p><p><b>用藥聲明的分類</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-category.html\">MedicationDispense Category Codes</a>#outpatient)</span></p><p><b>藥品</b>:爽胰達注射劑100單位+50微克(ASPIRIN TABLETS 500MG S.Y.) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-medication-fda-tw.html\">臺灣食藥署藥品許可證</a>#衛部菌疫輸字第001080號)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>用藥的日期與時間</b>:2023-11-05T08:00:00</p><p><b>提出聲明日期與時間</b>:2023-11-05T10:00:00</p><p><b>聲明原因</b>:第一型糖尿病(Type 1 diabetes mellitus) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#46635009)</span></p><blockquote><p><b>藥品使用方式:</b></p><p><b>使用時間</b>:每日使用1次<br/><b>方式</b>:皮下注射(SC use) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#34206005)</span><br/><b>備註</b>:每日注射一次,於餐前一小時內注射,建議固定在同一餐的餐前注射。</p></blockquote></div>"
  },
  "status" : "active",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code" : "outpatient",
        "display" : "outpatient"
      }
    ],
    "text" : "門診"
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
        "code" : "衛部菌疫輸字第001080號",
        "display" : "爽胰達注射劑100單位+50微克"
      }
    ],
    "text" : "爽胰達注射劑100單位+50微克"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-example"
  },
  "effectiveDateTime" : "2023-11-05T08:00:00+08:00",
  "dateAsserted" : "2023-11-05T10:00:00+08:00",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "46635009",
          "display" : "Type 1 diabetes mellitus"
        }
      ],
      "text" : "第一型糖尿病"
    }
  ],
  "note" : [
    {
      "text" : "每日注射一次,於餐前一小時內注射,建議固定在同一餐的餐前注射"
    }
  ],
  "dosage" : [
    {
      "text" : "每日注射一次,於餐前一小時內注射",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "34206005",
            "display" : "SC use"
          }
        ],
        "text" : "皮下注射"
      }
    }
  ]
}