電子病歷交換單張實作指引(EMR-IG)
0.2.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.2.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Logical Model: 檢驗檢查-邏輯模型

Official URL: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ICModel Version: 0.2.0
Active as of 2025-01-20 Computable Name: ICModel

用於描述檢驗檢查邏輯模型

Usage:

  • This Logical Model Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraintsdoco
.. ICModel 0..* Element
Elements defined in Ancestors:@id, extension
檢驗檢查邏輯模型
ele-1: All FHIR elements must have a @value or children
... @id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... hospital 1..1 BackboneElement 醫事機構
ele-1: All FHIR elements must have a @value or children
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... hospitalId 1..1 Identifier 醫事機構代碼
.... hospitalName 1..1 string 醫事機構名稱
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... idNumber 1..1 Identifier 身分證號
.... chartNo 1..1 Identifier 病歷號碼
.... name 1..1 HumanName 姓名
.... gender 1..1 code 性別
.... birthDate 1..1 date 出生日期
... applicationNo 1..1 Identifier 檢驗單號
... samplingSource 1..1 CodeableConcept 檢體來源
... categories 1..1 Coding 檢體類別
... categoriesDescription 1..1 string 檢體類別說明
... dateAndtime C 1..1 Period 採檢日期時間
ele-1: All FHIR elements must have a @value or children
per-1: If present, start SHALL have a lower value than end
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... start ΣC 0..1 dateTime Starting time with inclusive boundary
ele-1: All FHIR elements must have a @value or children
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
ele-1: All FHIR elements must have a @value or children
.... samplingDateandTime 1..1 dateTime 採檢日期時間
.... deliveringDateandTime 1..1 dateTime 收件日期時間
... inspectionItemsandreportResults 1..1 BackboneElement 檢驗項目及報告結果
ele-1: All FHIR elements must have a @value or children
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... testResults 1..* CodeableConcept 檢驗項目與報告結果
.... testitemCodes 0..1 Coding 健保檢驗項目代號
.... testitemNames 0..1 string 健保檢驗項目名稱
.... itemNumber 1..1 BackboneElement 項次
.... reportDateandTime 1..1 dateTime 報告日期時間
.... loincLongName 1..1 CodeableConcept 檢驗項目名稱
.... value 1..1 BackboneElement 檢驗報告結果值
.... unit 1..1 string 單位
.... method 0..1 CodeableConcept 檢驗方法
.... reference 1..1 Range 參考值
.... remark 0..1 Annotation 備註
... technicianName 1..* HumanName 醫事人員姓名
... dateandtimeOfmedicalOrder 0..1 dateTime 開立檢驗醫囑單張日期時間
... departmentOfmedicalOrderProvided 0..1 CodeableConcept 開立檢驗醫囑單張門診
... orderPhysicianName 0..1 HumanName 開立檢驗醫囑單張醫師

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
per-1errorICModel.dateAndtimeIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)

This structure is derived from Element

