PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.ci@1.0.0
    https://nhicore.nhi.gov.tw/ci/StructureDefinition/ApplyModel
description: 申請(Apply)重大傷病之資料模型,此邏輯模型為定義重大傷病情境下使用的所有資料欄位。\n為了便於實作者快速理解,資料欄位會使用易於理解的命名,實作者再透過邏輯模型中的功能頁籤「Mappings」\n瞭解各資料欄位實際使用TWCI IG的哪個Profiles的哪個資料項目(element)。亦可配合\n[視覺化邏輯模型圖]進行欄位對應。
package_name: tw.gov.mohw.nhi.ci
derivation: specialization
name: ApplyModel
type: https://nhicore.nhi.gov.tw/ci/StructureDefinition/ApplyModel
elements:
  hosp:
    type: BackboneElement
    short: 院所資訊
    index: 0
    elements:
      applMode: {type: CodeableConcept, short: 申報方式, index: 1}
      applType: {type: CodeableConcept, short: 申報類別, index: 2}
      applDate: {type: dateTime, short: 申請日期, index: 3}
      medCertBookDate: {type: dateTime, short: 開立診斷書申請日期, index: 4}
      hospId: {type: string, short: 醫事機構代碼, index: 5}
      acptNo: {type: string, short: 受理編號, index: 6}
      acptNum: {type: integer, short: 受理次數, index: 7}
    required: [acptNo, acptNum, applDate, applMode, applType, hospId, medCertBookDate]
  patient:
    type: BackboneElement
    short: 病人資訊
    index: 8
    elements:
      zipCode: {type: CodeableConcept, short: 郵遞區號, index: 14}
      medicalRecord: {type: string, short: 病歷號, index: 10}
      email: {type: string, short: 電子郵件信箱, index: 18}
      sex: {type: code, short: 病人性別, index: 12}
      name: {type: string, short: 姓名, index: 11}
      birthday: {type: date, short: 出生日期, index: 13}
      idCard: {type: string, short: 身分證字號, index: 9}
      contactAddr: {type: string, short: 連絡住址, index: 15}
      mobile: {type: string, short: 手機號碼, index: 16}
      contactTel: {type: string, short: 連絡電話, index: 17}
    required: [birthday, contactAddr, idCard, name, sex, zipCode]
  doctor:
    type: BackboneElement
    short: 醫師資訊
    index: 19
    elements:
      diagPrsnId: {type: string, short: 醫師身分證字號, index: 20}
      diagPrsnName: {type: string, short: 診斷醫師姓名, index: 21}
    required: [diagPrsnName]
  diagnosis:
    type: BackboneElement
    short: 疾病資訊
    index: 22
    elements:
      icd10cmCode: {type: code, short: 主診斷代碼, index: 23}
      examinationReport:
        type: BackboneElement
        short: 檢查報告
        index: 24
        elements:
          reportType: {type: CodeableConcept, short: 報告類型, index: 25}
          speType: {type: string, short: 檢體種類, index: 26}
          reportResultString: {type: string, short: 檢查報告結果(文數字), index: 27}
          reportResultPdf: {type: base64Binary, short: 檢查報告結果(檔案路徑), index: 28}
          reportResultPdfTitle: {type: string, short: 檢查報告名稱, index: 29}
          reportDate: {type: dateTime, short: 報告日期, index: 30}
      medrec:
        type: BackboneElement
        short: 病歷資料
        array: true
        index: 31
        elements:
          medrec: {type: string, short: 病歷資料(請填寫完整檔案路徑), index: 32}
          medrecTitle: {type: string, short: 病歷資料名稱, index: 33}
        required: [medrec]
      imageStudy:
        type: BackboneElement
        short: 影像報告
        array: true
        index: 34
        elements:
          imgItem: {type: code, short: 影像報告, index: 35}
          imgResult: {type: string, short: 影像報告結果, index: 36}
          imgDate: {type: dateTime, short: 影像報告日期, index: 37}
          imgBodySite: {type: code, short: 影像檢查的身體部位, index: 38}
          imgDicom:
            type: BackboneElement
            short: DICOM影像
            array: true
            index: 39
            elements:
              studyUid: {type: Identifier, short: 整項影像檢查的識別碼, index: 40}
              series:
                type: BackboneElement
                short: 每項影像檢查有一個或多個系列(series)的實例
                array: true
                min: 1
                index: 41
                elements:
                  uid: {type: id, short: 此系列的DICOM系列實例UID, index: 42}
                  modality: {type: Coding, short: 此系列實例所使用的成像儀器, index: 43}
                  instance:
                    type: BackboneElement
                    short: 系列中的一個SOP實例
                    array: true
                    min: 1
                    index: 44
                    elements:
                      uid: {type: id, short: DICOM影像, index: 45}
                      sopClass: {type: id, short: DICOM class 類型, index: 46}
                    required: [sopClass, uid]
                required: [instance, modality, uid]
            required: [series, studyUid]
          imgNonDicom:
            type: BackboneElement
            short: 非DICOM影像
            array: true
            index: 47
            elements:
              imgNonDicom: {type: string, short: 非DICOM影像(請填寫完整檔案路徑), index: 48}
              imgNonDicomMimeType: {type: code, short: 非DICOM影像MimeType, index: 49}
            required: [imgNonDicom, imgNonDicomMimeType]
        required: [imgBodySite, imgDate, imgItem, imgResult]
    required: [icd10cmCode]
  ci:
    type: BackboneElement
    short: 重大傷病
    index: 50
    elements:
      hvType: {type: CodeableConcept, short: 重大傷病類別, index: 51}
    required: [hvType]
  cancerStage:
    type: BackboneElement
    short: 癌症期別
    index: 52
    elements:
      cancerStage: {type: CodeableConcept, short: 癌症期別, index: 53}
      assessScore: {type: string, short: 癌症分期分數或結果, index: 54}
      assessDate: {type: date, short: 癌症分期量表評估日期, index: 55}
    required: [cancerStage]
  illness:
    type: BackboneElement
    short: 惡性腫瘤重大傷病換發評估表
    index: 56
    elements:
      code: {type: CodeableConcept, short: 原發癌症診斷碼, index: 57}
      date: {type: date, short: 癌症最初診斷日期, index: 58}
      oriCancerAjcc: {type: string, short: 癌症最初診斷AJCC分期, index: 59}
      oriCancerAjcc1: {type: string, short: 癌症最初診斷AJCC分期_補充說明欄位, index: 60}
      cancerStatus: {type: CodeableConcept, short: 目前癌症狀態, index: 61}
      cancerTreatment: {type: CodeableConcept, short: 後續治療評估, array: true, index: 62}
      cancerTreatmentPlan: {type: CodeableConcept, short: 後續治療計畫, array: true, index: 63}
      cancerTreatmentText: {type: string, short: 補充說明, index: 64}
package_version: 1.0.0
class: logical
kind: logical
url: https://nhicore.nhi.gov.tw/ci/StructureDefinition/ApplyModel
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0
required: [cancerStage, ci, diagnosis, doctor, hosp, patient]