description: 臺灣健保署基礎(Base)資料模型,此邏輯模型為定義臺灣健保署基礎情境下使用的所有資料欄位。\n為了便於實作者快速理解,資料欄位會使用易於理解的命名,實作者再透過邏輯模型中的功能頁籤「Mappings」\n瞭解各資料欄位實際使用本IG的哪個Profiles的哪個資料項目(element)。亦可配合\n[視覺化邏輯模型圖]進行欄位對應。 package_name: tw.gov.mohw.nhi.base derivation: specialization name: BaseModel type: https://nhicore.nhi.gov.tw/base/StructureDefinition/BaseModel elements: hosp: type: BackboneElement short: 院所資訊 index: 0 elements: hospId: {type: string, short: 醫事機構代碼, index: 1} applType: {type: CodeableConcept, short: 申報類別, index: 2} applDate: {type: dateTime, short: 申請日期, index: 3} required: [applDate, hospId, applType] patient: type: BackboneElement short: 病人資訊 index: 4 elements: patId: {type: string, short: 病歷號, index: 5} name: {type: HumanName, short: 姓名, index: 6} idCard: {type: string, short: 身分證號, index: 7} birthday: {type: date, short: 出生日期, index: 8} gender: {type: code, short: 病人性別, index: 9} required: [birthday, gender, idCard, name] diagnosis: type: BackboneElement short: 疾病資訊 index: 10 elements: icd10cmCode: {type: code, short: 國際疾病分類代碼 (sequence=1),共病症 (sequence>=2), index: 11} diagDate: {type: date, short: 診斷日期, array: true, index: 12} diagCurrentStatus: {type: code, short: 簡要病摘。連結院內HIS系統之簡要病摘,或填寫原基因定序檢測之申請理由。, index: 13} required: [icd10cmCode, diagCurrentStatus] gene: type: BackboneElement short: 基因資訊 array: true index: 14 elements: genDate: {type: dateTime, short: 基因檢測日期, array: true, index: 19} genMethod: {type: CodeableConcept, short: 基因檢測方法, array: true, index: 18} genOrg: {type: string, short: 基因檢測機構, array: true, index: 20} genResult: {type: CodeableConcept, short: 基因檢測分析結果, array: true, index: 21} genPdfTitle: {type: string, short: 基因報告名稱, array: true, index: 24} specimenType: {type: CodeableConcept, short: 基因檢測檢體類型, array: true, index: 17} genInterpretation: {type: CodeableConcept, short: 基因臨床判讀結果, array: true, index: 22} genTestCode: {type: CodeableConcept, short: 基因檢測代碼, array: true, index: 15} genPdf: {type: base64Binary, short: 基因報告(檔案路徑), array: true, index: 23} mutationType: {type: CodeableConcept, short: 基因突變類型, array: true, index: 16} package_version: 1.0.0 class: logical kind: logical url: https://nhicore.nhi.gov.tw/base/StructureDefinition/BaseModel base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0 required: [hosp, diagnosis, patient]