NameFlagsCard.TypeDescription & Constraintsdoco
.. ICModel 0..* Element
Elements defined in Ancestors:@id, extension
檢驗檢查邏輯模型
... hospital 1..1 BackboneElement 醫事機構
.... hospitalId 1..1 Identifier 醫事機構代碼
.... hospitalName 1..1 string 醫事機構名稱
... patientInformation 1..1 BackboneElement 病人基本資料
.... idNumber 1..1 Identifier 身分證號
.... chartNo 1..1 Identifier 病歷號碼
.... name 1..1 HumanName 姓名
.... gender 1..1 code 性別
.... birthDate 1..1 date 出生日期
... applicationNo 1..1 Identifier 檢驗單號
... categories 1..1 Coding 檢體類別
... categoriesDescription 1..1 string 檢體類別說明
... dateAndtime 1..1 Period 採檢日期時間
.... samplingDateandTime 1..1 dateTime 採檢日期時間
.... deliveringDateandTime 1..1 dateTime 收件日期時間
... inspectionItemsandreportResults 1..1 BackboneElement 檢驗項目及報告結果
.... testResults 1..* CodeableConcept 檢驗項目與報告結果
.... testitemCodes 0..1 Coding 健保檢驗項目代號
.... testitemNames 0..1 string 健保檢驗項目名稱
.... itemNumber 1..1 BackboneElement 項次
.... reportDateandTime 1..1 dateTime 報告日期時間
.... loincLongName 1..1 CodeableConcept 檢驗項目名稱
.... value 1..1 BackboneElement 檢驗報告結果值
.... unit 1..1 string 單位
.... method 0..1 CodeableConcept 檢驗方法
.... reference 1..1 Range 參考值
.... remark 0..1 Annotation 備註
... technicianName 1..* HumanName 醫事人員姓名
... dateandtimeOfmedicalOrder 0..1 dateTime 開立檢驗醫囑單張日期時間
... departmentOfmedicalOrderProvided 0..1 CodeableConcept 開立檢驗醫囑單張門診
... orderPhysicianName 0..1 HumanName 開立檢驗醫囑單張醫師

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ICModel 0..* Element
Elements defined in Ancestors:@id, extension
檢驗檢查邏輯模型
... @id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... hospital 1..1 BackboneElement 醫事機構
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... hospitalId 1..1 Identifier 醫事機構代碼
.... hospitalName 1..1 string 醫事機構名稱
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... idNumber 1..1 Identifier 身分證號
.... chartNo 1..1 Identifier 病歷號碼
.... name 1..1 HumanName 姓名
.... gender 1..1 code 性別
.... birthDate 1..1 date 出生日期
... applicationNo 1..1 Identifier 檢驗單號
... samplingSource 1..1 CodeableConcept 檢體來源
... categories 1..1 Coding 檢體類別
... categoriesDescription 1..1 string 檢體類別說明
... dateAndtime C 1..1 Period 採檢日期時間
per-1: If present, start SHALL have a lower value than end
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC 0..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
.... samplingDateandTime 1..1 dateTime 採檢日期時間
.... deliveringDateandTime 1..1 dateTime 收件日期時間
... inspectionItemsandreportResults 1..1 BackboneElement 檢驗項目及報告結果
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... testResults 1..* CodeableConcept 檢驗項目與報告結果
.... testitemCodes 0..1 Coding 健保檢驗項目代號
.... testitemNames 0..1 string 健保檢驗項目名稱
.... itemNumber 1..1 BackboneElement 項次
.... reportDateandTime 1..1 dateTime 報告日期時間
.... loincLongName 1..1 CodeableConcept 檢驗項目名稱
.... value 1..1 BackboneElement 檢驗報告結果值
.... unit 1..1 string 單位
.... method 0..1 CodeableConcept 檢驗方法
.... reference 1..1 Range 參考值
.... remark 0..1 Annotation 備註
... technicianName 1..* HumanName 醫事人員姓名
... dateandtimeOfmedicalOrder 0..1 dateTime 開立檢驗醫囑單張日期時間
... departmentOfmedicalOrderProvided 0..1 CodeableConcept 開立檢驗醫囑單張門診
... orderPhysicianName 0..1 HumanName 開立檢驗醫囑單張醫師

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
per-1errorICModel.dateAndtimeIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)

This structure is derived from Element

Summary

Mandatory: 0 element(25 nested mandatory elements)

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ICModel 0..* Element
Elements defined in Ancestors:@id, extension
檢驗檢查邏輯模型
ele-1: All FHIR elements must have a @value or children
... @id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... hospital 1..1 BackboneElement 醫事機構
ele-1: All FHIR elements must have a @value or children
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... hospitalId 1..1 Identifier 醫事機構代碼
.... hospitalName 1..1 string 醫事機構名稱
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... idNumber 1..1 Identifier 身分證號
.... chartNo 1..1 Identifier 病歷號碼
.... name 1..1 HumanName 姓名
.... gender 1..1 code 性別
.... birthDate 1..1 date 出生日期
... applicationNo 1..1 Identifier 檢驗單號
... samplingSource 1..1 CodeableConcept 檢體來源
... categories 1..1 Coding 檢體類別
... categoriesDescription 1..1 string 檢體類別說明
... dateAndtime C 1..1 Period 採檢日期時間
ele-1: All FHIR elements must have a @value or children
per-1: If present, start SHALL have a lower value than end
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... start ΣC 0..1 dateTime Starting time with inclusive boundary
ele-1: All FHIR elements must have a @value or children
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
ele-1: All FHIR elements must have a @value or children
.... samplingDateandTime 1..1 dateTime 採檢日期時間
.... deliveringDateandTime 1..1 dateTime 收件日期時間
... inspectionItemsandreportResults 1..1 BackboneElement 檢驗項目及報告結果
ele-1: All FHIR elements must have a @value or children
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... testResults 1..* CodeableConcept 檢驗項目與報告結果
.... testitemCodes 0..1 Coding 健保檢驗項目代號
.... testitemNames 0..1 string 健保檢驗項目名稱
.... itemNumber 1..1 BackboneElement 項次
.... reportDateandTime 1..1 dateTime 報告日期時間
.... loincLongName 1..1 CodeableConcept 檢驗項目名稱
.... value 1..1 BackboneElement 檢驗報告結果值
.... unit 1..1 string 單位
.... method 0..1 CodeableConcept 檢驗方法
.... reference 1..1 Range 參考值
.... remark 0..1 Annotation 備註
... technicianName 1..* HumanName 醫事人員姓名
... dateandtimeOfmedicalOrder 0..1 dateTime 開立檢驗醫囑單張日期時間
... departmentOfmedicalOrderProvided 0..1 CodeableConcept 開立檢驗醫囑單張門診
... orderPhysicianName 0..1 HumanName 開立檢驗醫囑單張醫師

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
per-1errorICModel.dateAndtimeIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)

