PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRMedication
description: 此Profile繼承於臺灣核心-藥品(TW Core Medication),並用於描述用於紀錄門診病歷中的藥物處方內容  [[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: PMRMedication
type: Medication
elements:
  code:
    short: 指明這種藥品的代碼。[應填入門診病歷健保代碼與藥品商品名稱 Brand Name],健保代碼(code);商品名稱 Brand Name(display)。至少需填入健保代碼(code)。
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          slices:
            fda-medication-tw:
              match: {}
              schema:
                index: 1
                elements:
                  system: {index: 2}
                  code: {index: 3}
                  display: {index: 4}
                required: [display, system, code]
            nhi-medication-tw:
              match: {}
              schema:
                index: 5
                elements:
                  system: {index: 6}
                  code: {index: 7}
                  display: {index: 8}
                required: [display, system, code]
            rxnorm-medication-us-core:
              match: {}
              schema:
                index: 9
                elements:
                  system: {index: 10}
                  code: {index: 11}
                  display: {index: 12}
                required: [display, system, code]
            atc-medication-code:
              match: {}
              schema:
                index: 13
                elements:
                  system: {index: 14}
                  code: {index: 15}
                  display: {index: 16}
                required: [display, system, code]
            snomedct-medication-codes:
              match: {}
              schema:
                index: 17
                elements:
                  system: {index: 18}
                  code: {index: 19}
                  display: {index: 20}
                required: [display, system, code]
      text: {short: '概念的文字表示法。[應填入學名 Generic Name]', index: 21}
    required: [text]
  form:
    index: 22
    elements:
      coding:
        index: 23
        slicing:
          slices:
            v3-orderableDrugForm:
              match: {}
              schema:
                index: 23
                elements:
                  code: {short: '系統定義的語法之符號。[應填入於門診病歷磨粉註記powdered]', index: 24}
            snomed-sct-form-codes:
              match: {}
              schema:
                index: 25
                elements:
                  code: {short: '系統定義的語法之符號。[應填入於門診病歷磨粉註記powdered]', index: 26}
      text: {short: '概念的文字表示法。[應填入於門診病歷劑型Dosage Form]', index: 27}
    required: [text]
package_version: 0.2.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRMedication
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore
version: 0.2.0
required: [form, code]