description: 傳染病檢驗報告(Reporting)之資料模型 package_name: tw.gov.mohw.cdc.twidir derivation: specialization name: ReportingModel type: https://twidir.cdc.gov.tw/twidir/StructureDefinition/ReportingModel elements: patient: type: BackboneElement short: 病患資料 index: 0 elements: identifier: {type: Identifier, short: 身份識別碼,身分證字號, index: 1} 'no': {type: Identifier, short: 病歷號, index: 2} name: {type: HumanName, short: 姓名, index: 3} gender: {type: code, short: 性別, index: 4} birthDate: {type: dateTime, short: 出生日期, index: 5} address: {type: Address, short: 居住鄉鎮縣市, index: 6} required: [gender, name, identifier, birthDate, 'no'] notification: type: BackboneElement short: 通報資料 index: 7 elements: identifier: {type: Identifier, short: 傳染病通報系統的通報單號或症狀通報單號, index: 8} onset: {type: dateTime, short: 通報病患發病日期與時間, index: 9} icd10: {type: code, short: 通報病患的疾病識別ICD-10-CM-2021代碼, index: 10} inspection: type: BackboneElement short: 送驗資料 index: 11 elements: identifier: {type: Identifier, short: 送驗單編號,由CDC所提供之Barcode編號, index: 12} hospId: {type: Identifier, short: 送驗單位的醫事機構代碼,以馬偕醫院為例:1101100011, index: 13} date: {type: dateTime, short: 病患採檢日期與時間, index: 14} agencyId: {type: Identifier, short: 檢驗機構之醫事機構代碼, index: 15} receivedDate: {type: dateTime, short: 檢驗機構收到病患檢體的收件日期與時間, index: 16} type: {type: CodeableConcept, short: 檢體種類代碼(例如:血清), index: 17} required: [hospId, receivedDate, agencyId, date] report: type: BackboneElement short: 檢驗報告資料 index: 18 elements: category: {type: CodeableConcept, short: 檢驗方法代碼(例如:血清學檢驗方法), index: 20} interpretation: {type: CodeableConcept, short: 通報個案檢驗檢查的實際結果(例如:陽性、陰性等), index: 22} method: {type: CodeableConcept, short: 檢驗方法細項(例如:血清學檢驗方法細項), index: 21} equipment: {type: CodeableConcept, short: 檢驗儀器, index: 25} measurement: {type: string, short: 檢驗測量值, index: 27} effective: {type: dateTime, short: 疾病檢驗結果日期與時間, index: 23} loincCode: {type: CodeableConcept, short: 檢驗疾病的LOINC CODE, index: 24} units: {type: string, short: 檢驗測量單位,例如:CPM、titer、mIU/Ml, index: 28} reagent: {type: CodeableConcept, short: 檢驗試劑, index: 26} practitionerId: {type: Identifier, short: 執行疾病檢驗之專業人員的身份識別碼, index: 19} required: [interpretation, loincCode, effective] package_version: 0.1.0 class: logical kind: logical url: https://twidir.cdc.gov.tw/twidir/StructureDefinition/ReportingModel base: http://hl7.org/fhir/StructureDefinition/Base version: 0.1.0 required: [patient, report, notification, inspection]