Differential View

This structure is derived from Element

NameFlagsCard.TypeDescription & Constraintsdoco
.. ICModel 0..* Element
Elements defined in Ancestors:@id, extension
檢驗檢查邏輯模型
... hospital 1..1 BackboneElement 醫事機構
.... hospitalId 1..1 Identifier 醫事機構代碼
.... hospitalName 1..1 string 醫事機構名稱
... patientInformation 1..1 BackboneElement 病人基本資料
.... idNumber 1..1 Identifier 身分證號
.... chartNo 1..1 Identifier 病歷號碼
.... name 1..1 HumanName 姓名
.... gender 1..1 code 性別
.... birthDate 1..1 date 出生日期
... applicationNo 1..1 Identifier 檢驗單號
... categories 1..1 Coding 檢體類別
... categoriesDescription 1..1 string 檢體類別說明
... dateAndtime 1..1 Period 採檢日期時間
.... samplingDateandTime 1..1 dateTime 採檢日期時間
.... deliveringDateandTime 1..1 dateTime 收件日期時間
... inspectionItemsandreportResults 1..1 BackboneElement 檢驗項目及報告結果
.... testResults 1..* CodeableConcept 檢驗項目與報告結果
.... testitemCodes 0..1 Coding 健保檢驗項目代號
.... testitemNames 0..1 string 健保檢驗項目名稱
.... itemNumber 1..1 BackboneElement 項次
.... reportDateandTime 1..1 dateTime 報告日期時間
.... loincLongName 1..1 CodeableConcept 檢驗項目名稱
.... value 1..1 BackboneElement 檢驗報告結果值
.... unit 1..1 string 單位
.... method 0..1 CodeableConcept 檢驗方法
.... reference 1..1 Range 參考值
.... remark 0..1 Annotation 備註
... technicianName 1..* HumanName 醫事人員姓名
... dateandtimeOfmedicalOrder 0..1 dateTime 開立檢驗醫囑單張日期時間
... departmentOfmedicalOrderProvided 0..1 CodeableConcept 開立檢驗醫囑單張門診
... orderPhysicianName 0..1 HumanName 開立檢驗醫囑單張醫師

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ICModel 0..* Element
Elements defined in Ancestors:@id, extension
檢驗檢查邏輯模型
... @id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... hospital 1..1 BackboneElement 醫事機構
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... hospitalId 1..1 Identifier 醫事機構代碼
.... hospitalName 1..1 string 醫事機構名稱
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... idNumber 1..1 Identifier 身分證號
.... chartNo 1..1 Identifier 病歷號碼
.... name 1..1 HumanName 姓名
.... gender 1..1 code 性別
.... birthDate 1..1 date 出生日期
... applicationNo 1..1 Identifier 檢驗單號
... samplingSource 1..1 CodeableConcept 檢體來源
... categories 1..1 Coding 檢體類別
... categoriesDescription 1..1 string 檢體類別說明
... dateAndtime C 1..1 Period 採檢日期時間
per-1: If present, start SHALL have a lower value than end
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC 0..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
.... samplingDateandTime 1..1 dateTime 採檢日期時間
.... deliveringDateandTime 1..1 dateTime 收件日期時間
... inspectionItemsandreportResults 1..1 BackboneElement 檢驗項目及報告結果
.... @id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... testResults 1..* CodeableConcept 檢驗項目與報告結果
.... testitemCodes 0..1 Coding 健保檢驗項目代號
.... testitemNames 0..1 string 健保檢驗項目名稱
.... itemNumber 1..1 BackboneElement 項次
.... reportDateandTime 1..1 dateTime 報告日期時間
.... loincLongName 1..1 CodeableConcept 檢驗項目名稱
.... value 1..1 BackboneElement 檢驗報告結果值
.... unit 1..1 string 單位
.... method 0..1 CodeableConcept 檢驗方法
.... reference 1..1 Range 參考值
.... remark 0..1 Annotation 備註
... technicianName 1..* HumanName 醫事人員姓名
... dateandtimeOfmedicalOrder 0..1 dateTime 開立檢驗醫囑單張日期時間
... departmentOfmedicalOrderProvided 0..1 CodeableConcept 開立檢驗醫囑單張門診
... orderPhysicianName 0..1 HumanName 開立檢驗醫囑單張醫師

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
per-1errorICModel.dateAndtimeIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)

This structure is derived from Element

Summary

Mandatory: 0 element(25 nested mandatory elements)

 

Other representations of profile: CSV, Excel