NGS IG
0.1.0 - ci-build
NGS IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2025-01-13 |
Definitions for the Bundle-twngs resource profile.
Guidance on how to interpret the contents of this table can be found here
0. Bundle | |||||
Definition | 用於存於一組Resources的結構或物件 A container for a collection of resources. | ||||
Short | 包含resourceBundleContains a collection of resources | ||||
Control | 0..* | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | bdl-1: total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history') )bdl-2: entry.search only when a search ( entry.search.empty() or (type = 'searchset') )bdl-3: entry.request mandatory for batch/transaction/history, otherwise prohibited ( entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')) )bdl-4: entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited ( entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')) )bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ( (type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct() )bdl-9: A document must have an identifier with a system and a value ( type = 'document' implies (identifier.system.exists() and identifier.value.exists()) )bdl-10: A document must have a date ( type = 'document' implies (timestamp.hasValue()) )bdl-11: A document must have a Composition as the first resource ( type = 'document' implies entry.first().resource.is(Composition) )bdl-12: A message must have a MessageHeader as the first resource ( type = 'message' implies entry.first().resource.is(MessageHeader) )bdl-1: total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history')) bdl-2: entry.search only when a search (entry.search.empty() or (type = 'searchset')) bdl-3: entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history'))) bdl-4: entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history'))) bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()) bdl-9: A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists())) bdl-10: A document must have a date (type = 'document' implies (timestamp.hasValue())) bdl-11: A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition)) bdl-12: A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader)) | ||||
2. Bundle.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
Short | 創建此內容所依據的一組規則A set of rules under which this content was created | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
4. Bundle.identifier | |||||
Definition | Bundle的永久識別碼,識別碼不會因為Bundle從一個伺服器複製到另一個伺服器而改變。。 A persistent identifier for the bundle that won't change as a bundle is copied from server to server. | ||||
Short | 流水號Persistent identifier for the bundle | ||||
Comments | 永久的識別通常只對Document、Message和Collection的批次處理是重要。它通常不會被填入到searh和history的結果中,伺服器在處理batches和transactions時會忽略Bundle.identifier。但對於Documents的identifier 必須(SHALL) 被填入,其為全球唯一的識別碼。 Persistent identity generally only matters for batches of type Document, Message, and Collection. It would not normally be populated for search and history results and servers ignore Bundle.identifier when processing batches and transactions. For Documents the .identifier SHALL be populated such that the .identifier is globally unique. | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
6. Bundle.type | |||||
Definition | 表明這個Bundle的目的-期望如何使用。 Indicates the purpose of this bundle - how it is intended to be used. | ||||
Short | document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | ||||
Comments | Bundle也可以用於其他目的(例如,document可以作為transaction被接受)。這主要是為了給某些Bundle類型制定特定的規則。 It's possible to use a bundle for other purposes (e.g. a document can be accepted as a transaction). This is primarily defined so that there can be specific rules for some of the bundle types. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from BundleTypehttp://hl7.org/fhir/ValueSet/bundle-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1 )Bundle類型;應填入所綁定值集中的其中一個代碼。 Indicates the purpose of a bundle - how it is intended to be used. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Pattern Value | document | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
8. Bundle.timestamp | |||||
Definition | Bundle組裝的日期/時間 - 也就是resources被放入Bundle的時間。 The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle. | ||||
Short | 組成Bundle的時間。When the bundle was assembled | ||||
Comments | 對很多Bundle而言,時間戳記同等於.meta.lastUpdated,因為它們不會被儲存(例如:查詢結果)。當一個Bundl被放置在一個持久化存儲中(a persistent store)時,.meta.lastUpdated通常會被伺服器改變。當Bundle是一個Message時,中介軟體(即使沒有存儲)**建議應該(SHOULD)更新.meta.lastUpdated。.timestamp用於追踪Bundle的原始時間,並且建議應該(SHOULD)**被填入。 使用方法:
transaction | transaction-response | batch | batch-response | collection : 沒有特別指定的含義。 時間戳記的值應該比Bundle中的resources的 lastUpdated 和其他時間戳記還要新,而且應該等於或早於Bundle本身的 .meta.lastUpdated 相同或更早。 For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated will be usually be changed by the server. When the bundle is a message, a middleware agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp is used to track the original time of the Bundle, and SHOULD be populated. Usage:
The timestamp value should be greater than the lastUpdated and other timestamps in the resources in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the Bundle itself. | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
10. Bundle.entry | |||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 在bundle中的條目 - 將會有一個resource或資訊,這個重複的資料項目順序:對於type為「document」和「message」的bundles,第一個resource是特殊的(必須分別是Composition或MessageHeader)。對於所有bundles,條目順序的意義取決於bundle的type。Entry in the bundle - will have a resource or information | ||||
Control | 60..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
12. Bundle.entry.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
14. Bundle.entry:composition | |||||
Slice Name | composition | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因定序檢測證明文件-Composition TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 10..1* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
16. Bundle.entry:composition.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
18. Bundle.entry:composition.resource | |||||
Definition | 一組與健康照護相關的資訊,這些訊息被組合成一個單一的邏輯套件,提供一個單一的連貫的意義陳述,建立自己的上下文,並且提供有關於是誰做出陳述的臨床認證。 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 將一組resources組成一份連貫的臨床聲明,並附有臨床證明。A resource in the bundle | ||||
Comments | 雖然此規範的重點在於特定於病人的臨床聲明,但此resource也可適用於其他與健康照護相關的聲明,如研究方案設計、醫療發票和其他不必然與特定於病人或臨床相關的活動。 | ||||
Control | 10..1 | ||||
Type | CompositionResource(基因定序檢測證明文件-Composition TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
20. Bundle.entry:diagnosticReport | |||||
Slice Name | diagnosticReport | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因定序檢測報告-DiagnosticReport TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 10..1* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
22. Bundle.entry:diagnosticReport.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
24. Bundle.entry:diagnosticReport.resource | |||||
Definition | The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reportsA resource in the bundle | ||||
Comments | This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing. | ||||
Control | 10..1 | ||||
Type | DiagnosticReportResource(基因定序檢測報告-DiagnosticReport TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Alternate Names | Report, Test, Result, Results, Labs, Laboratory | ||||
26. Bundle.entry:condition | |||||
Slice Name | condition | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因定序檢測報告之疾病資訊-Condition TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 10..1* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
28. Bundle.entry:condition.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
30. Bundle.entry:condition.resource | |||||
Definition | 一個臨床病情、問題、診斷或其他事件、情況、或臨床概念,已上升到需要關注的程度。 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 有關病情、問題或診斷的詳細資訊A resource in the bundle | ||||
Control | 10..1 | ||||
Type | ConditionResource(基因定序檢測報告之疾病資訊-Condition TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
32. Bundle.entry:condition.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
Short | 創建此內容所依據的一組規則A set of rules under which this content was created | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
34. Bundle.entry:condition.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
36. Bundle.entry:condition.resource.clinicalStatus | |||||
Definition | 此病情、問題或診斷的臨床狀態 The clinical status of the condition. | ||||
Short | active | recurrence | relapse | inactive | remission | resolved ,病情、問題或診斷的臨床狀態。 | ||||
Comments | data type是CodeableConcept,因為clinicalStatus涉及到一些臨床判斷,例如:可能需要比所需的FHIR值集更多的特殊性。例如:SNOMED編碼可能允許更多的特殊性。 The data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1, con-3, con-4, con-5 | ||||
Binding | The codes SHALL be taken from ConditionClinicalStatusCodeshttp://hl7.org/fhir/ValueSet/condition-clinical|4.0.1 (required to http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1 )應填入所綁定值集中的其中一個代碼。 The clinical status of the condition or diagnosis. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | true because This element is labeled as a modifier because the status contains codes that mark the condition as no longer active. | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
38. Bundle.entry:condition.resource.clinicalStatus.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
40. Bundle.entry:condition.resource.clinicalStatus.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
42. Bundle.entry:condition.resource.clinicalStatus.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
44. Bundle.entry:condition.resource.clinicalStatus.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
46. Bundle.entry:condition.resource.clinicalStatus.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
48. Bundle.entry:condition.resource.verificationStatus | |||||
Definition | 支持此病情、問題或診斷的臨床狀態之驗證狀態 The verification status to support the clinical status of the condition. | ||||
Short | unconfirmed | provisional | differential | confirmed | refuted | entered-in-error ,支持或拒絕病情、問題或診斷的臨床狀態的驗證狀態。 | ||||
Comments | verificationStatus不是必須的。例如:當病人在急診室出現腹痛時,不可能出現驗證狀態。資料類型是CodeableConcept,因為verificationStatus涉及到一些臨床判斷,因此可能需要比所需的FHIR值集更多的特殊性。例如:SNOMED編碼可能允許更多的特殊性。 verificationStatus is not required. For example, when a patient has abdominal pain in the ED, there is not likely going to be a verification status. The data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, con-3, con-5 | ||||
Binding | The codes SHALL be taken from ConditionVerificationStatushttp://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1 )應填入所綁定值集中的其中一個代碼。 The verification status to support or decline the clinical status of the condition or diagnosis. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | true because This element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid. | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
50. Bundle.entry:condition.resource.verificationStatus.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
52. Bundle.entry:condition.resource.verificationStatus.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
54. Bundle.entry:condition.resource.verificationStatus.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
56. Bundle.entry:condition.resource.verificationStatus.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
58. Bundle.entry:condition.resource.verificationStatus.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
60. Bundle.entry:condition.resource.category | |||||
Definition | 指定此病情、問題或診斷的類別 A category assigned to the condition. | ||||
Short | problem-list-item | encounter-diagnosis ,指定病情、問題或診斷的類別。 | ||||
Comments | 這種分類往往具有很強的情境性,在其他情境下可能顯得區分度不高,或沒有什麼用處。 The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts. | ||||
Control | 10..1* This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ConditionCategoryCodeshttp://hl7.org/fhir/ValueSet/condition-category (extensible to http://hl7.org/fhir/ValueSet/condition-category )應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 A category assigned to the condition. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
62. Bundle.entry:condition.resource.category.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
64. Bundle.entry:condition.resource.category.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
66. Bundle.entry:condition.resource.category.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
68. Bundle.entry:condition.resource.category.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
70. Bundle.entry:condition.resource.category.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
72. Bundle.entry:condition.resource.severity | |||||
Definition | 臨床醫生對病情、問題或診斷嚴重程度的主觀評估 A subjective assessment of the severity of the condition as evaluated by the clinician. | ||||
Short | 病情、問題或診斷的主觀嚴重程度Subjective severity of condition | ||||
Comments | 如有可能,最好用專門術語對嚴重程度進行編碼。 Coding of the severity with a terminology is preferred, where possible. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from The codes SHOULD be taken from Condition/DiagnosisSeverityhttp://hl7.org/fhir/ValueSet/condition-severity (extensible to http://hl7.org/fhir/ValueSet/condition-severity )臨床醫生對病情、問題或診斷嚴重程度的主觀評價;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 A subjective assessment of the severity of the condition as evaluated by the clinician. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
74. Bundle.entry:condition.resource.severity.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
76. Bundle.entry:condition.resource.severity.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
78. Bundle.entry:condition.resource.severity.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
80. Bundle.entry:condition.resource.severity.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
82. Bundle.entry:condition.resource.severity.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
84. Bundle.entry:condition.resource.code | |||||
Definition | 病情、問題或診斷的識別 Identification of the condition, problem or diagnosis. | ||||
Short | 國際疾病分類代碼。指當前疾病狀態Identification of the condition, problem or diagnosis | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Binding | For example codes, see Condition/Problem/DiagnosisCodeshttp://hl7.org/fhir/ValueSet/condition-code (example to http://hl7.org/fhir/ValueSet/condition-code )此資料項目為可擴充綁定預設國際標準值集,但實作者可視實務專案需求只綁定以下slices中的任一值集。目前未只限定綁定預設值集是因為尚無slice值集與預設國際標準值集的代碼對應表,待後續有相對的代碼對應表後將建議採用國際標準值集作為唯一綁定值集並針對該值集進行擴充與管理,以利進行跨國與跨系統之資料交換。 Identification of the condition or diagnosis. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 0..1,主要用於說明敘述性resource。 0..1 to account for primarily narrative only resources. | ||||
Alternate Names | type | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
86. Bundle.entry:condition.resource.code.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼。此資料項目為可擴充綁定預設國際標準值集,但實作者可視實務專案需求只綁定以下slices中的任一值集。目前未只限定綁定預設值集是因為尚無slice值集與預設國際標準值集的代碼對應表,待後續有相對的代碼對應表後將建議採用國際標準值集作為唯一綁定值集並針對該值集進行擴充與管理,以利進行跨國與跨系統之資料交換。Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 10..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
88. Bundle.entry:condition.resource.code.coding:icd10-cm-2023 | |||||
Slice Name | icd10-cm-2023 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 10..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣健保署2023年中文版ICD-10-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2023-tw ) | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
90. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
92. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
94. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
96. Bundle.entry:condition.resource.code.coding:icd10-cm-2021 | |||||
Slice Name | icd10-cm-2021 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 A reference to a code defined by a terminology system. | ||||
Short | 此為臺灣衛生福利部中央健康保險署維護之2021年中文版ICD-10-CM代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣健保署2021年中文版ICD-10-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2021-tw )病情、問題或診斷的識別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
98. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
100. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
102. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
104. Bundle.entry:condition.resource.code.coding:icd10-cm-2014 | |||||
Slice Name | icd10-cm-2014 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 A reference to a code defined by a terminology system. | ||||
Short | 此為臺灣衛生福利部中央健康保險署維護之2014年中文版ICD-10-CM代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣健保署2014年中文版ICD-10-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2014-tw )病情、問題或診斷的識別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
106. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
108. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
110. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
112. Bundle.entry:condition.resource.code.coding:icd9-cm-2001 | |||||
Slice Name | icd9-cm-2001 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣健保署2001年中文版ICD-9-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-9-cm-2001-tw ) | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
114. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
116. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
118. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
120. Bundle.entry:condition.resource.code.coding:absentOrUnknownProblem | |||||
Slice Name | absentOrUnknownProblem | ||||
Definition | 表示「absent problem」或「problems unknown」的代碼 A reference to a code defined by a terminology system. | ||||
Short | 不存在的問題或未知問題的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see Absent or Unknown Problems - IPS (required to http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips )應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
125. Bundle.entry:condition.resource.code.coding:sct | |||||
Slice Name | sct | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 A reference to a code defined by a terminology system. | ||||
Short | 此為SNOMED CT診斷代碼,若機構已有購買相關授權,亦可使用。Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see SNOMED CT診斷代碼值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/condition-code-sct-tw )應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
130. Bundle.entry:condition.resource.code.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
132. Bundle.entry:condition.resource.bodySite | |||||
Definition | 此病情、問題或診斷表現出來的解剖位置 The anatomical location where this condition manifests itself. | ||||
Short | 如果相關請填寫解剖位置Anatomical location, if relevant | ||||
Comments | 只有在Condition.code中找到的代碼未隱含此資料項目概念時才使用。如果使用案例(use-case)要求將BodySite作為一個單獨的resource來處理(例如:識別和追踪),那麼就使用標準的資料項目擴充方式來擴充bodySite。可以是一個摘要代碼,也可以是對一個非常精確位置定義的參照,或者兩者都是。 Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension bodySite. May be a summary code, or a reference to a very precise definition of the location, or both. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from For example codes, see SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site (extensible to http://hl7.org/fhir/ValueSet/body-site )描述解剖位置的代碼。可包括側面;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 Codes describing anatomical locations. May include laterality. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
134. Bundle.entry:condition.resource.bodySite.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
136. Bundle.entry:condition.resource.bodySite.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
138. Bundle.entry:condition.resource.bodySite.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
140. Bundle.entry:condition.resource.bodySite.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
142. Bundle.entry:condition.resource.bodySite.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
144. Bundle.entry:condition.resource.subject | |||||
Definition | 表示與此病情、問題或診斷紀錄相關的病人或實體集合(Group resource) Indicates the patient or group who the condition record is associated with. | ||||
Short | 誰有此病情、問題或診斷?Who has the condition? | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Patient, Group, Patient) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Must Support Types | No must-support rules about the choice of types/profiles | ||||
Summary | true | ||||
Requirements | 實體集合(Group resource)通常用於獸醫或公共衛生的案例 Group is typically used for veterinary or public health use cases. | ||||
Alternate Names | patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
146. Bundle.entry:condition.resource.onset[x] | |||||
Definition | 醫師認為此病情、問題或診斷之推估或實際發生時間或日期時間等 Estimated or actual date or date-time the condition began, in the opinion of the clinician. | ||||
Short | 估計的或實際的日期、日期—時間或年齡。Estimated or actual date, date-time, or age | ||||
Comments | onsetAge通常是指病人說明病情何時開始發生的年齡 Age is generally used when the patient reports an age at which the Condition began to occur. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: dateTime, Age, Period, Range, string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Must Support Types | dateTime | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
148. Bundle.entry:condition.resource.abatement[x] | |||||
Definition | 病情、問題或診斷緩解或開始緩解的日期或估計日期。因為與「緩解(remissio)」或 「解決(resolution)」相關的許多過多含義—病情、問題或診斷不會真正解決,但它們可以緩解,所以稱為「緩解 (abatement)」, The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate. | ||||
Short | 何時解決/緩解When in resolution/remission | ||||
Comments | 解決(resolution)和緩解(remission)之間沒有明確的區別,因為在許多情況下,兩者的區別並不明顯。當病人說明病情、問題或診斷緩解的年齡時,一般使用onsetAge。如果沒有abatement這個資料項目,就不知道狀況是否已經解決或緩解;應用程式和使用者一般應假定病情、問題或診斷仍存在。當abatementString存在時,它意味著病情、問題或診斷已緩解。 There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated. If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid. When abatementString exists, it implies the condition is abated. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, con-4 | ||||
Type | Choice of: dateTime, Age, Period, Range, string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Must Support Types | dateTime | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
150. Bundle.entry:condition.resource.recordedDate | |||||
Definition | recordedDate表述此Condition記錄何時於系統中建立,這通常是系統產生的日期。 The recordedDate represents when this particular Condition record was created in the system, which is often a system-generated date. | ||||
Short | 疾病診斷日期Date record was first recorded | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | dateTime | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
152. Bundle.entry:condition.resource.asserter | |||||
Definition | 提出此病情、問題或診斷說明的人 Individual who is making the condition statement. | ||||
Short | 聲稱有此病情、問題或診斷的人Person who asserts this condition | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Practitioner, TW Core PractitionerRole, TW Core Patient, TW Core RelatedPerson, Practitioner, PractitionerRole, Patient, RelatedPerson) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Must Support Types | No must-support rules about the choice of types/profiles | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
154. Bundle.entry:condition.resource.stage | |||||
Definition | 病情、問題或診斷的臨床分期或分級,可能包括正式的嚴重程度評估。 Clinical stage or grade of a condition. May include formal severity assessments. | ||||
Short | 分期(stage)/分級(grade),通常是正式的評估。Stage/grade, usually assessed formally | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) con-1: Stage SHALL have summary or assessment ( summary.exists() or assessment.exists() )con-1: Stage SHALL have summary or assessment (summary.exists() or assessment.exists()) | ||||
156. Bundle.entry:condition.resource.stage.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
158. Bundle.entry:condition.resource.stage.summary | |||||
Definition | 對分期的簡單摘要,如「第3期」。針對特定疾病的分期測定。 A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific. | ||||
Short | 簡單的摘要(特定疾病)。Simple summary (disease specific) | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, con-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from For example codes, see ConditionStagehttp://hl7.org/fhir/ValueSet/condition-stage (extensible to http://hl7.org/fhir/ValueSet/condition-stage )描述病情、問題或診斷分期的代碼(例如:癌症分期)。應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 Codes describing condition stages (e.g. Cancer stages). | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
160. Bundle.entry:condition.resource.stage.summary.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
162. Bundle.entry:condition.resource.stage.summary.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
164. Bundle.entry:condition.resource.stage.summary.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
166. Bundle.entry:condition.resource.stage.summary.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
168. Bundle.entry:condition.resource.stage.summary.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
170. Bundle.entry:condition.resource.stage.assessment | |||||
Definition | 分期評估所依據的證據之正式記錄 Reference to a formal record of the evidence on which the staging assessment is based. | ||||
Short | 正式的評估記錄Formal record of assessment | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, con-1 | ||||
Type | Reference(ClinicalImpression, TW Core DiagnosticReport, TW Core Observation Laboratory Result, TW Core Observation Vital Signs, DiagnosticReport, Observation) | ||||
Is Modifier | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
172. Bundle.entry:condition.resource.stage.type | |||||
Definition | 分期的種類,如病理分期或臨床分期。 The kind of staging, such as pathological or clinical staging. | ||||
Short | 分期的種類Kind of staging | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from For example codes, see ConditionStageTypehttp://hl7.org/fhir/ValueSet/condition-stage-type (extensible to http://hl7.org/fhir/ValueSet/condition-stage-type )病情、問題或診斷分期種類的代碼(如臨床或病理);應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 Codes describing the kind of condition staging (e.g. clinical or pathological). | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
174. Bundle.entry:condition.resource.stage.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
176. Bundle.entry:condition.resource.stage.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
178. Bundle.entry:condition.resource.stage.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
180. Bundle.entry:condition.resource.stage.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
182. Bundle.entry:condition.resource.stage.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
184. Bundle.entry:condition.resource.evidence | |||||
Definition | 作為病情、問題或診斷驗證狀態基礎的支持證據/臨床表現,如證實或反駁病情、問題或診斷的證據。 Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition. | ||||
Short | 支持的證據Supporting evidence | ||||
Comments | 證據可以是一個簡單的編碼症狀/臨床表現的清單,或參考檢驗檢查或者正式評估,或者兩者都是。 The evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) con-2: evidence SHALL have code or details ( code.exists() or detail.exists() )con-2: evidence SHALL have code or details (code.exists() or detail.exists()) | ||||
186. Bundle.entry:condition.resource.evidence.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
188. Bundle.entry:condition.resource.evidence.code | |||||
Definition | 導致記錄此病情、問題或診斷的表現或症狀 A manifestation or symptom that led to the recording of this condition. | ||||
Short | 表現/症狀Manifestation/symptom | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, con-2 | ||||
Binding | Unless not suitable, these codes SHALL be taken from For example codes, see ManifestationAndSymptomCodeshttp://hl7.org/fhir/ValueSet/manifestation-or-symptom (extensible to http://hl7.org/fhir/ValueSet/manifestation-or-symptom )病情、問題或診斷的表現或症狀之代碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 Codes that describe the manifestation or symptoms of a condition. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
190. Bundle.entry:condition.resource.evidence.code.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
192. Bundle.entry:condition.resource.evidence.code.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
194. Bundle.entry:condition.resource.evidence.code.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
196. Bundle.entry:condition.resource.evidence.code.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
198. Bundle.entry:condition.resource.evidence.code.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
200. Bundle.entry:condition.resource.evidence.detail | |||||
Definition | 其他相關資訊的連接,包括病理報告。 Links to other relevant information, including pathology reports. | ||||
Short | 在其他地方找到的支持資訊Supporting information found elsewhere | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, con-2 | ||||
Type | Reference(Resource) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
202. Bundle.entry:condition.resource.note | |||||
Definition | 關於此Condition的附加資訊。這是一個一般的註釋/意見紀錄,用於描述病情、問題或診斷、其診斷和預後。 Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis. | ||||
Short | 簡要病摘,指申請理由Additional information about the Condition | ||||
Comments | For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time. This element may need to be included in narrative because of the potential for modifying information. Annotations SHOULD NOT be used to communicate "modifying" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible). | ||||
Control | 10..* This element is affected by the following invariants: ele-1 | ||||
Type | Annotation | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
204. Bundle.entry:patient | |||||
Slice Name | patient | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 病人資訊-Patient TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 10..1* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
206. Bundle.entry:patient.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
208. Bundle.entry:patient.resource | |||||
Definition | 關於接受照護或其他健康相關服務的個人或動物的人口統計學和其他行政資訊。 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 接受健康照護服務的個人或動物之資訊A resource in the bundle | ||||
Control | 10..1 | ||||
Type | PatientResource(病人資訊-Patient TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Alternate Names | SubjectOfCare Client Resident | ||||
210. Bundle.entry:patient.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
Short | 創建此內容所依據的一組規則A set of rules under which this content was created | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
212. Bundle.entry:patient.resource.extension:age | |||||
Slice Name | age | ||||
Definition | 年齡 | ||||
Short | 年齡 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(Person Age) (Extension Type: Age) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
214. Bundle.entry:patient.resource.extension:age.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
216. Bundle.entry:patient.resource.extension:age.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age | ||||
218. Bundle.entry:patient.resource.extension:nationality | |||||
Slice Name | nationality | ||||
Definition | The nationality of the patient. | ||||
Short | 病人所屬國籍 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(Patient Nationality) (Complex Extension) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
220. Bundle.entry:patient.resource.extension:nationality.extension:code | |||||
Slice Name | code | ||||
Definition | Code representing nationality of patient. | ||||
Short | Nationality CodeAdditional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
222. Bundle.entry:patient.resource.extension:nationality.extension:code.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
224. Bundle.entry:patient.resource.extension:nationality.extension:code.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | code | ||||
226. Bundle.entry:patient.resource.extension:nationality.extension:code.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
228. Bundle.entry:patient.resource.extension:nationality.extension:period | |||||
Slice Name | period | ||||
Definition | Period when nationality was effective. | ||||
Short | Nationality PeriodAdditional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
230. Bundle.entry:patient.resource.extension:nationality.extension:period.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
232. Bundle.entry:patient.resource.extension:nationality.extension:period.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | period | ||||
234. Bundle.entry:patient.resource.extension:nationality.extension:period.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
236. Bundle.entry:patient.resource.extension:nationality.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/patient-nationality | ||||
238. Bundle.entry:patient.resource.extension:nationality.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 0..01 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
240. Bundle.entry:patient.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
242. Bundle.entry:patient.resource.identifier | |||||
Definition | 病人的唯一識別碼(identifier) An identifier for this patient. | ||||
Short | 病人的身份識別碼(identifier),通常為業務目的所使用的識別碼,例如病歷號。An identifier for this patient | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 10..2* This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) Patients are almost always assigned specific numerical identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
244. Bundle.entry:patient.resource.identifier.use | |||||
Definition | The purpose of this identifier. | ||||
Short | usual | official | temp | secondary | old (If known) | ||||
Comments | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
246. Bundle.entry:patient.resource.identifier.type | |||||
Definition | A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text. A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Short | 概念(Concept)— 參照一個專門術語或只是文字表述Description of identifier | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from Identifier Type Codeshttp://hl7.org/fhir/ValueSet/identifier-type (extensible to http://hl7.org/fhir/ValueSet/identifier-type )A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | Allows users to make use of identifiers when the identifier system is not known. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
248. Bundle.entry:patient.resource.identifier.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
250. Bundle.entry:patient.resource.identifier.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
252. Bundle.entry:patient.resource.identifier.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
254. Bundle.entry:patient.resource.identifier.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
256. Bundle.entry:patient.resource.identifier.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
258. Bundle.entry:patient.resource.identifier.system | |||||
Definition | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Short | The namespace for the identifier value | ||||
Comments | Identifier.system is always case sensitive. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
260. Bundle.entry:patient.resource.identifier.value | |||||
Definition | The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Short | The value that is unique | ||||
Comments | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
262. Bundle.entry:patient.resource.identifier:idCardNumber | |||||
Slice Name | idCardNumber | ||||
Definition | 適用於身分證字號 An identifier for this patient. | ||||
Short | 身分證號,被保險人國民身分證統一編號。An identifier for this patient | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 10..1* This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) Patients are almost always assigned specific numerical identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) id-card-number: 身分證號共十碼,首碼以英文字母代表直轄市、縣(市)別,第二碼至第十碼為數字碼。 ( value.matches('^[A-Za-z][0-9]{9}$') ) | ||||
264. Bundle.entry:patient.resource.identifier:idCardNumber.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 The purpose of this identifier. | ||||
Short | usual | official | temp | secondary | old (如果知道)usual | official | temp | secondary | old (If known) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果知道,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
Pattern Value | official | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
266. Bundle.entry:patient.resource.identifier:idCardNumber.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Short | 身份識別碼(identifier)的型別說明Description of identifier | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集http://hl7.org/fhir/ValueSet/identifier-type (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Type | CodeableConcept | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows users to make use of identifiers when the identifier system is not known. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
268. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding | |||||
Definition | A reference to a code defined by a terminology system. | ||||
Short | Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 10..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
270. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.system | |||||
Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | Identity of the terminology system | ||||
Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | http://terminology.hl7.org/CodeSystem/v2-0203 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
272. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code | |||||
Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Pattern Value | NNxxx | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
274. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix | |||||
Slice Name | identifier-suffix | ||||
Definition |
識別碼後綴詞 | ||||
Short | 識別碼後綴詞 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(Identifier Suffix) (Complex Extension) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
276. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix | |||||
Slice Name | suffix | ||||
Definition | 國家代碼 | ||||
Short | 國家代碼Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
278. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.code.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
280. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | suffix | ||||
282. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | string, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
284. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet | |||||
Slice Name | valueSet | ||||
Definition | ISO 3166三位字母代碼(alpha-3)的值集 | ||||
Short | 值集Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
286. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.code.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
288. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | valueSet | ||||
290. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | canonical, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Pattern Value | http://hl7.org/fhir/ValueSet/iso3166-1-3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
292. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix | ||||
294. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 0..01 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
296. Bundle.entry:patient.resource.identifier:idCardNumber.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Short | 身份識別碼(identifier)的命名空間(namespace) 例如:身分證字號='http://www.moi.gov.tw'The namespace for the identifier value | ||||
Comments | Identifier.system總是區分大小寫 Identifier.system is always case sensitive. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
Pattern Value | http://www.moi.gov.tw | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
298. Bundle.entry:patient.resource.identifier:idCardNumber.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Short | 唯一值。 例如:身分證字號為A123456789The value that is unique | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
300. Bundle.entry:patient.resource.identifier:passportNumber | |||||
Slice Name | passportNumber | ||||
Definition | 適用於護照號碼 An identifier for this patient. | ||||
Short | 適用護照號碼An identifier for this patient | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) Patients are almost always assigned specific numerical identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
309. Bundle.entry:patient.resource.identifier:residentNumber | |||||
Slice Name | residentNumber | ||||
Definition | 適用於居留證號碼 An identifier for this patient. | ||||
Short | 適用居留證號碼An identifier for this patient | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) Patients are almost always assigned specific numerical identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
318. Bundle.entry:patient.resource.identifier:medicalRecord | |||||
Slice Name | medicalRecord | ||||
Definition | 適用於病歷號 An identifier for this patient. | ||||
Short | 病歷號 (參與醫院必須註冊命名系統),由醫院自行填寫。An identifier for this patient | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) Patients are almost always assigned specific numerical identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
320. Bundle.entry:patient.resource.identifier:medicalRecord.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 The purpose of this identifier. | ||||
Short | usual | official | temp | secondary | old (如果知道)usual | official | temp | secondary | old (If known) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果知道,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
Pattern Value | official | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
322. Bundle.entry:patient.resource.identifier:medicalRecord.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Short | 身份識別碼(identifier)的型別說明Description of identifier | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集http://hl7.org/fhir/ValueSet/identifier-type (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Type | CodeableConcept | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows users to make use of identifiers when the identifier system is not known. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
324. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding | |||||
Definition | A reference to a code defined by a terminology system. | ||||
Short | Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 10..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
326. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.system | |||||
Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | Identity of the terminology system | ||||
Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | http://terminology.hl7.org/CodeSystem/v2-0203 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
328. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.code | |||||
Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Pattern Value | MR | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
330. Bundle.entry:patient.resource.identifier:medicalRecord.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Short | 身份識別碼(identifier)的命名空間(namespace),可至[twTerminology](https://fhir.mohw.gov.tw/ts/namingsystem.jsp?status=active&type=0)申請或查詢命名系統。The namespace for the identifier value | ||||
Comments | Identifier.system總是區分大小寫 Identifier.system is always case sensitive. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
332. Bundle.entry:patient.resource.identifier:medicalRecord.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Short | 唯一值。 例如:病歷號為8862168The value that is unique | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
334. Bundle.entry:patient.resource.active | |||||
Definition | 這位病人的紀錄是否在使用中(active)。許多系統使用這個屬性來標記為非現有(non-current)病人,例如那些根據機構的業務規則在一段時間內沒有被看到的病人。 它經常被用來過濾病人清單以排除inactive的病人 已過世的病人也可能因為同樣的原因被標記為inactive,但在過世後的一段時間內可能是active。 Whether this patient record is in active use. Many systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules. It is often used to filter patient lists to exclude inactive patients Deceased patients may also be marked as inactive for the same reasons, but may be active for some time after death. | ||||
Short | 病人的紀錄是否「使用中(true)」Whether this patient's record is in active use | ||||
Comments | 如果一筆病人紀錄沒有在使用,但與另一筆使用中的病人紀錄相連結,那麼未來的病人/紀錄更新應該發生在另一筆病人紀錄。 If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 若紀錄因為錯誤而創建,需要能夠將這位病人紀錄標記為不使用 Need to be able to mark a patient record as not to be used because it was created in error. | ||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
336. Bundle.entry:patient.resource.name | |||||
Definition | 個人名字 A name associated with the individual. | ||||
Short | 病人的姓名A name associated with the patient | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. | ||||
Control | 10..1* This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。例如:正式姓名及配偶姓名。 必須(SHALL) 總是提供姓名的完整拼法。 Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) pat-name: 病人姓名有誤 ,超過40字 ( text.length() <= 40 ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.name . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
338. Bundle.entry:patient.resource.name:official | |||||
Slice Name | official | ||||
Definition | 個人名字 A name associated with the individual. | ||||
Short | 病人的護照姓名A name associated with the patient | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。例如:正式姓名及配偶姓名。 必須(SHALL) 總是提供姓名的完整拼法。 Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present ( text.exists() or family.exists() ) | ||||
344. Bundle.entry:patient.resource.name:usual | |||||
Slice Name | usual | ||||
Definition | 個人名字 A name associated with the individual. | ||||
Short | 病人所屬國籍的真實姓名A name associated with the patient | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. | ||||
Control | 10..1* This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。例如:正式姓名及配偶姓名。 必須(SHALL) 總是提供姓名的完整拼法。 Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present ( text.exists() or family.exists() ) | ||||
346. Bundle.entry:patient.resource.name:usual.use | |||||
Definition | 此姓名的用途 Identifies the purpose for this name. | ||||
Short | usual | official | temp | nickname | anonymous | old | maiden | ||||
Comments | 應用程式可以假定一個姓名是永久的,除非它明確說它是暫時或舊的。 Applications can assume that a name is current unless it explicitly says that it is temporary or old. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )人名的使用情況;應填入所綁定值集中的其中一個代碼。 The use of a human name. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組姓名中為特定的使用情境選擇適當的姓名 Allows the appropriate name for a particular context of use to be selected from among a set of names. | ||||
Pattern Value | usual | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
348. Bundle.entry:patient.resource.name:usual.text | |||||
Definition | 完整姓名的文字表述。由於世界各地的文化差異,取得資料的系統可能不知道如何正確地呈現姓名;此外,不是所有的名字部分都呈現予姓或名。因此,我們強烈建議創建者透過這個資料項目提供姓名的顯示文字。 Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. | ||||
Short | 完整的中文姓名Text representation of the full name | ||||
Comments | 可以同時提供文字表述(text)和部分(part)。更新姓名的應用程式 必須(SHALL) 確保當test和lpart都存在時,text中不包含part中沒有的內容。 Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1, tw-core-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 A renderable, unencoded form. | ||||
Example | <br/><b>General</b>:陳加玲 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
350. Bundle.entry:patient.resource.name:usual.family | |||||
Definition | 姓名中與族譜相關的部分。在一些文化中(如厄立特里亞),兒子的姓氏是其父親的名字。 The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. | ||||
Short | 若所屬國籍可區分family及given,填入所屬國籍之姓(family)Family name (often called 'Surname') | ||||
Comments | 姓氏可以使用擴充名(de、nl、es相關文化)分解成具體的部分(part) Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, tw-core-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | surname | ||||
Example | <br/><b>General</b>:陳 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
352. Bundle.entry:patient.resource.name:usual.given | |||||
Definition | 姓名中的「名」 Given name. | ||||
Short | 若所屬國籍可區分family及given,填入所屬國籍之名(given)Given names (not always 'first'). Includes middle names | ||||
Comments | 如果只記錄首字母,可以用它們來代替完整姓名。首字母可以分為多個名,但由於實際情況的限制,通常不會這樣做。這個資料項目不被稱為 「first name」,因為「given name」並不總是排在前面。 If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, tw-core-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | first name, middle name | ||||
Example | <br/><b>General</b>:加玲 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
354. Bundle.entry:patient.resource.name:temp | |||||
Slice Name | temp | ||||
Definition | 個人名字 A name associated with the individual. | ||||
Short | 新生兒姓名,緊急救護未知病人姓名時亦可用。A name associated with the patient | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。 Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
362. Bundle.entry:patient.resource.name:anonymous | |||||
Slice Name | anonymous | ||||
Definition | 個人名字 A name associated with the individual. | ||||
Short | 匿名供研究使用A name associated with the patient | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。 Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
370. Bundle.entry:patient.resource.telecom | |||||
Definition | 可與此人聯絡的詳細聯絡方式(如電話或電子郵件地址等) A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. | ||||
Short | 病人的聯絡資訊(例如:電話、電子郵件等)A contact detail for the individual | ||||
Comments | 一位病人可能有多種聯絡方式,有不同的用途或適用期。可能需要有緊急聯絡此人的選項,也需要幫忙識別身份。地址可能不會直接聯絡到此人,但可能到透過他人代為聯絡(意即家中的電話)。 A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone). | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | ContactPoint | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 人們有(主要)方式與他們聯絡,如電話、電子郵件。 People have (primary) ways to contact them in some way such as phone, email. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() ) | ||||
372. Bundle.entry:patient.resource.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 Telecommunications form for contact point - what communications system is required to make use of the contact. | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 Telecommunications form for contact point. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
374. Bundle.entry:patient.resource.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址) The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). | ||||
Short | 實際的聯絡方式之細節The actual contact point details | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 Need to support legacy numbers that are not in a tightly controlled format. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
376. Bundle.entry:patient.resource.telecom.use | |||||
Definition | 確定聯絡方式的用途 Identifies the purpose for the contact point. | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途home | work | temp | old | mobile - purpose of this contact point | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that a contact is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 Use of contact point. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
378. Bundle.entry:patient.resource.telecom.period | |||||
Definition | 此聯絡方式的使用效期 Time period when the contact point was/is in use. | ||||
Short | 此聯絡方式的使用效期Time period when the contact point was/is in use | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
380. Bundle.entry:patient.resource.gender | |||||
Definition | Administrative Gender 為行政管理及保存紀錄目的之病人性別 Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes. | ||||
Short | male:男性 | female:女性 | other:其他 | unknown:未知male | female | other | unknown | ||||
Comments | 行政管理用之性別可能不符合由遺傳學或個人偏好的識別所決定的生物性別。請注意,對於人類,特別是動物,除了男性和女性,還有其他合法歸類的可能性,儘管絕大多數系統和情境只支持男性和女性。提供決策支援或執行業務規則的系統最好以檢驗檢查(Observation)呈現特定性別或感興趣的性別(解剖學、染色體、社會等)。然而,由於這些檢驗檢驗不常被記錄,預設為行政管理用之性別是常見的做法。在這種預設的情況下,規則的執行應該允許行政管理用和生物、染色體和其他性別方面的差異。例如:關於男性子宮切除的警訊應該作為警告或可推翻的錯誤來處理,而不是 「硬(hard) 」錯誤。關於溝通病人性別的更多資訊,請參閱Patient Gender及Sex的部分。 The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a "hard" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AdministrativeGenderhttp://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 (required to http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 )病人性別;應填入所綁定值集中的其中一個代碼。 The gender of a person used for administrative purposes. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 性別用於結合(至少)姓名和出生日期以識別個人身份 Needed for identification of the individual, in combination with (at least) name and birth date. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
382. Bundle.entry:patient.resource.birthDate | |||||
Definition | 個人的出生日期 The date of birth for the individual. | ||||
Short | 出生日期,YYYY-MM-DD,西元年月日。The date of birth for the individual | ||||
Comments | 如果真實的出生日期未知,至少應該提供一個估計的出生年份作為猜測。有一個標準的擴充 「patient-birthTime」,應該於需要出生時間(Time)資訊時使用(例如:在產科/新生兒照護系統中)。 At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension "patient-birthTime" available that should be used where Time is required (such as in maternity/infant care systems). | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | date | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 個人的年齡驅動著許多臨床過程/進程 Age of the individual drives many clinical processes. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
384. Bundle.entry:patient.resource.deceased[x] | |||||
Definition | 表示此人是否過世 Indicates if the individual is deceased or not. | ||||
Short | 病人是否過世Indicates if the individual is deceased or not | ||||
Comments | 如果實例中沒有值,就意味著沒有關於此人是否過世的聲明。大多數系統會把沒有數值解釋為這個人還活著的標誌。 If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: boolean, dateTime | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 病人已經過世的事實影響了臨床過程/進度。另外,在人際溝通和關係管理中,有必要知道這個人是否活著。 The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
386. Bundle.entry:patient.resource.address | |||||
Definition | 此人的地址 An address for the individual. | ||||
Short | 病人聯絡地址 pat-cnt-2or3-char:如果有國家名,則必須(SHALL)從[ISO Country Alpha-2](http://hl7.org/fhir/valueset/iso3166-1-2)找出相對代碼作呈現。 如果未在ISO Country Alpha-2 中找到此一國家的代碼,則可能可以(MAY)從[ISO Country Alpha-3](http://hl7.org/fhir/valueset/iso3166-1-3)找出相對代碼作呈現。An address for the individual | ||||
Comments | 病人可能有多個地址,有不同的用途或適用期。 Patient may have multiple addresses with different uses or applicable periods. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 可能需要記錄病人的地址,以便聯繫、結算或報告的要求,也有助於識別身份。 May need to keep track of patient addresses for contacting, billing or reporting requirements and also to help with identification. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
388. Bundle.entry:patient.resource.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
390. Bundle.entry:patient.resource.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
392. Bundle.entry:patient.resource.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
394. Bundle.entry:patient.resource.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
396. Bundle.entry:patient.resource.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
398. Bundle.entry:patient.resource.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
400. Bundle.entry:patient.resource.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
402. Bundle.entry:patient.resource.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
404. Bundle.entry:patient.resource.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
406. Bundle.entry:patient.resource.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
408. Bundle.entry:patient.resource.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
410. Bundle.entry:patient.resource.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
412. Bundle.entry:patient.resource.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
414. Bundle.entry:patient.resource.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
416. Bundle.entry:patient.resource.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
418. Bundle.entry:patient.resource.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
420. Bundle.entry:patient.resource.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
422. Bundle.entry:patient.resource.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
424. Bundle.entry:patient.resource.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
426. Bundle.entry:patient.resource.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
428. Bundle.entry:patient.resource.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
430. Bundle.entry:patient.resource.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
432. Bundle.entry:patient.resource.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
434. Bundle.entry:patient.resource.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
436. Bundle.entry:patient.resource.address.use | |||||
Definition | 此地址的用途 The purpose of this address. | ||||
Short | home | work | temp | old | billing - 此地址的用途home | work | temp | old | billing - purpose of this address | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUsehttp://hl7.org/fhir/ValueSet/address-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 The use of an address. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 Allows an appropriate address to be chosen from a list of many. | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
438. Bundle.entry:patient.resource.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. | ||||
Short | postal | physical | bothpostal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressTypehttp://hl7.org/fhir/ValueSet/address-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 The type of an address (physical / postal). | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
440. Bundle.entry:patient.resource.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||
Short | 路/街Street name, number, direction & P.O. Box etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
442. Bundle.entry:patient.resource.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 The name of the city, town, suburb, village or other community or delivery center. | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。Name of city, town etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
444. Bundle.entry:patient.resource.address.district | |||||
Definition | 行政區域(縣)的名稱 The name of the administrative area (county). | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。District name (aka county) | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
446. Bundle.entry:patient.resource.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 A postal code designating a region defined by the postal service. | ||||
Short | 郵遞區號Postal code for area | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
448. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
450. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
452. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
454. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | 擴充的資料項目的內容值Value of extension | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
456. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
458. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
460. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
462. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
464. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
466. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
468. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
470. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
472. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
474. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
476. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
478. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
480. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
482. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
484. Bundle.entry:patient.resource.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 Country - a nation as commonly understood or generally accepted. | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 ISO 3166 3 letter codes can be used in place of a human readable country name. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
486. Bundle.entry:patient.resource.maritalStatus | |||||
Definition | 這個欄位包含病人的目前婚姻(民事)狀態 This field contains a patient's most recent marital (civil) status. | ||||
Short | 病人的婚姻狀態Marital (civil) status of a patient | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from Marital Status Codeshttp://hl7.org/fhir/ValueSet/marital-status (extensible to http://hl7.org/fhir/ValueSet/marital-status )病人的婚姻狀態;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 The domestic partnership status of a person. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 如果不是所有的系統都能取得此資訊 Most, if not all systems capture it. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
488. Bundle.entry:patient.resource.maritalStatus.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
490. Bundle.entry:patient.resource.maritalStatus.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
492. Bundle.entry:patient.resource.maritalStatus.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
494. Bundle.entry:patient.resource.maritalStatus.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
496. Bundle.entry:patient.resource.maritalStatus.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
498. Bundle.entry:patient.resource.photo | |||||
Definition | 病人的影像(照片) Image of the patient. | ||||
Short | 病人的影像(照片)Image of the patient | ||||
Comments | 指引: 使用個人影像,而不是臨床影像。 限制尺寸為縮圖。 保持低位元組小檔案以便更新resource。 Guidelines:
| ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Attachment | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 許多EHR系統有能力取得病人的影像,這也符合較新的社群媒體的使用。 Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) att-1: If the Attachment has data, it SHALL have a contentType ( data.empty() or contentType.exists() ) | ||||
500. Bundle.entry:patient.resource.contact | |||||
Definition | 病人的聯絡人(如監護人、伴侶、朋友)。 A contact party (e.g. guardian, partner, friend) for the patient. | ||||
Short | 病人的聯絡人,例如:監護人、伴侶、朋友等。A contact party (e.g. guardian, partner, friend) for the patient | ||||
Comments | 聯絡涵蓋所有種類的聯絡人:家人、業務聯絡、監護人、照顧者。不適用於登記血統和家庭關係,因這超出聯絡的目的。 Contact covers all kinds of contact parties: family members, business contacts, guardians, caregivers. Not applicable to register pedigree and family ties beyond use of having contact. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 需能聯絡到的病人的人。 Need to track people you can contact about the patient. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) pat-1: SHALL at least contain a contact's details or a reference to an organization ( name.exists() or telecom.exists() or address.exists() or organization.exists() )pat-1: SHALL at least contain a contact's details or a reference to an organization (name.exists() or telecom.exists() or address.exists() or organization.exists()) | ||||
502. Bundle.entry:patient.resource.contact.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
504. Bundle.entry:patient.resource.contact.relationship | |||||
Definition | 可以透過正式參照一個專門術語或知識本體來定義一個概念,或者也可以文字表述此概念。 The nature of the relationship between the patient and the contact person. | ||||
Short | 概念(Concept)-參照一個專門術語或只是文字表述The kind of relationship | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from Unless not suitable, these codes SHALL be taken from PatientRelationshipTypehttp://hl7.org/fhir/ValueSet/patient-contactrelationship (required to http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype )應填入所綁定值集中的其中一個代碼。 The nature of the relationship between a patient and a contact person for that patient. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 根據情況決定哪位聯絡人最有關聯以作聯繫 Used to determine which contact person is the most relevant to approach, depending on circumstances. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
506. Bundle.entry:patient.resource.contact.relationship.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
508. Bundle.entry:patient.resource.contact.relationship.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
510. Bundle.entry:patient.resource.contact.relationship.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
512. Bundle.entry:patient.resource.contact.relationship.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
514. Bundle.entry:patient.resource.contact.relationship.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
516. Bundle.entry:patient.resource.contact.name | |||||
Definition | 與聯絡人有關的姓名 A name associated with the contact person. | ||||
Short | 聯絡人姓名A name associated with the contact person | ||||
Comments | Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 聯絡人需要以姓名來識別,但通常不需要此聯絡人的其他姓名的細節。 Contact persons need to be identified by name, but it is uncommon to need details about multiple other names for that contact person. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
518. Bundle.entry:patient.resource.contact.name.use | |||||
Definition | 此姓名的用途 Identifies the purpose for this name. | ||||
Short | usual | official | temp | nickname | anonymous | old | maiden | ||||
Comments | 應用程式可以假定一個姓名是永久的,除非它明確說它是暫時或舊的。 Applications can assume that a name is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )人名的使用情況;應填入所綁定值集中的其中一個代碼。 The use of a human name. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組姓名中為特定的使用情境選擇適當的姓名 Allows the appropriate name for a particular context of use to be selected from among a set of names. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
520. Bundle.entry:patient.resource.contact.name.text | |||||
Definition | 完整姓名的文字表述。由於世界各地的文化差異,取得資料的系統可能不知道如何正確地呈現姓名;此外,不是所有的名字部分都呈現予姓或名。因此,我們強烈建議創建者透過這個資料項目提供姓名的顯示文字。 Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. | ||||
Short | 完整的中文姓名Text representation of the full name | ||||
Comments | 可以同時提供文字表述(text)和部分(part)。更新姓名的應用程式 必須(SHALL) 確保當test和lpart都存在時,text中不包含part中沒有的內容。 Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 A renderable, unencoded form. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
522. Bundle.entry:patient.resource.contact.name.family | |||||
Definition | 姓名中與族譜相關的部分。在一些文化中(如厄立特里亞),兒子的姓氏是其父親的名字。 The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. | ||||
Short | 英文姓Family name (often called 'Surname') | ||||
Comments | 姓氏可以使用擴充名(de、nl、es相關文化)分解成具體的部分(part) Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | surname | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
524. Bundle.entry:patient.resource.contact.name.given | |||||
Definition | 姓名中的「名」 Given name. | ||||
Short | 英文名Given names (not always 'first'). Includes middle names | ||||
Comments | 如果只記錄首字母,可以用它們來代替完整姓名。首字母可以分為多個名,但由於實際情況的限制,通常不會這樣做。這個資料項目不被稱為 「first name」,因為「given name」並不總是排在前面。 If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | first name, middle name | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
526. Bundle.entry:patient.resource.contact.telecom | |||||
Definition | 此人的詳細聯絡方式,例如:電話號碼或電子郵件地址。 A contact detail for the person, e.g. a telephone number or an email address. | ||||
Short | 聯絡人的詳細聯絡資訊A contact detail for the person | ||||
Comments | 聯絡人可能有多種聯絡方式,有不同的用途或適用期。可能需要有緊急聯絡此人的選項,及需要幫忙身份識別。 Contact may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | ContactPoint | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 人們可透過(主要)方式與他們聯絡,例如電話、電子郵件。 People have (primary) ways to contact them in some way such as phone, email. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() ) | ||||
528. Bundle.entry:patient.resource.contact.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 Telecommunications form for contact point - what communications system is required to make use of the contact. | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 Telecommunications form for contact point. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
530. Bundle.entry:patient.resource.contact.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址)。 The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). | ||||
Short | 實際的聯絡方式之細節The actual contact point details | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 Need to support legacy numbers that are not in a tightly controlled format. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
532. Bundle.entry:patient.resource.contact.telecom.use | |||||
Definition | 確定聯絡方式的用途 Identifies the purpose for the contact point. | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途home | work | temp | old | mobile - purpose of this contact point | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that a contact is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 Use of contact point. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
534. Bundle.entry:patient.resource.contact.address | |||||
Definition | 聯絡人的地址 Address for the contact person. | ||||
Short | 聯絡人的地址Address for the contact person | ||||
Comments | 注意:地址的目的是描述用於管理目的之郵政地址,而不是描述絕對的地理座標。郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Is Modifier | false | ||||
Requirements | 需要紀錄用以聯絡聯絡人的郵件地址或到訪地址 Need to keep track where the contact person can be contacted per postal mail or visited. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
536. Bundle.entry:patient.resource.contact.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
538. Bundle.entry:patient.resource.contact.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
540. Bundle.entry:patient.resource.contact.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
542. Bundle.entry:patient.resource.contact.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
544. Bundle.entry:patient.resource.contact.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
546. Bundle.entry:patient.resource.contact.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
548. Bundle.entry:patient.resource.contact.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
550. Bundle.entry:patient.resource.contact.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
552. Bundle.entry:patient.resource.contact.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
554. Bundle.entry:patient.resource.contact.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
556. Bundle.entry:patient.resource.contact.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
558. Bundle.entry:patient.resource.contact.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
560. Bundle.entry:patient.resource.contact.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
562. Bundle.entry:patient.resource.contact.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
564. Bundle.entry:patient.resource.contact.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
566. Bundle.entry:patient.resource.contact.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
568. Bundle.entry:patient.resource.contact.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
570. Bundle.entry:patient.resource.contact.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
572. Bundle.entry:patient.resource.contact.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
574. Bundle.entry:patient.resource.contact.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
576. Bundle.entry:patient.resource.contact.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
578. Bundle.entry:patient.resource.contact.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
580. Bundle.entry:patient.resource.contact.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
582. Bundle.entry:patient.resource.contact.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
584. Bundle.entry:patient.resource.contact.address.use | |||||
Definition | 此地址的用途 The purpose of this address. | ||||
Short | home | work | temp | old | billing - 此地址的用途home | work | temp | old | billing - purpose of this address | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUsehttp://hl7.org/fhir/ValueSet/address-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 The use of an address. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 Allows an appropriate address to be chosen from a list of many. | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
586. Bundle.entry:patient.resource.contact.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. | ||||
Short | postal | physical | bothpostal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressTypehttp://hl7.org/fhir/ValueSet/address-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 The type of an address (physical / postal). | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
588. Bundle.entry:patient.resource.contact.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||
Short | 路/街Street name, number, direction & P.O. Box etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
590. Bundle.entry:patient.resource.contact.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 The name of the city, town, suburb, village or other community or delivery center. | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。Name of city, town etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
592. Bundle.entry:patient.resource.contact.address.district | |||||
Definition | 行政區域(縣)的名稱 The name of the administrative area (county). | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。District name (aka county) | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
594. Bundle.entry:patient.resource.contact.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 A postal code designating a region defined by the postal service. | ||||
Short | 郵遞區號Postal code for area | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
596. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
598. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
600. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
602. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | 擴充的資料項目的內容值Value of extension | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
604. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
606. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
608. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
610. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
612. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
614. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
616. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
618. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
620. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
622. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
624. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
626. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
628. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
630. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
632. Bundle.entry:patient.resource.contact.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 Country - a nation as commonly understood or generally accepted. | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 ISO 3166 3 letter codes can be used in place of a human readable country name. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
634. Bundle.entry:patient.resource.contact.organization | |||||
Definition | 聯絡人為機構或聯絡人為其工作的機構 Organization on behalf of which the contact is acting or for which the contact is working. | ||||
Short | 可聯絡到聯絡人的機構Organization that is associated with the contact | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, pat-1 | ||||
Type | Reference(TW Core Organization, Organization) | ||||
Is Modifier | false | ||||
Requirements | 監護人或與業務相關聯絡與此機構有關 For guardians or business related contacts, the organization is relevant. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
636. Bundle.entry:patient.resource.contact.period | |||||
Definition | 與此病人有關的聯絡人或機構的有效聯絡期 The period during which this contact person or organization is valid to be contacted relating to this patient. | ||||
Short | 聯絡人或其可聯絡機構之可聯絡期(時間區間)The period during which this contact person or organization is valid to be contacted relating to this patient | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
638. Bundle.entry:patient.resource.communication | |||||
Definition | 可用於與病人溝通其健康狀況的語言。 A language which may be used to communicate with the patient about his or her health. | ||||
Short | 向病人說明健康狀態時所使用的語言A language which may be used to communicate with the patient about his or her health | ||||
Comments | 如果沒有指定語言,這意味著預設使用當地語言。如果你需要多種模式的熟練程度,那麼你需要多個Patient.Communication關聯。對於動物來說,語言不是相關的欄位,應該不存在於實例中。如果病人不講預設的當地語言,那麼可以使用 「(Interpreter Required Standard)需要口譯員」來明確聲明需要口譯員。 If no language is specified, this implies that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 如果病人不會說當地語言,可能需要翻譯,因此,對於病人和其他相關人士來說,所講的語言和熟練程度都是需要記錄的重要內容。 If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
640. Bundle.entry:patient.resource.communication.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
642. Bundle.entry:patient.resource.communication.language | |||||
Definition | 小寫的ISO-639-1字母兩個代碼表示的語言,後面可以有連字符號,大寫的ISO-3166-1字母兩個代碼表示使用此語言的地區;例如「en 」代表英語,或者 「en-US 」代表美國英語,而 「en-EN 」代表英國英語。 The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English. | ||||
Short | 向病人說明健康狀況時所使用的語言The language which can be used to communicate with the patient about his or her health | ||||
Comments | 帶有這種精確字母大小寫的aa-BB結構是最廣泛使用的地方性符號之一。但並不是所有的系統都對其進行編碼,而是將其作為純文字表述。因此,data type為CodeableConcept而不是code。 The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHOULD be taken from CommonLanguageshttp://hl7.org/fhir/ValueSet/languages (preferred to http://hl7.org/fhir/ValueSet/languages )應填入所綁定值集中的其中一個代碼。 A human language.
| ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 在多語言國家的大多數系統都會想要溝通語言。並非所有的系統實際上都需要區域方言。 Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect. | ||||
Example | <br/><b>Value</b>:{ "text" : "zh-TW" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
644. Bundle.entry:patient.resource.communication.language.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
646. Bundle.entry:patient.resource.communication.language.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
648. Bundle.entry:patient.resource.communication.language.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
650. Bundle.entry:patient.resource.communication.language.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
652. Bundle.entry:patient.resource.communication.language.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
654. Bundle.entry:patient.resource.managingOrganization | |||||
Definition | 病人紀錄的保管機構 Organization that is the custodian of the patient record. | ||||
Short | 此紀錄的保管機構Organization that is the custodian of the patient record | ||||
Comments | 僅有一個管理特定病人紀錄的機構。其他機構將擁有自己的「病人」紀錄,並可透過使用「Link」屬性將紀錄結合在一起(或可以包含關聯可信的「Person」resource)。 There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization, Organization) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要知道誰識別、管理和更新這位病人的紀錄 Need to know who recognizes this patient record, manages and updates it. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
656. Bundle.entry:patient.resource.link | |||||
Definition | 連結到另一個涉及同一實際病人的Patient resource。 Link to another patient resource that concerns the same actual patient. | ||||
Short | 連結至此病人的其他Patient ResourceLink to another patient resource that concerns the same actual person | ||||
Comments | 不存在連結的病人紀錄有相互連結的假設 There is no assumption that linked patient records have mutual links. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | true because This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by' | ||||
Summary | true | ||||
Requirements | 有多種使用案例: There are multiple use cases:
| ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
658. Bundle.entry:patient.resource.link.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
660. Bundle.entry:patient.resource.link.other | |||||
Definition | 此連超所參照的另一個Patient resource The other patient resource that the link refers to. | ||||
Short | 連結至其他Patient或RelatedPerson ResourceThe other patient or related person resource that the link refers to | ||||
Comments | 在這裡參照一個RelatedPerson,就不需要另外使用Person來將Patient及RelatedPerson作為同一個人關聯起來。 Referencing a RelatedPerson here removes the need to use a Person record to associate a Patient and RelatedPerson as the same individual. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Patient, TW Core RelatedPerson, Patient, RelatedPerson) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
662. Bundle.entry:patient.resource.link.type | |||||
Definition | 這個Patient resource與另一個Patient resource之間的連結型別 The type of link between this patient resource and another patient resource. | ||||
Short | replaced-by | replaces | refer | seealsoreplaced-by | replaces | refer | seealso | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from LinkTypehttp://hl7.org/fhir/ValueSet/link-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/link-type|4.0.1 )連結的型別;應填入所綁定值集中的其中一個代碼。 The type of link between this patient resource and another patient resource. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
664. Bundle.entry:hosp-organization | |||||
Slice Name | hosp-organization | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 醫事機構-Organization TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 10..1* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
666. Bundle.entry:hosp-organization.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
668. Bundle.entry:hosp-organization.resource | |||||
Definition | 為實現某種形式的集體行動而形成的正式或非正式認可的一群人或機構的團體。包括公司、機構、企業、部門、社群團體、健康照護實務團體、付款人/保險公司等。 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 具有共同目的的一群人或機構A resource in the bundle | ||||
Control | 10..1 | ||||
Type | OrganizationResource(醫事機構-Organization TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
670. Bundle.entry:hosp-organization.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
Short | 創建此內容所依據的一組規則A set of rules under which this content was created | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
672. Bundle.entry:hosp-organization.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
674. Bundle.entry:hosp-organization.resource.identifier | |||||
Definition | 用於指明跨多個不同系統的機構識別碼 Identifier for the organization that is used to identify the organization across multiple disparate systems. | ||||
Short | 醫事機構代碼Identifies this organization across multiple systems | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 10..1* This element is affected by the following invariants: ele-1, org-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | Organizations通常有多種識別碼。有些機構保有數個,而大多數機構收集識別碼用於跟其他機構交流有關此機構的資訊。 Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
676. Bundle.entry:hosp-organization.resource.identifier.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 The purpose of this identifier. | ||||
Short | usual | official | temp | secondary | old (如果知道)usual | official | temp | secondary | old (If known) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果已知,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
678. Bundle.entry:hosp-organization.resource.identifier.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Short | 機構識別碼(identifier)的型別說明Description of identifier | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集http://hl7.org/fhir/ValueSet/identifier-type (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中的其中一個代碼。 A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows users to make use of identifiers when the identifier system is not known. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
680. Bundle.entry:hosp-organization.resource.identifier.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
682. Bundle.entry:hosp-organization.resource.identifier.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
684. Bundle.entry:hosp-organization.resource.identifier.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
686. Bundle.entry:hosp-organization.resource.identifier.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
688. Bundle.entry:hosp-organization.resource.identifier.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
690. Bundle.entry:hosp-organization.resource.identifier.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Short | 機構識別碼(identifier)的命名空間(namespace),可至[twTerminology](https://fhir.mohw.gov.tw/ts/namingsystem.jsp?status=active&type=0)申請或查詢命名系統。The namespace for the identifier value | ||||
Comments | Identifier.system總是區分大小寫 Identifier.system is always case sensitive. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
Pattern Value | https://www.ghd.tw/cdm-fhir/CodeSystem/organization-identifier-tw | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient <br/><b>General</b>:https://www.ghd.tw/cdm-fhir/CodeSystem/organization-identifier-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
692. Bundle.entry:hosp-organization.resource.identifier.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Short | 唯一值The value that is unique | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see NHI-特約醫事機構值集 (required to https://www.ghd.tw/cdm-fhir/ValueSet/nhi-organization ) | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 <br/><b>General</b>:0101090517 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
694. Bundle.entry:hosp-organization.resource.active | |||||
Definition | 此機構的紀錄是否仍在使用中 Whether the organization's record is still in active use. | ||||
Short | 此機構的紀錄是否仍在使用中Whether the organization's record is still in active use | ||||
Comments | 這個Active標記不是用來標記機構暫時關閉或正在建設中。反而應該是Organization的地點(Location)應該具有暫停狀態。如果需要進一步詳細說明暫停的原因,那麼應該針對這個資料項目的提供一個擴充的資料項目。 這個資料項目被標記為修飾語/修飾用,因為它可用來標記resource是錯誤建立的。 This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used. This element is labeled as a modifier because it may be used to mark that the resource was created in error. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要一個標記表明此記錄不再被使用,一般來說應會在使用者界面中隱藏此資料項目。 Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI. | ||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
696. Bundle.entry:hosp-organization.resource.type | |||||
Definition | 機構的型別 The kind(s) of organization that this is. | ||||
Short | 機構的型別Kind of organization | ||||
Comments | 機構可以是公司、病房、科室、臨床團隊、政府部門等。請注意,代碼通常是機構型別的分類;在許多應用程式中,若代碼是用來指明一個特定機構(例如:病房),而不是另一個相同型別的機構,那麼這些算是識別碼代碼,而不是型別代碼。 當考慮多個型別是否合適時,你應該評估子機構是否是一個更合適的概念使用,因為不同的型別可能在不同子區域的機構。這最有可能用於型別值不相關(orthogonal values)的地方,像是一個宗教的、學術的和醫學中心。 我們期望一些行政管轄區設計此資料項目為可選填且基數設定為1。 Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes When considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center. We expect that some jurisdictions will profile this optionality to be a single cardinality. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | For example codes, see OrganizationTypehttp://hl7.org/fhir/ValueSet/organization-type (example to http://hl7.org/fhir/ValueSet/organization-type )用於分類機構;可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。 Used to categorize the organization. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能夠追踪這是哪種機構-不同機構型別有不同的用途。 Need to be able to track the kind of organization that this is - different organization types have different uses. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
698. Bundle.entry:hosp-organization.resource.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
700. Bundle.entry:hosp-organization.resource.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
702. Bundle.entry:hosp-organization.resource.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
704. Bundle.entry:hosp-organization.resource.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
706. Bundle.entry:hosp-organization.resource.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
708. Bundle.entry:hosp-organization.resource.name | |||||
Definition | 與此機構相關名稱 A name associated with the organization. | ||||
Short | 機構的名稱Name used for the organization | ||||
Comments | 如果一個機構改變名稱,可以考慮把舊的名稱放在別名(alias)資料項目中,這樣仍然可以透過查詢找到它。 If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, org-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要使用名稱作為機構的標籤 Need to use the name as the label of the organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
710. Bundle.entry:hosp-organization.resource.telecom | |||||
Definition | 此機構的詳細聯絡方式 A contact detail for the organization. | ||||
Short | 此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。A contact detail for the organization | ||||
Comments | 不能使用代碼 「home」。請注意,這些聯絡人不是指受僱於此機構或代表此機構的人的詳細聯絡方式,而是此機構本身的官方聯絡人。 The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-3 | ||||
Type | ContactPoint | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 此機構的聯絡人 Human contact for the organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() )org-3: The telecom of an organization can never be of use 'home' ( where(use = 'home').empty() )org-3: The telecom of an organization can never be of use 'home' (where(use = 'home').empty()) | ||||
712. Bundle.entry:hosp-organization.resource.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 Telecommunications form for contact point - what communications system is required to make use of the contact. | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 Telecommunications form for contact point. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
714. Bundle.entry:hosp-organization.resource.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址)。 The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). | ||||
Short | 實際的聯絡方式之細節The actual contact point details | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 Need to support legacy numbers that are not in a tightly controlled format. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
716. Bundle.entry:hosp-organization.resource.telecom.use | |||||
Definition | 確定聯絡方式的用途 Identifies the purpose for the contact point. | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途home | work | temp | old | mobile - purpose of this contact point | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that a contact is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 Use of contact point. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
718. Bundle.entry:hosp-organization.resource.address | |||||
Definition | 此機構的地址 An address for the organization. | ||||
Short | 此機構的地址。 org-2:一個機構的地址永遠不可能是「家用」,意即不可能使用「home」。An address for the organization | ||||
Comments | 機構可能有多個地址,有不同的用途或適用期。不使用代碼「home」。 Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-2 | ||||
Type | Address(TW Core Address) | ||||
Is Modifier | false | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 May need to keep track of the organization's addresses for contacting, billing or reporting requirements. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) org-2: An address of an organization can never be of use 'home' ( where(use = 'home').empty() )org-2: An address of an organization can never be of use 'home' (where(use = 'home').empty()) | ||||
720. Bundle.entry:hosp-organization.resource.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
722. Bundle.entry:hosp-organization.resource.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
724. Bundle.entry:hosp-organization.resource.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
726. Bundle.entry:hosp-organization.resource.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
728. Bundle.entry:hosp-organization.resource.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
730. Bundle.entry:hosp-organization.resource.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
732. Bundle.entry:hosp-organization.resource.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
734. Bundle.entry:hosp-organization.resource.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
736. Bundle.entry:hosp-organization.resource.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
738. Bundle.entry:hosp-organization.resource.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
740. Bundle.entry:hosp-organization.resource.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
742. Bundle.entry:hosp-organization.resource.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
744. Bundle.entry:hosp-organization.resource.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
746. Bundle.entry:hosp-organization.resource.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
748. Bundle.entry:hosp-organization.resource.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
750. Bundle.entry:hosp-organization.resource.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
752. Bundle.entry:hosp-organization.resource.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
754. Bundle.entry:hosp-organization.resource.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
756. Bundle.entry:hosp-organization.resource.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
758. Bundle.entry:hosp-organization.resource.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
760. Bundle.entry:hosp-organization.resource.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
762. Bundle.entry:hosp-organization.resource.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
764. Bundle.entry:hosp-organization.resource.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
766. Bundle.entry:hosp-organization.resource.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
768. Bundle.entry:hosp-organization.resource.address.use | |||||
Definition | 此地址的用途 The purpose of this address. | ||||
Short | home | work | temp | old | billing - 此地址的用途home | work | temp | old | billing - purpose of this address | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUsehttp://hl7.org/fhir/ValueSet/address-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 The use of an address. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 Allows an appropriate address to be chosen from a list of many. | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
770. Bundle.entry:hosp-organization.resource.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. | ||||
Short | postal | physical | bothpostal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressTypehttp://hl7.org/fhir/ValueSet/address-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 The type of an address (physical / postal). | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
772. Bundle.entry:hosp-organization.resource.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||
Short | 路/街Street name, number, direction & P.O. Box etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
774. Bundle.entry:hosp-organization.resource.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 The name of the city, town, suburb, village or other community or delivery center. | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。Name of city, town etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
776. Bundle.entry:hosp-organization.resource.address.district | |||||
Definition | 行政區域(縣)的名稱 The name of the administrative area (county). | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。District name (aka county) | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
778. Bundle.entry:hosp-organization.resource.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 A postal code designating a region defined by the postal service. | ||||
Short | 郵遞區號Postal code for area | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
780. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
782. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
784. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
786. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | 擴充的資料項目的內容值Value of extension | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
788. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
790. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
792. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
794. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
796. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
798. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
800. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
802. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
804. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
806. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
808. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
810. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
812. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
814. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
816. Bundle.entry:hosp-organization.resource.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 Country - a nation as commonly understood or generally accepted. | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 ISO 3166 3 letter codes can be used in place of a human readable country name. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
818. Bundle.entry:hosp-organization.resource.contact | |||||
Definition | 某一用途的機構聯絡方式 Contact for the organization for a certain purpose. | ||||
Short | 某一用途的機構聯絡方式Contact for the organization for a certain purpose | ||||
Comments | 如果為同一個用途提供多個聯絡方式,則可有一個擴充的資料項目用以決定哪一個優先聯絡。 Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Requirements | 需要在更大的機構內追踪用的指定聯絡方式 Need to keep track of assigned contact points within bigger organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
820. Bundle.entry:hosp-organization.resource.contact.modifierExtension | |||||
Definition | 可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和/或對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一組要求 必須(SHALL) 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 修飾用的擴充資料項目 必須沒有(SHALL NOT) 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。 May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。Extensions that cannot be ignored even if unrecognized | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | 修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互操作性。更多訊息,請參見修飾用的資料項目擴充之定義。 Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
822. Bundle.entry:hosp-organization.resource.contact.purpose | |||||
Definition | 表明可聯絡到此聯絡人的聯絡方式之用途 Indicates a purpose for which the contact can be reached. | ||||
Short | 聯絡的型別The type of contact | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ContactEntityTypehttp://hl7.org/fhir/ValueSet/contactentity-type (extensible to http://hl7.org/fhir/ValueSet/contactentity-type )你所聯絡之聯絡人的聯絡方式用途;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 The purpose for which you would contact a contact party. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Requirements | 需要對多個聯絡人進行區分 Need to distinguish between multiple contact persons. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
824. Bundle.entry:hosp-organization.resource.contact.purpose.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
826. Bundle.entry:hosp-organization.resource.contact.purpose.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
828. Bundle.entry:hosp-organization.resource.contact.purpose.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
830. Bundle.entry:hosp-organization.resource.contact.purpose.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
832. Bundle.entry:hosp-organization.resource.contact.purpose.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
834. Bundle.entry:hosp-organization.resource.contact.address | |||||
Definition | 可到訪及郵寄聯絡人的地址 Visiting or postal addresses for the contact. | ||||
Short | 聯絡人的到訪或郵政地址Visiting or postal addresses for the contact | ||||
Comments | 注意:地址的目的是描述用於管理目的之郵政地址,而不是描述絕對的地理座標。郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Is Modifier | false | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 May need to keep track of a contact party's address for contacting, billing or reporting requirements. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
836. Bundle.entry:hosp-organization.resource.contact.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
838. Bundle.entry:hosp-organization.resource.contact.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
840. Bundle.entry:hosp-organization.resource.contact.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
842. Bundle.entry:hosp-organization.resource.contact.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
844. Bundle.entry:hosp-organization.resource.contact.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
846. Bundle.entry:hosp-organization.resource.contact.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
848. Bundle.entry:hosp-organization.resource.contact.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
850. Bundle.entry:hosp-organization.resource.contact.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
852. Bundle.entry:hosp-organization.resource.contact.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
854. Bundle.entry:hosp-organization.resource.contact.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
856. Bundle.entry:hosp-organization.resource.contact.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
858. Bundle.entry:hosp-organization.resource.contact.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
860. Bundle.entry:hosp-organization.resource.contact.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
862. Bundle.entry:hosp-organization.resource.contact.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
864. Bundle.entry:hosp-organization.resource.contact.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
866. Bundle.entry:hosp-organization.resource.contact.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
868. Bundle.entry:hosp-organization.resource.contact.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
870. Bundle.entry:hosp-organization.resource.contact.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
872. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
874. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
876. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
878. Bundle.entry:hosp-organization.resource.contact.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
880. Bundle.entry:hosp-organization.resource.contact.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
882. Bundle.entry:hosp-organization.resource.contact.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
884. Bundle.entry:hosp-organization.resource.contact.address.use | |||||
Definition | 此地址的用途 The purpose of this address. | ||||
Short | home | work | temp | old | billing - 此地址的用途home | work | temp | old | billing - purpose of this address | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUsehttp://hl7.org/fhir/ValueSet/address-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 The use of an address. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 Allows an appropriate address to be chosen from a list of many. | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
886. Bundle.entry:hosp-organization.resource.contact.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. | ||||
Short | postal | physical | bothpostal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressTypehttp://hl7.org/fhir/ValueSet/address-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 The type of an address (physical / postal). | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
888. Bundle.entry:hosp-organization.resource.contact.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||
Short | 路/街Street name, number, direction & P.O. Box etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
890. Bundle.entry:hosp-organization.resource.contact.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 The name of the city, town, suburb, village or other community or delivery center. | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。Name of city, town etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
892. Bundle.entry:hosp-organization.resource.contact.address.district | |||||
Definition | 行政區域(縣)的名稱 The name of the administrative area (county). | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。District name (aka county) | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
894. Bundle.entry:hosp-organization.resource.contact.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 A postal code designating a region defined by the postal service. | ||||
Short | 郵遞區號Postal code for area | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
896. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
898. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
900. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
902. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | 擴充的資料項目的內容值Value of extension | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
904. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
906. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
908. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
910. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
912. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
914. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
916. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
918. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
920. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
922. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
924. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
926. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
928. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
930. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
932. Bundle.entry:hosp-organization.resource.contact.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 Country - a nation as commonly understood or generally accepted. | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 ISO 3166 3 letter codes can be used in place of a human readable country name. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
934. Bundle.entry:gene-organization | |||||
Slice Name | gene-organization | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因檢測機構-Organization Gene TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 10..1* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
936. Bundle.entry:gene-organization.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
938. Bundle.entry:gene-organization.resource | |||||
Definition | 為實現某種形式的集體行動而形成的正式或非正式認可的一群人或機構的團體。包括公司、機構、企業、部門、社群團體、健康照護實務團體、付款人/保險公司等。 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 具有共同目的的一群人或機構A resource in the bundle | ||||
Control | 10..1 | ||||
Type | OrganizationResource(基因檢測機構-Organization Gene TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
940. Bundle.entry:gene-organization.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
Short | 創建此內容所依據的一組規則A set of rules under which this content was created | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
942. Bundle.entry:gene-organization.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
944. Bundle.entry:gene-organization.resource.identifier | |||||
Definition | 用於指明跨多個不同系統的機構識別碼 Identifier for the organization that is used to identify the organization across multiple disparate systems. | ||||
Short | 基因檢測機構,衛福部公告名冊或LDTs核定函上之「案件編號」。Identifies this organization across multiple systems | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 10..1* This element is affected by the following invariants: ele-1, org-1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | Organizations通常有多種識別碼。有些機構保有數個,而大多數機構收集識別碼用於跟其他機構交流有關此機構的資訊。 Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
946. Bundle.entry:gene-organization.resource.identifier.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 The purpose of this identifier. | ||||
Short | usual | official | temp | secondary | old (如果知道)usual | official | temp | secondary | old (If known) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果已知,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
948. Bundle.entry:gene-organization.resource.identifier.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Short | 機構識別碼(identifier)的型別說明Description of identifier | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集http://hl7.org/fhir/ValueSet/identifier-type (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中的其中一個代碼。 A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 Allows users to make use of identifiers when the identifier system is not known. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
950. Bundle.entry:gene-organization.resource.identifier.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
952. Bundle.entry:gene-organization.resource.identifier.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
954. Bundle.entry:gene-organization.resource.identifier.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
956. Bundle.entry:gene-organization.resource.identifier.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
958. Bundle.entry:gene-organization.resource.identifier.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
960. Bundle.entry:gene-organization.resource.identifier.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Short | 機構識別碼(identifier)的命名空間(namespace),可至[twTerminology](https://fhir.mohw.gov.tw/ts/namingsystem.jsp?status=active&type=0)申請或查詢命名系統。The namespace for the identifier value | ||||
Comments | Identifier.system總是區分大小寫 Identifier.system is always case sensitive. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
Pattern Value | https://dep.mohw.gov.tw | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient <br/><b>General</b>:https://dep.mohw.gov.tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
962. Bundle.entry:gene-organization.resource.identifier.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Short | 唯一值The value that is unique | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 <br/><b>General</b>:2023LDTB0002 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
964. Bundle.entry:gene-organization.resource.active | |||||
Definition | 此機構的紀錄是否仍在使用中 Whether the organization's record is still in active use. | ||||
Short | 此機構的紀錄是否仍在使用中Whether the organization's record is still in active use | ||||
Comments | 這個Active標記不是用來標記機構暫時關閉或正在建設中。反而應該是Organization的地點(Location)應該具有暫停狀態。如果需要進一步詳細說明暫停的原因,那麼應該針對這個資料項目的提供一個擴充的資料項目。 這個資料項目被標記為修飾語/修飾用,因為它可用來標記resource是錯誤建立的。 This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used. This element is labeled as a modifier because it may be used to mark that the resource was created in error. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要一個標記表明此記錄不再被使用,一般來說應會在使用者界面中隱藏此資料項目。 Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI. | ||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
966. Bundle.entry:gene-organization.resource.type | |||||
Definition | 機構的型別 The kind(s) of organization that this is. | ||||
Short | 機構的型別Kind of organization | ||||
Comments | 機構可以是公司、病房、科室、臨床團隊、政府部門等。請注意,代碼通常是機構型別的分類;在許多應用程式中,若代碼是用來指明一個特定機構(例如:病房),而不是另一個相同型別的機構,那麼這些算是識別碼代碼,而不是型別代碼。 當考慮多個型別是否合適時,你應該評估子機構是否是一個更合適的概念使用,因為不同的型別可能在不同子區域的機構。這最有可能用於型別值不相關(orthogonal values)的地方,像是一個宗教的、學術的和醫學中心。 我們期望一些行政管轄區設計此資料項目為可選填且基數設定為1。 Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes When considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center. We expect that some jurisdictions will profile this optionality to be a single cardinality. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | For example codes, see OrganizationTypehttp://hl7.org/fhir/ValueSet/organization-type (example to http://hl7.org/fhir/ValueSet/organization-type )用於分類機構;可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。 Used to categorize the organization. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能夠追踪這是哪種機構-不同機構型別有不同的用途。 Need to be able to track the kind of organization that this is - different organization types have different uses. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
968. Bundle.entry:gene-organization.resource.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
970. Bundle.entry:gene-organization.resource.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
972. Bundle.entry:gene-organization.resource.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
974. Bundle.entry:gene-organization.resource.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
976. Bundle.entry:gene-organization.resource.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
978. Bundle.entry:gene-organization.resource.name | |||||
Definition | 與此機構相關名稱 A name associated with the organization. | ||||
Short | 機構的名稱Name used for the organization | ||||
Comments | 如果一個機構改變名稱,可以考慮把舊的名稱放在別名(alias)資料項目中,這樣仍然可以透過查詢找到它。 If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, org-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要使用名稱作為機構的標籤 Need to use the name as the label of the organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
980. Bundle.entry:gene-organization.resource.telecom | |||||
Definition | 此機構的詳細聯絡方式 A contact detail for the organization. | ||||
Short | 此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。A contact detail for the organization | ||||
Comments | 不能使用代碼 「home」。請注意,這些聯絡人不是指受僱於此機構或代表此機構的人的詳細聯絡方式,而是此機構本身的官方聯絡人。 The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-3 | ||||
Type | ContactPoint | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Requirements | 此機構的聯絡人 Human contact for the organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() )org-3: The telecom of an organization can never be of use 'home' ( where(use = 'home').empty() )org-3: The telecom of an organization can never be of use 'home' (where(use = 'home').empty()) | ||||
982. Bundle.entry:gene-organization.resource.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 Telecommunications form for contact point - what communications system is required to make use of the contact. | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 Telecommunications form for contact point. | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
984. Bundle.entry:gene-organization.resource.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址)。 The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address). | ||||
Short | 實際的聯絡方式之細節The actual contact point details | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 Need to support legacy numbers that are not in a tightly controlled format. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
986. Bundle.entry:gene-organization.resource.telecom.use | |||||
Definition | 確定聯絡方式的用途 Identifies the purpose for the contact point. | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途home | work | temp | old | mobile - purpose of this contact point | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that a contact is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUsehttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 Use of contact point. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
988. Bundle.entry:gene-organization.resource.address | |||||
Definition | 此機構的地址 An address for the organization. | ||||
Short | 此機構的地址。 org-2:一個機構的地址永遠不可能是「家用」,意即不可能使用「home」。An address for the organization | ||||
Comments | 機構可能有多個地址,有不同的用途或適用期。不使用代碼「home」。 Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-2 | ||||
Type | Address(TW Core Address) | ||||
Is Modifier | false | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 May need to keep track of the organization's addresses for contacting, billing or reporting requirements. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) org-2: An address of an organization can never be of use 'home' ( where(use = 'home').empty() )org-2: An address of an organization can never be of use 'home' (where(use = 'home').empty()) | ||||
990. Bundle.entry:gene-organization.resource.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
992. Bundle.entry:gene-organization.resource.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
994. Bundle.entry:gene-organization.resource.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
996. Bundle.entry:gene-organization.resource.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
998. Bundle.entry:gene-organization.resource.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1000. Bundle.entry:gene-organization.resource.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
1002. Bundle.entry:gene-organization.resource.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1004. Bundle.entry:gene-organization.resource.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1006. Bundle.entry:gene-organization.resource.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
1008. Bundle.entry:gene-organization.resource.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1010. Bundle.entry:gene-organization.resource.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1012. Bundle.entry:gene-organization.resource.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
1014. Bundle.entry:gene-organization.resource.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1016. Bundle.entry:gene-organization.resource.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1018. Bundle.entry:gene-organization.resource.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
1020. Bundle.entry:gene-organization.resource.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1022. Bundle.entry:gene-organization.resource.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1024. Bundle.entry:gene-organization.resource.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
1026. Bundle.entry:gene-organization.resource.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1028. Bundle.entry:gene-organization.resource.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1030. Bundle.entry:gene-organization.resource.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
1032. Bundle.entry:gene-organization.resource.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1034. Bundle.entry:gene-organization.resource.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1036. Bundle.entry:gene-organization.resource.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
1038. Bundle.entry:gene-organization.resource.address.use | |||||
Definition | 此地址的用途 The purpose of this address. | ||||
Short | home | work | temp | old | billing - 此地址的用途home | work | temp | old | billing - purpose of this address | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUsehttp://hl7.org/fhir/ValueSet/address-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 The use of an address. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 Allows an appropriate address to be chosen from a list of many. | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1040. Bundle.entry:gene-organization.resource.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. | ||||
Short | postal | physical | bothpostal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressTypehttp://hl7.org/fhir/ValueSet/address-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 The type of an address (physical / postal). | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1042. Bundle.entry:gene-organization.resource.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||
Short | 路/街Street name, number, direction & P.O. Box etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1044. Bundle.entry:gene-organization.resource.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 The name of the city, town, suburb, village or other community or delivery center. | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。Name of city, town etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1046. Bundle.entry:gene-organization.resource.address.district | |||||
Definition | 行政區域(縣)的名稱 The name of the administrative area (county). | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。District name (aka county) | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1048. Bundle.entry:gene-organization.resource.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 A postal code designating a region defined by the postal service. | ||||
Short | 郵遞區號Postal code for area | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1050. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1052. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1054. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
1056. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | 擴充的資料項目的內容值Value of extension | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1058. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1060. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1062. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1064. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1066. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1068. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1070. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1072. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1074. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1076. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1078. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1080. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1082. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1084. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1086. Bundle.entry:gene-organization.resource.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 Country - a nation as commonly understood or generally accepted. | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 ISO 3166 3 letter codes can be used in place of a human readable country name. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1088. Bundle.entry:gene-organization.resource.contact | |||||
Definition | 某一用途的機構聯絡方式 Contact for the organization for a certain purpose. | ||||
Short | 某一用途的機構聯絡方式Contact for the organization for a certain purpose | ||||
Comments | 如果為同一個用途提供多個聯絡方式,則可有一個擴充的資料項目用以決定哪一個優先聯絡。 Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Requirements | 需要在更大的機構內追踪用的指定聯絡方式 Need to keep track of assigned contact points within bigger organization. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1090. Bundle.entry:gene-organization.resource.contact.modifierExtension | |||||
Definition | 可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和/或對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一組要求 必須(SHALL) 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 修飾用的擴充資料項目 必須沒有(SHALL NOT) 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。 May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。Extensions that cannot be ignored even if unrecognized | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | 修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互操作性。更多訊息,請參見修飾用的資料項目擴充之定義。 Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1092. Bundle.entry:gene-organization.resource.contact.purpose | |||||
Definition | 表明可聯絡到此聯絡人的聯絡方式之用途 Indicates a purpose for which the contact can be reached. | ||||
Short | 聯絡的型別The type of contact | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ContactEntityTypehttp://hl7.org/fhir/ValueSet/contactentity-type (extensible to http://hl7.org/fhir/ValueSet/contactentity-type )你所聯絡之聯絡人的聯絡方式用途;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 The purpose for which you would contact a contact party. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | false | ||||
Requirements | 需要對多個聯絡人進行區分 Need to distinguish between multiple contact persons. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1094. Bundle.entry:gene-organization.resource.contact.purpose.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1096. Bundle.entry:gene-organization.resource.contact.purpose.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1098. Bundle.entry:gene-organization.resource.contact.purpose.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1100. Bundle.entry:gene-organization.resource.contact.purpose.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1102. Bundle.entry:gene-organization.resource.contact.purpose.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1104. Bundle.entry:gene-organization.resource.contact.address | |||||
Definition | 可到訪及郵寄聯絡人的地址 Visiting or postal addresses for the contact. | ||||
Short | 聯絡人的到訪或郵政地址Visiting or postal addresses for the contact | ||||
Comments | 注意:地址的目的是描述用於管理目的之郵政地址,而不是描述絕對的地理座標。郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Is Modifier | false | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 May need to keep track of a contact party's address for contacting, billing or reporting requirements. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1106. Bundle.entry:gene-organization.resource.contact.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1108. Bundle.entry:gene-organization.resource.contact.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1110. Bundle.entry:gene-organization.resource.contact.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
1112. Bundle.entry:gene-organization.resource.contact.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1114. Bundle.entry:gene-organization.resource.contact.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1116. Bundle.entry:gene-organization.resource.contact.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
1118. Bundle.entry:gene-organization.resource.contact.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1120. Bundle.entry:gene-organization.resource.contact.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1122. Bundle.entry:gene-organization.resource.contact.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
1124. Bundle.entry:gene-organization.resource.contact.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1126. Bundle.entry:gene-organization.resource.contact.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1128. Bundle.entry:gene-organization.resource.contact.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
1130. Bundle.entry:gene-organization.resource.contact.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1132. Bundle.entry:gene-organization.resource.contact.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1134. Bundle.entry:gene-organization.resource.contact.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
1136. Bundle.entry:gene-organization.resource.contact.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1138. Bundle.entry:gene-organization.resource.contact.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1140. Bundle.entry:gene-organization.resource.contact.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
1142. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1144. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1146. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
1148. Bundle.entry:gene-organization.resource.contact.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1150. Bundle.entry:gene-organization.resource.contact.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1152. Bundle.entry:gene-organization.resource.contact.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
1154. Bundle.entry:gene-organization.resource.contact.address.use | |||||
Definition | 此地址的用途 The purpose of this address. | ||||
Short | home | work | temp | old | billing - 此地址的用途home | work | temp | old | billing - purpose of this address | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUsehttp://hl7.org/fhir/ValueSet/address-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 The use of an address. | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 Allows an appropriate address to be chosen from a list of many. | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1156. Bundle.entry:gene-organization.resource.contact.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. | ||||
Short | postal | physical | bothpostal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressTypehttp://hl7.org/fhir/ValueSet/address-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 The type of an address (physical / postal). | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1158. Bundle.entry:gene-organization.resource.contact.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||
Short | 路/街Street name, number, direction & P.O. Box etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1160. Bundle.entry:gene-organization.resource.contact.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 The name of the city, town, suburb, village or other community or delivery center. | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。Name of city, town etc. | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1162. Bundle.entry:gene-organization.resource.contact.address.district | |||||
Definition | 行政區域(縣)的名稱 The name of the administrative area (county). | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。District name (aka county) | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1164. Bundle.entry:gene-organization.resource.contact.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 A postal code designating a region defined by the postal service. | ||||
Short | 郵遞區號Postal code for area | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1166. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1168. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1170. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL Source of the definition for the extension code - a logical name or a URL. | ||||
Short | 擴充的資料項目名稱identifies the meaning of the extension | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
1172. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | 擴充的資料項目的內容值Value of extension | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1174. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1176. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1178. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1180. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1182. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1184. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1186. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1188. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1190. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1192. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 A reference to a code defined by a terminology system. | ||||
Short | 由專門術語系統(terminology system)定義的代碼Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
Control | 0..1* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from For codes, see 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1194. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | 專門術語系統(terminology system)的識別Identity of the terminology system | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1196. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | 系統定義的語法之符號Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 10..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 Need to refer to a particular code in the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1198. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | 由系統定義的表示法Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1200. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | 概念的文字表示法Plain text representation of the concept | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1202. Bundle.entry:gene-organization.resource.contact.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 Country - a nation as commonly understood or generally accepted. | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 ISO 3166 3 letter codes can be used in place of a human readable country name. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
1204. Bundle.entry:specimen | |||||
Slice Name | specimen | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因檢測檢體-Specimen TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
1206. Bundle.entry:specimen.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1208. Bundle.entry:specimen.resource | |||||
Definition | 用於分析的檢體 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 用於分析的檢體A resource in the bundle | ||||
Control | 10..1 | ||||
Type | SpecimenResource(基因檢測檢體-Specimen TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
1210. Bundle.entry:device | |||||
Slice Name | device | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因定序檢測裝置-Device TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
1212. Bundle.entry:device.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1214. Bundle.entry:device.resource | |||||
Definition | A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | Item used in healthcareA resource in the bundle | ||||
Control | 10..1 | ||||
Type | DeviceResource(基因定序檢測裝置-Device TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
1216. Bundle.entry:documentReference | |||||
Slice Name | documentReference | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因報告-DocumentReference TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
1218. Bundle.entry:documentReference.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1220. Bundle.entry:documentReference.resource | |||||
Definition | 這是對任何目的文件的參照。它提供了有關文件的metadata,以便能夠找到並管理此文件。文件的範圍包括任何具有MIME類型的序列物件(seralized object),例如:以病人為中心的文件(CDA)、臨床註釋、掃描的紙張,以及非與病人有關的文件,像是政策文字表述。 The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | 文件的參照A resource in the bundle | ||||
Comments | 通常,這用於除了由FHIR定義之外的文件。 | ||||
Control | 10..1 | ||||
Type | DocumentReferenceResource(基因報告-DocumentReference TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
1222. Bundle.entry:observation | |||||
Slice Name | observation | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因資訊-Observation TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
1224. Bundle.entry:observation.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1226. Bundle.entry:observation.resource | |||||
Definition | Measurements and simple assertions made about a patient, device or other subject. The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | Measurements and simple assertionsA resource in the bundle | ||||
Comments | Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc. | ||||
Control | 10..1 | ||||
Type | ObservationResource(基因資訊-Observation TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Alternate Names | Vital Signs, Measurement, Results, Tests | ||||
1228. Bundle.entry:serviceRequest | |||||
Slice Name | serviceRequest | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). | ||||
Short | 基因定序檢測申請項目-ServiceRequest TWNGSEntry in the bundle - will have a resource or information | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists()) bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not()) | ||||
1230. Bundle.entry:serviceRequest.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) | ||||
1232. Bundle.entry:serviceRequest.resource | |||||
Definition | A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. | ||||
Short | A request for a service to be performedA resource in the bundle | ||||
Control | 10..1 | ||||
Type | ServiceRequestResource(基因定序檢測申請項目-ServiceRequest TWNGS) | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Alternate Names | diagnostic request, referral, referral request, transfer of care request |
Guidance on how to interpret the contents of this table can be found here
0. Bundle | |
2. Bundle.identifier | |
Short | 流水號 |
Note | This is a business identifier, not a resource identifier (see discussion) |
4. Bundle.type | |
Pattern Value | document |
6. Bundle.entry | |
Control | 6..? |
Must Support | true |
Slicing | This element introduces a set of slices on Bundle.entry . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
8. Bundle.entry:composition | |
Slice Name | composition |
Short | 基因定序檢測證明文件-Composition TWNGS |
Control | 1..1 |
Must Support | true |
10. Bundle.entry:composition.resource | |
Control | 1..? |
Type | Composition(基因定序檢測證明文件-Composition TWNGS) |
Must Support | true |
12. Bundle.entry:diagnosticReport | |
Slice Name | diagnosticReport |
Short | 基因定序檢測報告-DiagnosticReport TWNGS |
Control | 1..1 |
Must Support | true |
14. Bundle.entry:diagnosticReport.resource | |
Control | 1..? |
Type | DiagnosticReport(基因定序檢測報告-DiagnosticReport TWNGS) |
Must Support | true |
16. Bundle.entry:condition | |
Slice Name | condition |
Short | 基因定序檢測報告之疾病資訊-Condition TWNGS |
Control | 1..1 |
Must Support | true |
18. Bundle.entry:condition.resource | |
Control | 1..? |
Type | Condition(基因定序檢測報告之疾病資訊-Condition TWNGS) |
Must Support | true |
20. Bundle.entry:condition.resource.code | |
22. Bundle.entry:condition.resource.code.coding | |
Control | 1..? |
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
24. Bundle.entry:patient | |
Slice Name | patient |
Short | 病人資訊-Patient TWNGS |
Control | 1..1 |
Must Support | true |
26. Bundle.entry:patient.resource | |
Control | 1..? |
Type | Patient(病人資訊-Patient TWNGS) |
Must Support | true |
28. Bundle.entry:patient.resource.name | |
Control | 1..? |
Slicing | This element introduces a set of slices on Bundle.entry.resource.name . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
30. Bundle.entry:patient.resource.address | |
32. Bundle.entry:patient.resource.address.postalCode | |
34. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode | |
Slice Name | PostalCode |
36. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
38. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding | |
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
40. Bundle.entry:patient.resource.contact | |
42. Bundle.entry:patient.resource.contact.address | |
44. Bundle.entry:patient.resource.contact.address.postalCode | |
46. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode | |
Slice Name | PostalCode |
48. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
50. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
52. Bundle.entry:hosp-organization | |
Slice Name | hosp-organization |
Short | 醫事機構-Organization TWNGS |
Control | 1..1 |
Must Support | true |
54. Bundle.entry:hosp-organization.resource | |
Control | 1..? |
Type | Organization(醫事機構-Organization TWNGS) |
Must Support | true |
56. Bundle.entry:hosp-organization.resource.address | |
58. Bundle.entry:hosp-organization.resource.address.postalCode | |
60. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode | |
Slice Name | PostalCode |
62. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
64. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding | |
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
66. Bundle.entry:hosp-organization.resource.contact | |
68. Bundle.entry:hosp-organization.resource.contact.address | |
70. Bundle.entry:hosp-organization.resource.contact.address.postalCode | |
72. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode | |
Slice Name | PostalCode |
74. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
76. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
78. Bundle.entry:gene-organization | |
Slice Name | gene-organization |
Short | 基因檢測機構-Organization Gene TWNGS |
Control | 1..1 |
Must Support | true |
80. Bundle.entry:gene-organization.resource | |
Control | 1..? |
Type | Organization(基因檢測機構-Organization Gene TWNGS) |
Must Support | true |
82. Bundle.entry:gene-organization.resource.address | |
84. Bundle.entry:gene-organization.resource.address.postalCode | |
86. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode | |
Slice Name | PostalCode |
88. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
90. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding | |
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
92. Bundle.entry:gene-organization.resource.contact | |
94. Bundle.entry:gene-organization.resource.contact.address | |
96. Bundle.entry:gene-organization.resource.contact.address.postalCode | |
98. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode | |
Slice Name | PostalCode |
100. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
102. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
104. Bundle.entry:specimen | |
Slice Name | specimen |
Short | 基因檢測檢體-Specimen TWNGS |
Must Support | true |
106. Bundle.entry:specimen.resource | |
Control | 1..? |
Type | Specimen(基因檢測檢體-Specimen TWNGS) |
Must Support | true |
108. Bundle.entry:device | |
Slice Name | device |
Short | 基因定序檢測裝置-Device TWNGS |
Must Support | true |
110. Bundle.entry:device.resource | |
Control | 1..? |
Type | Device(基因定序檢測裝置-Device TWNGS) |
Must Support | true |
112. Bundle.entry:documentReference | |
Slice Name | documentReference |
Short | 基因報告-DocumentReference TWNGS |
Must Support | true |
114. Bundle.entry:documentReference.resource | |
Control | 1..? |
Type | DocumentReference(基因報告-DocumentReference TWNGS) |
Must Support | true |
116. Bundle.entry:observation | |
Slice Name | observation |
Short | 基因資訊-Observation TWNGS |
Must Support | true |
118. Bundle.entry:observation.resource | |
Control | 1..? |
Type | Observation(基因資訊-Observation TWNGS) |
Must Support | true |
120. Bundle.entry:serviceRequest | |
Slice Name | serviceRequest |
Short | 基因定序檢測申請項目-ServiceRequest TWNGS |
Must Support | true |
122. Bundle.entry:serviceRequest.resource | |
Control | 1..? |
Type | ServiceRequest(基因定序檢測申請項目-ServiceRequest TWNGS) |
Must Support | true |
Guidance on how to interpret the contents of this table can be found here
0. Bundle | |||||
Definition | 用於存於一組Resources的結構或物件 | ||||
Short | 包含resourceBundle | ||||
Control | 0..* | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | bdl-1: total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history') )bdl-2: entry.search only when a search ( entry.search.empty() or (type = 'searchset') )bdl-3: entry.request mandatory for batch/transaction/history, otherwise prohibited ( entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')) )bdl-4: entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited ( entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')) )bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ( (type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct() )bdl-9: A document must have an identifier with a system and a value ( type = 'document' implies (identifier.system.exists() and identifier.value.exists()) )bdl-10: A document must have a date ( type = 'document' implies (timestamp.hasValue()) )bdl-11: A document must have a Composition as the first resource ( type = 'document' implies entry.first().resource.is(Composition) )bdl-12: A message must have a MessageHeader as the first resource ( type = 'message' implies entry.first().resource.is(MessageHeader) ) | ||||
2. Bundle.id | |||||
Definition | resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。 | ||||
Short | 不重複的ID用以識別儲存在特定FHIR Server中的Bundle紀錄,通常又稱為邏輯性ID。 | ||||
Comments | 一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。 | ||||
Control | 0..1 | ||||
Type | id | ||||
Is Modifier | false | ||||
Summary | true | ||||
4. Bundle.meta | |||||
Definition | 關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。 | ||||
Short | 此Bundle Resource的metadata | ||||
Control | 0..1 | ||||
Type | Meta | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
6. Bundle.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 | ||||
Short | 創建此內容所依據的一組規則 | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
8. Bundle.language | |||||
Definition | 編寫此resource的語言 | ||||
Short | 用以表述Bundle Resource內容的語言。 | ||||
Comments | 提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。 | ||||
Control | 0..1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。
| ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Example | <br/><b>Value</b>:zh-TW | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
10. Bundle.identifier | |||||
Definition | Bundle的永久識別碼,識別碼不會因為Bundle從一個伺服器複製到另一個伺服器而改變。。 | ||||
Short | 流水號 | ||||
Comments | 永久的識別通常只對Document、Message和Collection的批次處理是重要。它通常不會被填入到searh和history的結果中,伺服器在處理batches和transactions時會忽略Bundle.identifier。但對於Documents的identifier 必須(SHALL) 被填入,其為全球唯一的識別碼。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
12. Bundle.type | |||||
Definition | 表明這個Bundle的目的-期望如何使用。 | ||||
Short | document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | ||||
Comments | Bundle也可以用於其他目的(例如,document可以作為transaction被接受)。這主要是為了給某些Bundle類型制定特定的規則。 | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from BundleType (required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1 )Bundle類型;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Pattern Value | document | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
14. Bundle.timestamp | |||||
Definition | Bundle組裝的日期/時間 - 也就是resources被放入Bundle的時間。 | ||||
Short | 組成Bundle的時間。 | ||||
Comments | 對很多Bundle而言,時間戳記同等於.meta.lastUpdated,因為它們不會被儲存(例如:查詢結果)。當一個Bundl被放置在一個持久化存儲中(a persistent store)時,.meta.lastUpdated通常會被伺服器改變。當Bundle是一個Message時,中介軟體(即使沒有存儲)**建議應該(SHOULD)更新.meta.lastUpdated。.timestamp用於追踪Bundle的原始時間,並且建議應該(SHOULD)**被填入。 使用方法:
transaction | transaction-response | batch | batch-response | collection : 沒有特別指定的含義。 時間戳記的值應該比Bundle中的resources的 lastUpdated 和其他時間戳記還要新,而且應該等於或早於Bundle本身的 .meta.lastUpdated 相同或更早。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
16. Bundle.total | |||||
Definition | 如果有一組查詢結果相符,這個數字代表所有頁面中 type「match」條目的總數。這個總數不包括search.mode=「include」 或 「outcome」的查詢結果,也不表示Bundle內全部條目的數量。 | ||||
Short | 查詢時符合條件的總筆數 | ||||
Comments | 只在Bundle是查詢結果集時使用。這個總數不包括像是OperationOutcome和Bundle中包含的resources等,只計算匹配的resources的總數。 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-1 | ||||
Type | unsignedInt | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
18. Bundle.link | |||||
Definition | 一系列連結,為這個Bundle提供上下文。 | ||||
Short | 與此Bundle相關的連結 | ||||
Comments | Bundle.link和Bundle.entry.link的設計是為了在使用Bundle時(例如實現HATEOAS時)提供更多的上下文資訊。 如果entry中的resource是直接被讀取的,那麼Bundle.entry.link就對應於HTTP header中的連結。 雖然這個規範對於查詢和分頁有一些Bundle.link的特定使用方式,但對於Bundle.entry.link沒有特定的使用方式,也沒有在transaction過程中定義其功能 - 它的具體意義取決於實際的應用方式。 | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
20. Bundle.link.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
22. Bundle.link.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
24. Bundle.link.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
26. Bundle.link.relation | |||||
Definition | 詳細說明該連結功能用途的名稱 - 參見http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1 | ||||
Short | 參見 [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
28. Bundle.link.url | |||||
Definition | 連結的參照細節 | ||||
Short | 連結的參照細節 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
30. Bundle.entry | |||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 在bundle中的條目 - 將會有一個resource或資訊,這個重複的資料項目順序:對於type為「document」和「message」的bundles,第一個resource是特殊的(必須分別是Composition或MessageHeader)。對於所有bundles,條目順序的意義取決於bundle的type。 | ||||
Control | 6..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
32. Bundle.entry.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
34. Bundle.entry.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
36. Bundle.entry.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
38. Bundle.entry.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
40. Bundle.entry.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
42. Bundle.entry.resource | |||||
Definition | Bundle中的resource。resource的目的/含義由 Bundle.type 決定。 | ||||
Short | Bundle中的resource | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
44. Bundle.entry.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
46. Bundle.entry.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
48. Bundle.entry.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
50. Bundle.entry.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
52. Bundle.entry.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
54. Bundle.entry.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
56. Bundle.entry.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
58. Bundle.entry.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
60. Bundle.entry.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
62. Bundle.entry.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
64. Bundle.entry.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
66. Bundle.entry.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
68. Bundle.entry.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
70. Bundle.entry.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
72. Bundle.entry.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
74. Bundle.entry.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
76. Bundle.entry.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
78. Bundle.entry.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
80. Bundle.entry.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
82. Bundle.entry.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
84. Bundle.entry.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
86. Bundle.entry.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
88. Bundle.entry.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
90. Bundle.entry.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
92. Bundle.entry.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
94. Bundle.entry:composition | |||||
Slice Name | composition | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因定序檢測證明文件-Composition TWNGS | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
96. Bundle.entry:composition.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
98. Bundle.entry:composition.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
100. Bundle.entry:composition.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
102. Bundle.entry:composition.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
104. Bundle.entry:composition.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
106. Bundle.entry:composition.resource | |||||
Definition | 一組與健康照護相關的資訊,這些訊息被組合成一個單一的邏輯套件,提供一個單一的連貫的意義陳述,建立自己的上下文,並且提供有關於是誰做出陳述的臨床認證。 | ||||
Short | 將一組resources組成一份連貫的臨床聲明,並附有臨床證明。 | ||||
Comments | 雖然此規範的重點在於特定於病人的臨床聲明,但此resource也可適用於其他與健康照護相關的聲明,如研究方案設計、醫療發票和其他不必然與特定於病人或臨床相關的活動。 | ||||
Control | 1..1 | ||||
Type | Composition(基因定序檢測證明文件-Composition TWNGS) | ||||
Must Support | true | ||||
108. Bundle.entry:composition.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
110. Bundle.entry:composition.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
112. Bundle.entry:composition.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
114. Bundle.entry:composition.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
116. Bundle.entry:composition.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
118. Bundle.entry:composition.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
120. Bundle.entry:composition.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
122. Bundle.entry:composition.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
124. Bundle.entry:composition.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
126. Bundle.entry:composition.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
128. Bundle.entry:composition.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
130. Bundle.entry:composition.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
132. Bundle.entry:composition.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
134. Bundle.entry:composition.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
136. Bundle.entry:composition.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
138. Bundle.entry:composition.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
140. Bundle.entry:composition.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
142. Bundle.entry:composition.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
144. Bundle.entry:composition.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
146. Bundle.entry:composition.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
148. Bundle.entry:composition.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
150. Bundle.entry:composition.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
152. Bundle.entry:composition.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
154. Bundle.entry:composition.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
156. Bundle.entry:composition.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
158. Bundle.entry:diagnosticReport | |||||
Slice Name | diagnosticReport | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因定序檢測報告-DiagnosticReport TWNGS | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
160. Bundle.entry:diagnosticReport.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
162. Bundle.entry:diagnosticReport.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
164. Bundle.entry:diagnosticReport.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
166. Bundle.entry:diagnosticReport.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
168. Bundle.entry:diagnosticReport.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
170. Bundle.entry:diagnosticReport.resource | |||||
Definition | The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. | ||||
Short | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports | ||||
Comments | This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing. | ||||
Control | 1..1 | ||||
Type | DiagnosticReport(基因定序檢測報告-DiagnosticReport TWNGS) | ||||
Must Support | true | ||||
Alternate Names | Report, Test, Result, Results, Labs, Laboratory | ||||
172. Bundle.entry:diagnosticReport.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
174. Bundle.entry:diagnosticReport.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
176. Bundle.entry:diagnosticReport.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
178. Bundle.entry:diagnosticReport.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
180. Bundle.entry:diagnosticReport.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
182. Bundle.entry:diagnosticReport.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
184. Bundle.entry:diagnosticReport.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
186. Bundle.entry:diagnosticReport.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
188. Bundle.entry:diagnosticReport.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
190. Bundle.entry:diagnosticReport.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
192. Bundle.entry:diagnosticReport.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
194. Bundle.entry:diagnosticReport.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
196. Bundle.entry:diagnosticReport.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
198. Bundle.entry:diagnosticReport.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
200. Bundle.entry:diagnosticReport.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
202. Bundle.entry:diagnosticReport.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
204. Bundle.entry:diagnosticReport.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
206. Bundle.entry:diagnosticReport.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
208. Bundle.entry:diagnosticReport.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
210. Bundle.entry:diagnosticReport.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
212. Bundle.entry:diagnosticReport.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
214. Bundle.entry:diagnosticReport.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
216. Bundle.entry:diagnosticReport.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
218. Bundle.entry:diagnosticReport.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
220. Bundle.entry:diagnosticReport.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
222. Bundle.entry:condition | |||||
Slice Name | condition | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因定序檢測報告之疾病資訊-Condition TWNGS | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
224. Bundle.entry:condition.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
226. Bundle.entry:condition.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
228. Bundle.entry:condition.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
230. Bundle.entry:condition.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
232. Bundle.entry:condition.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
234. Bundle.entry:condition.resource | |||||
Definition | 一個臨床病情、問題、診斷或其他事件、情況、或臨床概念,已上升到需要關注的程度。 | ||||
Short | 有關病情、問題或診斷的詳細資訊 | ||||
Control | 1..1 | ||||
Type | Condition(基因定序檢測報告之疾病資訊-Condition TWNGS) | ||||
Must Support | true | ||||
236. Bundle.entry:condition.resource.id | |||||
Definition | resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。 | ||||
Short | 不重複的ID用以識別儲存在特定FHIR Server中的Condition紀錄,通常又稱為邏輯性ID。 | ||||
Comments | 一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Summary | true | ||||
238. Bundle.entry:condition.resource.meta | |||||
Definition | 關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。 | ||||
Short | 此Condition Resource的metadata | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Meta | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
240. Bundle.entry:condition.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 | ||||
Short | 創建此內容所依據的一組規則 | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
242. Bundle.entry:condition.resource.language | |||||
Definition | 編寫此resource的語言 | ||||
Short | 用以表述Condition Resource內容的語言。 | ||||
Comments | 提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。
| ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Example | <br/><b>Value</b>:zh-TW | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
244. Bundle.entry:condition.resource.text | |||||
Definition | 人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。 | ||||
Short | Condition Resource之內容摘要以供人閱讀 | ||||
Comments | 內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 建議應該(SHOULD) 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Narrative | ||||
Alternate Names | narrative, html, xhtml, display | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
246. Bundle.entry:condition.resource.contained | |||||
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
Short | Contained, inline Resources | ||||
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
Control | 0..* | ||||
Type | Resource | ||||
Alternate Names | inline resources, anonymous resources, contained resources | ||||
248. Bundle.entry:condition.resource.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
250. Bundle.entry:condition.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
252. Bundle.entry:condition.resource.identifier | |||||
Definition | 由執行者或其他系統指定給此病情、問題或診斷的業務用識別碼,即使此resource作更新及在伺服器之間的傳遞,此識別碼仍保持不變。 | ||||
Short | 此病情、問題或診斷的外部識別碼 | ||||
Comments | 這是一個業務識別碼,不是一個resource識別碼(詳見討論)。最好的做法是該識別碼只出現在單個resource實例上,但是業務實務有可能會規定可以在多個resource實例中具有相同識別碼—甚至可能具有不同的resource型例。例如:多個 「Patient(病人)」和 「Person(個人)」resource實例可能共用同一個社會保險號碼。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Summary | true | ||||
Requirements | 允許識別各參與系統所知的此病情、問題或診斷資訊,並在各伺服器之間保持一致的方式。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
254. Bundle.entry:condition.resource.clinicalStatus | |||||
Definition | 此病情、問題或診斷的臨床狀態 | ||||
Short | active | recurrence | relapse | inactive | remission | resolved ,病情、問題或診斷的臨床狀態。 | ||||
Comments | data type是CodeableConcept,因為clinicalStatus涉及到一些臨床判斷,例如:可能需要比所需的FHIR值集更多的特殊性。例如:SNOMED編碼可能允許更多的特殊性。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1, con-3, con-4, con-5 | ||||
Binding | The codes SHALL be taken from ConditionClinicalStatusCodes (required to http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | true because This element is labeled as a modifier because the status contains codes that mark the condition as no longer active. | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
256. Bundle.entry:condition.resource.clinicalStatus.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
258. Bundle.entry:condition.resource.clinicalStatus.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.clinicalStatus.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
260. Bundle.entry:condition.resource.clinicalStatus.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
262. Bundle.entry:condition.resource.clinicalStatus.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
264. Bundle.entry:condition.resource.clinicalStatus.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.clinicalStatus.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
266. Bundle.entry:condition.resource.clinicalStatus.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
268. Bundle.entry:condition.resource.clinicalStatus.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
270. Bundle.entry:condition.resource.clinicalStatus.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
272. Bundle.entry:condition.resource.clinicalStatus.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
274. Bundle.entry:condition.resource.clinicalStatus.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
276. Bundle.entry:condition.resource.clinicalStatus.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
278. Bundle.entry:condition.resource.verificationStatus | |||||
Definition | 支持此病情、問題或診斷的臨床狀態之驗證狀態 | ||||
Short | unconfirmed | provisional | differential | confirmed | refuted | entered-in-error ,支持或拒絕病情、問題或診斷的臨床狀態的驗證狀態。 | ||||
Comments | verificationStatus不是必須的。例如:當病人在急診室出現腹痛時,不可能出現驗證狀態。資料類型是CodeableConcept,因為verificationStatus涉及到一些臨床判斷,因此可能需要比所需的FHIR值集更多的特殊性。例如:SNOMED編碼可能允許更多的特殊性。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, con-3, con-5 | ||||
Binding | The codes SHALL be taken from ConditionVerificationStatus (required to http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Is Modifier | true because This element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid. | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
280. Bundle.entry:condition.resource.verificationStatus.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
282. Bundle.entry:condition.resource.verificationStatus.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.verificationStatus.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
284. Bundle.entry:condition.resource.verificationStatus.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
286. Bundle.entry:condition.resource.verificationStatus.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
288. Bundle.entry:condition.resource.verificationStatus.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.verificationStatus.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
290. Bundle.entry:condition.resource.verificationStatus.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
292. Bundle.entry:condition.resource.verificationStatus.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
294. Bundle.entry:condition.resource.verificationStatus.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
296. Bundle.entry:condition.resource.verificationStatus.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
298. Bundle.entry:condition.resource.verificationStatus.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
300. Bundle.entry:condition.resource.verificationStatus.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
302. Bundle.entry:condition.resource.category | |||||
Definition | 指定此病情、問題或診斷的類別 | ||||
Short | problem-list-item | encounter-diagnosis ,指定病情、問題或診斷的類別。 | ||||
Comments | 這種分類往往具有很強的情境性,在其他情境下可能顯得區分度不高,或沒有什麼用處。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ConditionCategoryCodes (extensible to http://hl7.org/fhir/ValueSet/condition-category )應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
304. Bundle.entry:condition.resource.category.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
306. Bundle.entry:condition.resource.category.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.category.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
308. Bundle.entry:condition.resource.category.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
310. Bundle.entry:condition.resource.category.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
312. Bundle.entry:condition.resource.category.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.category.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
314. Bundle.entry:condition.resource.category.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
316. Bundle.entry:condition.resource.category.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
318. Bundle.entry:condition.resource.category.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
320. Bundle.entry:condition.resource.category.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
322. Bundle.entry:condition.resource.category.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
324. Bundle.entry:condition.resource.category.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
326. Bundle.entry:condition.resource.severity | |||||
Definition | 臨床醫生對病情、問題或診斷嚴重程度的主觀評估 | ||||
Short | 病情、問題或診斷的主觀嚴重程度 | ||||
Comments | 如有可能,最好用專門術語對嚴重程度進行編碼。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from Condition/DiagnosisSeverity (extensible to http://hl7.org/fhir/ValueSet/condition-severity )臨床醫生對病情、問題或診斷嚴重程度的主觀評價;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
328. Bundle.entry:condition.resource.severity.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
330. Bundle.entry:condition.resource.severity.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.severity.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
332. Bundle.entry:condition.resource.severity.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
334. Bundle.entry:condition.resource.severity.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
336. Bundle.entry:condition.resource.severity.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.severity.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
338. Bundle.entry:condition.resource.severity.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
340. Bundle.entry:condition.resource.severity.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
342. Bundle.entry:condition.resource.severity.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
344. Bundle.entry:condition.resource.severity.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
346. Bundle.entry:condition.resource.severity.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
348. Bundle.entry:condition.resource.severity.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
350. Bundle.entry:condition.resource.code | |||||
Definition | 病情、問題或診斷的識別 | ||||
Short | 國際疾病分類代碼。指當前疾病狀態 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | For example codes, see Condition/Problem/DiagnosisCodes (example to http://hl7.org/fhir/ValueSet/condition-code )此資料項目為可擴充綁定預設國際標準值集,但實作者可視實務專案需求只綁定以下slices中的任一值集。目前未只限定綁定預設值集是因為尚無slice值集與預設國際標準值集的代碼對應表,待後續有相對的代碼對應表後將建議採用國際標準值集作為唯一綁定值集並針對該值集進行擴充與管理,以利進行跨國與跨系統之資料交換。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 0..1,主要用於說明敘述性resource。 | ||||
Alternate Names | type | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
352. Bundle.entry:condition.resource.code.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
354. Bundle.entry:condition.resource.code.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
356. Bundle.entry:condition.resource.code.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 | ||||
Short | 由專門術語系統(terminology system)定義的代碼。此資料項目為可擴充綁定預設國際標準值集,但實作者可視實務專案需求只綁定以下slices中的任一值集。目前未只限定綁定預設值集是因為尚無slice值集與預設國際標準值集的代碼對應表,待後續有相對的代碼對應表後將建議採用國際標準值集作為唯一綁定值集並針對該值集進行擴充與管理,以利進行跨國與跨系統之資料交換。 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
358. Bundle.entry:condition.resource.code.coding:icd10-cm-2023 | |||||
Slice Name | icd10-cm-2023 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣健保署2023年中文版ICD-10-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2023-tw ) | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
360. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
362. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
364. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
366. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
368. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
370. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
372. Bundle.entry:condition.resource.code.coding:icd10-cm-2023.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
374. Bundle.entry:condition.resource.code.coding:icd10-cm-2021 | |||||
Slice Name | icd10-cm-2021 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 | ||||
Short | 此為臺灣衛生福利部中央健康保險署維護之2021年中文版ICD-10-CM代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣健保署2021年中文版ICD-10-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2021-tw )病情、問題或診斷的識別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
376. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
378. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
380. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
382. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
384. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
386. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
388. Bundle.entry:condition.resource.code.coding:icd10-cm-2021.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
390. Bundle.entry:condition.resource.code.coding:icd10-cm-2014 | |||||
Slice Name | icd10-cm-2014 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 | ||||
Short | 此為臺灣衛生福利部中央健康保險署維護之2014年中文版ICD-10-CM代碼,涵蓋範圍相對完整,可免費使用,可優先選用此代碼。 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣健保署2014年中文版ICD-10-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2014-tw )病情、問題或診斷的識別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
392. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
394. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
396. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
398. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
400. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
402. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
404. Bundle.entry:condition.resource.code.coding:icd10-cm-2014.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
406. Bundle.entry:condition.resource.code.coding:icd9-cm-2001 | |||||
Slice Name | icd9-cm-2001 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣健保署2001年中文版ICD-9-CM值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-9-cm-2001-tw ) | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
408. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
410. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.code.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
412. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
414. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
416. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
418. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
420. Bundle.entry:condition.resource.code.coding:icd9-cm-2001.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
422. Bundle.entry:condition.resource.code.coding:absentOrUnknownProblem | |||||
Slice Name | absentOrUnknownProblem | ||||
Definition | 表示「absent problem」或「problems unknown」的代碼 | ||||
Short | 不存在的問題或未知問題的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from Absent or Unknown Problems - IPS (required to http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips )應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
431. Bundle.entry:condition.resource.code.coding:sct | |||||
Slice Name | sct | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照。 | ||||
Short | 此為SNOMED CT診斷代碼,若機構已有購買相關授權,亦可使用。 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,如SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from SNOMED CT診斷代碼值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/condition-code-sct-tw )應填入所綁定值集中的其中一個代碼。 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
440. Bundle.entry:condition.resource.code.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
442. Bundle.entry:condition.resource.bodySite | |||||
Definition | 此病情、問題或診斷表現出來的解剖位置 | ||||
Short | 如果相關請填寫解剖位置 | ||||
Comments | 只有在Condition.code中找到的代碼未隱含此資料項目概念時才使用。如果使用案例(use-case)要求將BodySite作為一個單獨的resource來處理(例如:識別和追踪),那麼就使用標準的資料項目擴充方式來擴充bodySite。可以是一個摘要代碼,也可以是對一個非常精確位置定義的參照,或者兩者都是。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from SNOMEDCTBodyStructures (extensible to http://hl7.org/fhir/ValueSet/body-site )描述解剖位置的代碼。可包括側面;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
444. Bundle.entry:condition.resource.bodySite.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
446. Bundle.entry:condition.resource.bodySite.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.bodySite.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
448. Bundle.entry:condition.resource.bodySite.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
450. Bundle.entry:condition.resource.bodySite.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
452. Bundle.entry:condition.resource.bodySite.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.bodySite.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
454. Bundle.entry:condition.resource.bodySite.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
456. Bundle.entry:condition.resource.bodySite.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
458. Bundle.entry:condition.resource.bodySite.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
460. Bundle.entry:condition.resource.bodySite.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
462. Bundle.entry:condition.resource.bodySite.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
464. Bundle.entry:condition.resource.bodySite.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
466. Bundle.entry:condition.resource.subject | |||||
Definition | 表示與此病情、問題或診斷紀錄相關的病人或實體集合(Group resource) | ||||
Short | 誰有此病情、問題或診斷? | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Patient, Group) | ||||
Must Support | true | ||||
Must Support Types | No must-support rules about the choice of types/profiles | ||||
Summary | true | ||||
Requirements | 實體集合(Group resource)通常用於獸醫或公共衛生的案例 | ||||
Alternate Names | patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
468. Bundle.entry:condition.resource.encounter | |||||
Definition | 此病情、問題或診斷記載在哪次的「就醫(Encounter)」紀錄或者與此病情、問題或診斷紀錄密切相關的「就醫(Encounter)」紀錄 | ||||
Short | 作為病情、問題或診斷紀錄的一部分的就醫(Encounter)紀錄 | ||||
Comments | 通常是此病情、問題或診斷發生的就醫事件,雖然有些活動可能在就醫結束之前或之後開始,但仍與就醫事件的情境有關。這筆紀錄表明與此病情、問題或診斷紀錄相關的就醫事件(Encounter)。「新的」診斷的情況下,反映病情、問題或診斷的持續/修訂資訊可能與首次就醫所知道的病情、問題或診斷不同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Encounter) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
470. Bundle.entry:condition.resource.onset[x] | |||||
Definition | 醫師認為此病情、問題或診斷之推估或實際發生時間或日期時間等 | ||||
Short | 估計的或實際的日期、日期—時間或年齡。 | ||||
Comments | onsetAge通常是指病人說明病情何時開始發生的年齡 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: dateTime, Age, Period, Range, string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Must Support Types | dateTime | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
472. Bundle.entry:condition.resource.abatement[x] | |||||
Definition | 病情、問題或診斷緩解或開始緩解的日期或估計日期。因為與「緩解(remissio)」或 「解決(resolution)」相關的許多過多含義—病情、問題或診斷不會真正解決,但它們可以緩解,所以稱為「緩解 (abatement)」, | ||||
Short | 何時解決/緩解 | ||||
Comments | 解決(resolution)和緩解(remission)之間沒有明確的區別,因為在許多情況下,兩者的區別並不明顯。當病人說明病情、問題或診斷緩解的年齡時,一般使用onsetAge。如果沒有abatement這個資料項目,就不知道狀況是否已經解決或緩解;應用程式和使用者一般應假定病情、問題或診斷仍存在。當abatementString存在時,它意味著病情、問題或診斷已緩解。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, con-4 | ||||
Type | Choice of: dateTime, Age, Period, Range, string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Must Support Types | dateTime | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
474. Bundle.entry:condition.resource.recordedDate | |||||
Definition | recordedDate表述此Condition記錄何時於系統中建立,這通常是系統產生的日期。 | ||||
Short | 疾病診斷日期 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | dateTime | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
476. Bundle.entry:condition.resource.recorder | |||||
Definition | 記錄病情、問題或診斷內容並對其內容負責的個人 | ||||
Short | 誰記錄此病情、問題或診斷 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Practitioner, TW Core PractitionerRole, TW Core Patient, TW Core RelatedPerson) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
478. Bundle.entry:condition.resource.asserter | |||||
Definition | 提出此病情、問題或診斷說明的人 | ||||
Short | 聲稱有此病情、問題或診斷的人 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Practitioner, TW Core PractitionerRole, TW Core Patient, TW Core RelatedPerson) | ||||
Must Support | true | ||||
Must Support Types | No must-support rules about the choice of types/profiles | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
480. Bundle.entry:condition.resource.stage | |||||
Definition | 病情、問題或診斷的臨床分期或分級,可能包括正式的嚴重程度評估。 | ||||
Short | 分期(stage)/分級(grade),通常是正式的評估。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )con-1: Stage SHALL have summary or assessment ( summary.exists() or assessment.exists() ) | ||||
482. Bundle.entry:condition.resource.stage.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
484. Bundle.entry:condition.resource.stage.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.stage.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
486. Bundle.entry:condition.resource.stage.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
488. Bundle.entry:condition.resource.stage.summary | |||||
Definition | 對分期的簡單摘要,如「第3期」。針對特定疾病的分期測定。 | ||||
Short | 簡單的摘要(特定疾病)。 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, con-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ConditionStage (extensible to http://hl7.org/fhir/ValueSet/condition-stage )描述病情、問題或診斷分期的代碼(例如:癌症分期)。應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
490. Bundle.entry:condition.resource.stage.summary.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
492. Bundle.entry:condition.resource.stage.summary.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.stage.summary.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
494. Bundle.entry:condition.resource.stage.summary.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
496. Bundle.entry:condition.resource.stage.summary.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
498. Bundle.entry:condition.resource.stage.summary.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.stage.summary.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
500. Bundle.entry:condition.resource.stage.summary.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
502. Bundle.entry:condition.resource.stage.summary.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
504. Bundle.entry:condition.resource.stage.summary.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
506. Bundle.entry:condition.resource.stage.summary.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
508. Bundle.entry:condition.resource.stage.summary.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
510. Bundle.entry:condition.resource.stage.summary.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
512. Bundle.entry:condition.resource.stage.assessment | |||||
Definition | 分期評估所依據的證據之正式記錄 | ||||
Short | 正式的評估記錄 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, con-1 | ||||
Type | Reference(ClinicalImpression, TW Core DiagnosticReport, TW Core Observation Laboratory Result, TW Core Observation Vital Signs) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
514. Bundle.entry:condition.resource.stage.type | |||||
Definition | 分期的種類,如病理分期或臨床分期。 | ||||
Short | 分期的種類 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ConditionStageType (extensible to http://hl7.org/fhir/ValueSet/condition-stage-type )病情、問題或診斷分期種類的代碼(如臨床或病理);應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
516. Bundle.entry:condition.resource.stage.type.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
518. Bundle.entry:condition.resource.stage.type.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.stage.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
520. Bundle.entry:condition.resource.stage.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
522. Bundle.entry:condition.resource.stage.type.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
524. Bundle.entry:condition.resource.stage.type.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.stage.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
526. Bundle.entry:condition.resource.stage.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
528. Bundle.entry:condition.resource.stage.type.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
530. Bundle.entry:condition.resource.stage.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
532. Bundle.entry:condition.resource.stage.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
534. Bundle.entry:condition.resource.stage.type.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
536. Bundle.entry:condition.resource.stage.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
538. Bundle.entry:condition.resource.evidence | |||||
Definition | 作為病情、問題或診斷驗證狀態基礎的支持證據/臨床表現,如證實或反駁病情、問題或診斷的證據。 | ||||
Short | 支持的證據 | ||||
Comments | 證據可以是一個簡單的編碼症狀/臨床表現的清單,或參考檢驗檢查或者正式評估,或者兩者都是。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )con-2: evidence SHALL have code or details ( code.exists() or detail.exists() ) | ||||
540. Bundle.entry:condition.resource.evidence.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
542. Bundle.entry:condition.resource.evidence.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.evidence.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
544. Bundle.entry:condition.resource.evidence.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
546. Bundle.entry:condition.resource.evidence.code | |||||
Definition | 導致記錄此病情、問題或診斷的表現或症狀 | ||||
Short | 表現/症狀 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, con-2 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ManifestationAndSymptomCodes (extensible to http://hl7.org/fhir/ValueSet/manifestation-or-symptom )病情、問題或診斷的表現或症狀之代碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
548. Bundle.entry:condition.resource.evidence.code.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
550. Bundle.entry:condition.resource.evidence.code.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.evidence.code.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
552. Bundle.entry:condition.resource.evidence.code.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
554. Bundle.entry:condition.resource.evidence.code.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
556. Bundle.entry:condition.resource.evidence.code.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.evidence.code.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
558. Bundle.entry:condition.resource.evidence.code.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
560. Bundle.entry:condition.resource.evidence.code.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
562. Bundle.entry:condition.resource.evidence.code.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
564. Bundle.entry:condition.resource.evidence.code.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
566. Bundle.entry:condition.resource.evidence.code.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
568. Bundle.entry:condition.resource.evidence.code.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
570. Bundle.entry:condition.resource.evidence.detail | |||||
Definition | 其他相關資訊的連接,包括病理報告。 | ||||
Short | 在其他地方找到的支持資訊 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..* This element is affected by the following invariants: ele-1, con-2 | ||||
Type | Reference(Resource) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
572. Bundle.entry:condition.resource.note | |||||
Definition | 關於此Condition的附加資訊。這是一個一般的註釋/意見紀錄,用於描述病情、問題或診斷、其診斷和預後。 | ||||
Short | 簡要病摘,指申請理由 | ||||
Comments | For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time. This element may need to be included in narrative because of the potential for modifying information. Annotations SHOULD NOT be used to communicate "modifying" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible). | ||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||
Type | Annotation | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
574. Bundle.entry:condition.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
576. Bundle.entry:condition.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
578. Bundle.entry:condition.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
580. Bundle.entry:condition.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
582. Bundle.entry:condition.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
584. Bundle.entry:condition.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
586. Bundle.entry:condition.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
588. Bundle.entry:condition.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
590. Bundle.entry:condition.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
592. Bundle.entry:condition.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
594. Bundle.entry:condition.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
596. Bundle.entry:condition.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
598. Bundle.entry:condition.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
600. Bundle.entry:condition.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
602. Bundle.entry:condition.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
604. Bundle.entry:condition.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
606. Bundle.entry:condition.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
608. Bundle.entry:condition.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
610. Bundle.entry:condition.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
612. Bundle.entry:condition.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
614. Bundle.entry:condition.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
616. Bundle.entry:condition.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
618. Bundle.entry:condition.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
620. Bundle.entry:condition.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
622. Bundle.entry:condition.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
624. Bundle.entry:patient | |||||
Slice Name | patient | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 病人資訊-Patient TWNGS | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
626. Bundle.entry:patient.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
628. Bundle.entry:patient.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
630. Bundle.entry:patient.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
632. Bundle.entry:patient.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
634. Bundle.entry:patient.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
636. Bundle.entry:patient.resource | |||||
Definition | 關於接受照護或其他健康相關服務的個人或動物的人口統計學和其他行政資訊。 | ||||
Short | 接受健康照護服務的個人或動物之資訊 | ||||
Control | 1..1 | ||||
Type | Patient(病人資訊-Patient TWNGS) | ||||
Must Support | true | ||||
Alternate Names | SubjectOfCare Client Resident | ||||
638. Bundle.entry:patient.resource.id | |||||
Definition | resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。 | ||||
Short | 不重複的ID用以識別儲存在特定FHIR Server中的Patient紀錄,通常又稱為邏輯性ID。 | ||||
Comments | 一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Summary | true | ||||
640. Bundle.entry:patient.resource.meta | |||||
Definition | 關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。 | ||||
Short | 此Patient Resource的metadata | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Meta | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
642. Bundle.entry:patient.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 | ||||
Short | 創建此內容所依據的一組規則 | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
644. Bundle.entry:patient.resource.language | |||||
Definition | 編寫此resource的語言 | ||||
Short | 用以表述Patient Resource內容的語言。 | ||||
Comments | 提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。
| ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Example | <br/><b>Value</b>:zh-TW | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
646. Bundle.entry:patient.resource.text | |||||
Definition | 人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。 | ||||
Short | Patient Resource之內容摘要以供人閱讀 | ||||
Comments | 內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 建議應該(SHOULD) 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Narrative | ||||
Alternate Names | narrative, html, xhtml, display | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
648. Bundle.entry:patient.resource.contained | |||||
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
Short | Contained, inline Resources | ||||
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
Control | 0..* | ||||
Type | Resource | ||||
Alternate Names | inline resources, anonymous resources, contained resources | ||||
650. Bundle.entry:patient.resource.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
652. Bundle.entry:patient.resource.extension:age | |||||
Slice Name | age | ||||
Definition | 年齡 | ||||
Short | 年齡 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(Person Age) (Extension Type: Age) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
654. Bundle.entry:patient.resource.extension:age.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
656. Bundle.entry:patient.resource.extension:age.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
658. Bundle.entry:patient.resource.extension:age.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age | ||||
660. Bundle.entry:patient.resource.extension:age.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Age | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
662. Bundle.entry:patient.resource.extension:nationality | |||||
Slice Name | nationality | ||||
Definition | The nationality of the patient. | ||||
Short | 病人所屬國籍 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(Patient Nationality) (Complex Extension) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
664. Bundle.entry:patient.resource.extension:nationality.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
666. Bundle.entry:patient.resource.extension:nationality.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
668. Bundle.entry:patient.resource.extension:nationality.extension:code | |||||
Slice Name | code | ||||
Definition | Code representing nationality of patient. | ||||
Short | Nationality Code | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
670. Bundle.entry:patient.resource.extension:nationality.extension:code.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
672. Bundle.entry:patient.resource.extension:nationality.extension:code.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
674. Bundle.entry:patient.resource.extension:nationality.extension:code.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | code | ||||
676. Bundle.entry:patient.resource.extension:nationality.extension:code.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
678. Bundle.entry:patient.resource.extension:nationality.extension:period | |||||
Slice Name | period | ||||
Definition | Period when nationality was effective. | ||||
Short | Nationality Period | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
680. Bundle.entry:patient.resource.extension:nationality.extension:period.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
682. Bundle.entry:patient.resource.extension:nationality.extension:period.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
684. Bundle.entry:patient.resource.extension:nationality.extension:period.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | period | ||||
686. Bundle.entry:patient.resource.extension:nationality.extension:period.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
688. Bundle.entry:patient.resource.extension:nationality.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/patient-nationality | ||||
690. Bundle.entry:patient.resource.extension:nationality.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
692. Bundle.entry:patient.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
694. Bundle.entry:patient.resource.identifier | |||||
Definition | 病人的唯一識別碼(identifier) | ||||
Short | 病人的身份識別碼(identifier),通常為業務目的所使用的識別碼,例如病歷號。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 1..2 This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
696. Bundle.entry:patient.resource.identifier.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
698. Bundle.entry:patient.resource.identifier.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
700. Bundle.entry:patient.resource.identifier.use | |||||
Definition | The purpose of this identifier. | ||||
Short | usual | official | temp | secondary | old (If known) | ||||
Comments | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
702. Bundle.entry:patient.resource.identifier.type | |||||
Definition | A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text. | ||||
Short | 概念(Concept)— 參照一個專門術語或只是文字表述 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from Identifier Type Codes (extensible to http://hl7.org/fhir/ValueSet/identifier-type )A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | Allows users to make use of identifiers when the identifier system is not known. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
704. Bundle.entry:patient.resource.identifier.type.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
706. Bundle.entry:patient.resource.identifier.type.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
708. Bundle.entry:patient.resource.identifier.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
710. Bundle.entry:patient.resource.identifier.type.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
712. Bundle.entry:patient.resource.identifier.type.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
714. Bundle.entry:patient.resource.identifier.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
716. Bundle.entry:patient.resource.identifier.type.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
718. Bundle.entry:patient.resource.identifier.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
720. Bundle.entry:patient.resource.identifier.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
722. Bundle.entry:patient.resource.identifier.type.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
724. Bundle.entry:patient.resource.identifier.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
726. Bundle.entry:patient.resource.identifier.system | |||||
Definition | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Short | The namespace for the identifier value | ||||
Comments | Identifier.system is always case sensitive. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
728. Bundle.entry:patient.resource.identifier.value | |||||
Definition | The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Short | The value that is unique | ||||
Comments | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
730. Bundle.entry:patient.resource.identifier.period | |||||
Definition | Time period during which identifier is/was valid for use. | ||||
Short | Time period when id is/was valid for use | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
732. Bundle.entry:patient.resource.identifier.assigner | |||||
Definition | Organization that issued/manages the identifier. | ||||
Short | Organization that issued id (may be just text) | ||||
Comments | The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
734. Bundle.entry:patient.resource.identifier:idCardNumber | |||||
Slice Name | idCardNumber | ||||
Definition | 適用於身分證字號 | ||||
Short | 身分證號,被保險人國民身分證統一編號。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )id-card-number: 身分證號共十碼,首碼以英文字母代表直轄市、縣(市)別,第二碼至第十碼為數字碼。 ( value.matches('^[A-Za-z][0-9]{9}$') ) | ||||
736. Bundle.entry:patient.resource.identifier:idCardNumber.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
738. Bundle.entry:patient.resource.identifier:idCardNumber.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
740. Bundle.entry:patient.resource.identifier:idCardNumber.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 | ||||
Short | usual | official | temp | secondary | old (如果知道) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果知道,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 | ||||
Pattern Value | official | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
742. Bundle.entry:patient.resource.identifier:idCardNumber.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 | ||||
Short | 身份識別碼(identifier)的型別說明 | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集 (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
744. Bundle.entry:patient.resource.identifier:idCardNumber.type.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
746. Bundle.entry:patient.resource.identifier:idCardNumber.type.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
748. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding | |||||
Definition | A reference to a code defined by a terminology system. | ||||
Short | Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
750. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
752. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
754. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.system | |||||
Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | Identity of the terminology system | ||||
Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | http://terminology.hl7.org/CodeSystem/v2-0203 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
756. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.version | |||||
Definition | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. | ||||
Short | Version of the system - if relevant | ||||
Comments | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
758. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code | |||||
Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Pattern Value | NNxxx | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
760. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
762. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.code.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
764. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix | |||||
Slice Name | identifier-suffix | ||||
Definition |
識別碼後綴詞 | ||||
Short | 識別碼後綴詞 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(Identifier Suffix) (Complex Extension) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
766. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
768. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.code.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
770. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix | |||||
Slice Name | suffix | ||||
Definition | 國家代碼 | ||||
Short | 國家代碼 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
772. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
774. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.code.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
776. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | suffix | ||||
778. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:suffix.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
780. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet | |||||
Slice Name | valueSet | ||||
Definition | ISO 3166三位字母代碼(alpha-3)的值集 | ||||
Short | 值集 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
782. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
784. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.code.extension.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
786. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Short | identifies the meaning of the extension | ||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | valueSet | ||||
788. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.extension:valueSet.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | canonical | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Pattern Value | http://hl7.org/fhir/ValueSet/iso3166-1-3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
790. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix | ||||
792. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.extension:identifier-suffix.value[x] | |||||
Definition | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
Short | Value of extension | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
794. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.code.value | |||||
Definition | Primitive value for code | ||||
Short | Primitive value for code | ||||
Control | 0..1 | ||||
Type | code | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
796. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.display | |||||
Definition | A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
798. Bundle.entry:patient.resource.identifier:idCardNumber.type.coding.userSelected | |||||
Definition | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). | ||||
Short | If this coding was chosen directly by the user | ||||
Comments | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
800. Bundle.entry:patient.resource.identifier:idCardNumber.type.text | |||||
Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | Plain text representation of the concept | ||||
Comments | Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
802. Bundle.entry:patient.resource.identifier:idCardNumber.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL | ||||
Short | 身份識別碼(identifier)的命名空間(namespace) 例如:身分證字號='http://www.moi.gov.tw' | ||||
Comments | Identifier.system總是區分大小寫 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 | ||||
Pattern Value | http://www.moi.gov.tw | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
804. Bundle.entry:patient.resource.identifier:idCardNumber.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 | ||||
Short | 唯一值。 例如:身分證字號為A123456789 | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
806. Bundle.entry:patient.resource.identifier:idCardNumber.period | |||||
Definition | 識別碼有效/曾經有效使用的時段或期間 | ||||
Short | 此身份識別碼(identifier)的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
808. Bundle.entry:patient.resource.identifier:idCardNumber.assigner | |||||
Definition | 簽發/管理識別碼的機構 | ||||
Short | 簽發identifier的機構(可以只是文字表述) | ||||
Comments | Identifier.assigner可以省略.reference資料項目,只包含一個.display資料項目,反映指定機構的名稱或其他文字表述資訊。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
810. Bundle.entry:patient.resource.identifier:passportNumber | |||||
Slice Name | passportNumber | ||||
Definition | 適用於護照號碼 | ||||
Short | 適用護照號碼 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
831. Bundle.entry:patient.resource.identifier:residentNumber | |||||
Slice Name | residentNumber | ||||
Definition | 適用於居留證號碼 | ||||
Short | 適用居留證號碼 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
852. Bundle.entry:patient.resource.identifier:medicalRecord | |||||
Slice Name | medicalRecord | ||||
Definition | 適用於病歷號 | ||||
Short | 病歷號 (參與醫院必須註冊命名系統),由醫院自行填寫。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 病人幾乎總是被指定一個特定的數值型的唯一識別碼(identifier) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
854. Bundle.entry:patient.resource.identifier:medicalRecord.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
856. Bundle.entry:patient.resource.identifier:medicalRecord.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
858. Bundle.entry:patient.resource.identifier:medicalRecord.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 | ||||
Short | usual | official | temp | secondary | old (如果知道) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果知道,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 | ||||
Pattern Value | official | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
860. Bundle.entry:patient.resource.identifier:medicalRecord.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 | ||||
Short | 身份識別碼(identifier)的型別說明 | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集 (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
862. Bundle.entry:patient.resource.identifier:medicalRecord.type.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
864. Bundle.entry:patient.resource.identifier:medicalRecord.type.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
866. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding | |||||
Definition | A reference to a code defined by a terminology system. | ||||
Short | Code defined by a terminology system | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
868. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
870. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
872. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.system | |||||
Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
Short | Identity of the terminology system | ||||
Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to be unambiguous about the source of the definition of the symbol. | ||||
Pattern Value | http://terminology.hl7.org/CodeSystem/v2-0203 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
874. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.version | |||||
Definition | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. | ||||
Short | Version of the system - if relevant | ||||
Comments | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
876. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.code | |||||
Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
Short | Symbol in syntax defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Pattern Value | MR | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
878. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.display | |||||
Definition | A representation of the meaning of the code in the system, following the rules of the system. | ||||
Short | Representation defined by the system | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
880. Bundle.entry:patient.resource.identifier:medicalRecord.type.coding.userSelected | |||||
Definition | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). | ||||
Short | If this coding was chosen directly by the user | ||||
Comments | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
882. Bundle.entry:patient.resource.identifier:medicalRecord.type.text | |||||
Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
Short | Plain text representation of the concept | ||||
Comments | Very often the text is the same as a displayName of one of the codings. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
884. Bundle.entry:patient.resource.identifier:medicalRecord.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL | ||||
Short | 身份識別碼(identifier)的命名空間(namespace),可至[twTerminology](https://fhir.mohw.gov.tw/ts/namingsystem.jsp?status=active&type=0)申請或查詢命名系統。 | ||||
Comments | Identifier.system總是區分大小寫 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
886. Bundle.entry:patient.resource.identifier:medicalRecord.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 | ||||
Short | 唯一值。 例如:病歷號為8862168 | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
888. Bundle.entry:patient.resource.identifier:medicalRecord.period | |||||
Definition | 識別碼有效/曾經有效使用的時段或期間 | ||||
Short | 此身份識別碼(identifier)的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
890. Bundle.entry:patient.resource.identifier:medicalRecord.assigner | |||||
Definition | 簽發/管理識別碼的機構 | ||||
Short | 簽發identifier的機構(可以只是文字表述) | ||||
Comments | Identifier.assigner可以省略.reference資料項目,只包含一個.display資料項目,反映指定機構的名稱或其他文字表述資訊。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
892. Bundle.entry:patient.resource.active | |||||
Definition | 這位病人的紀錄是否在使用中(active)。許多系統使用這個屬性來標記為非現有(non-current)病人,例如那些根據機構的業務規則在一段時間內沒有被看到的病人。 它經常被用來過濾病人清單以排除inactive的病人 已過世的病人也可能因為同樣的原因被標記為inactive,但在過世後的一段時間內可能是active。 | ||||
Short | 病人的紀錄是否「使用中(true)」 | ||||
Comments | 如果一筆病人紀錄沒有在使用,但與另一筆使用中的病人紀錄相連結,那麼未來的病人/紀錄更新應該發生在另一筆病人紀錄。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 若紀錄因為錯誤而創建,需要能夠將這位病人紀錄標記為不使用 | ||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
894. Bundle.entry:patient.resource.name | |||||
Definition | 個人名字 | ||||
Short | 病人的姓名 | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。例如:正式姓名及配偶姓名。 必須(SHALL) 總是提供姓名的完整拼法。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )pat-name: 病人姓名有誤 ,超過40字 ( text.length() <= 40 ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.name . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
896. Bundle.entry:patient.resource.name:official | |||||
Slice Name | official | ||||
Definition | 個人名字 | ||||
Short | 病人的護照姓名 | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。例如:正式姓名及配偶姓名。 必須(SHALL) 總是提供姓名的完整拼法。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present ( text.exists() or family.exists() ) | ||||
907. Bundle.entry:patient.resource.name:usual | |||||
Slice Name | usual | ||||
Definition | 個人名字 | ||||
Short | 病人所屬國籍的真實姓名 | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。例如:正式姓名及配偶姓名。 必須(SHALL) 總是提供姓名的完整拼法。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present ( text.exists() or family.exists() ) | ||||
909. Bundle.entry:patient.resource.name:usual.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
911. Bundle.entry:patient.resource.name:usual.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.name.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
913. Bundle.entry:patient.resource.name:usual.use | |||||
Definition | 此姓名的用途 | ||||
Short | usual | official | temp | nickname | anonymous | old | maiden | ||||
Comments | 應用程式可以假定一個姓名是永久的,除非它明確說它是暫時或舊的。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from NameUse (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )人名的使用情況;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組姓名中為特定的使用情境選擇適當的姓名 | ||||
Pattern Value | usual | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
915. Bundle.entry:patient.resource.name:usual.text | |||||
Definition | 完整姓名的文字表述。由於世界各地的文化差異,取得資料的系統可能不知道如何正確地呈現姓名;此外,不是所有的名字部分都呈現予姓或名。因此,我們強烈建議創建者透過這個資料項目提供姓名的顯示文字。 | ||||
Short | 完整的中文姓名 | ||||
Comments | 可以同時提供文字表述(text)和部分(part)。更新姓名的應用程式 必須(SHALL) 確保當test和lpart都存在時,text中不包含part中沒有的內容。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1, tw-core-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:陳加玲 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
917. Bundle.entry:patient.resource.name:usual.family | |||||
Definition | 姓名中與族譜相關的部分。在一些文化中(如厄立特里亞),兒子的姓氏是其父親的名字。 | ||||
Short | 若所屬國籍可區分family及given,填入所屬國籍之姓(family) | ||||
Comments | 姓氏可以使用擴充名(de、nl、es相關文化)分解成具體的部分(part) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, tw-core-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | surname | ||||
Example | <br/><b>General</b>:陳 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
919. Bundle.entry:patient.resource.name:usual.given | |||||
Definition | 姓名中的「名」 | ||||
Short | 若所屬國籍可區分family及given,填入所屬國籍之名(given) | ||||
Comments | 如果只記錄首字母,可以用它們來代替完整姓名。首字母可以分為多個名,但由於實際情況的限制,通常不會這樣做。這個資料項目不被稱為 「first name」,因為「given name」並不總是排在前面。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1, tw-core-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | first name, middle name | ||||
Example | <br/><b>General</b>:加玲 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
921. Bundle.entry:patient.resource.name:usual.prefix | |||||
Definition | 由於學術、法規、就業或貴族身份等原因而獲得的名,並出現在姓名的開頭。 | ||||
Short | 姓名前面的頭銜 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名開頭。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
923. Bundle.entry:patient.resource.name:usual.suffix | |||||
Definition | 由於學術、法規、就業或貴族身份等原因而獲得的名,並出現在姓名的開頭。 | ||||
Short | 姓名後面的稱謂 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名之後。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
925. Bundle.entry:patient.resource.name:usual.period | |||||
Definition | 表明這個姓名對此病人有效的時間區間或期間 | ||||
Short | 此姓名的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許多個姓名按其歷史情境(效期)儲存 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
927. Bundle.entry:patient.resource.name:temp | |||||
Slice Name | temp | ||||
Definition | 個人名字 | ||||
Short | 新生兒姓名,緊急救護未知病人姓名時亦可用。 | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
938. Bundle.entry:patient.resource.name:anonymous | |||||
Slice Name | anonymous | ||||
Definition | 個人名字 | ||||
Short | 匿名供研究使用 | ||||
Comments | 一位病人可能有多個姓名,有不同的用途或適用期。對於動物來說,這個姓名是一個「HumanName」,它是人類指定和使用的,具有相同的模式。 | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪病人的多個姓名。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
949. Bundle.entry:patient.resource.telecom | |||||
Definition | 可與此人聯絡的詳細聯絡方式(如電話或電子郵件地址等) | ||||
Short | 病人的聯絡資訊(例如:電話、電子郵件等) | ||||
Comments | 一位病人可能有多種聯絡方式,有不同的用途或適用期。可能需要有緊急聯絡此人的選項,也需要幫忙識別身份。地址可能不會直接聯絡到此人,但可能到透過他人代為聯絡(意即家中的電話)。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | ContactPoint | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 人們有(主要)方式與他們聯絡,如電話、電子郵件。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() ) | ||||
951. Bundle.entry:patient.resource.telecom.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
953. Bundle.entry:patient.resource.telecom.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.telecom.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
955. Bundle.entry:patient.resource.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystem (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
957. Bundle.entry:patient.resource.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址) | ||||
Short | 實際的聯絡方式之細節 | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
959. Bundle.entry:patient.resource.telecom.use | |||||
Definition | 確定聯絡方式的用途 | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途 | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUse (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
961. Bundle.entry:patient.resource.telecom.rank | |||||
Definition | 具體說明使用一組聯繫方式的優先順序,較小排名序位的聯絡方式比較大排名序位的聯絡方式之序位還要前面。 | ||||
Short | 具體說明偏好的使用順序(1=最高優先順序) | ||||
Comments | 請注意,排名序位沒有一定要遵循聯絡方式在實例中呈現的順序。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | positiveInt | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
963. Bundle.entry:patient.resource.telecom.period | |||||
Definition | 此聯絡方式的使用效期 | ||||
Short | 此聯絡方式的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
965. Bundle.entry:patient.resource.gender | |||||
Definition | Administrative Gender 為行政管理及保存紀錄目的之病人性別 | ||||
Short | male:男性 | female:女性 | other:其他 | unknown:未知 | ||||
Comments | 行政管理用之性別可能不符合由遺傳學或個人偏好的識別所決定的生物性別。請注意,對於人類,特別是動物,除了男性和女性,還有其他合法歸類的可能性,儘管絕大多數系統和情境只支持男性和女性。提供決策支援或執行業務規則的系統最好以檢驗檢查(Observation)呈現特定性別或感興趣的性別(解剖學、染色體、社會等)。然而,由於這些檢驗檢驗不常被記錄,預設為行政管理用之性別是常見的做法。在這種預設的情況下,規則的執行應該允許行政管理用和生物、染色體和其他性別方面的差異。例如:關於男性子宮切除的警訊應該作為警告或可推翻的錯誤來處理,而不是 「硬(hard) 」錯誤。關於溝通病人性別的更多資訊,請參閱Patient Gender及Sex的部分。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AdministrativeGender (required to http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 )病人性別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 性別用於結合(至少)姓名和出生日期以識別個人身份 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
967. Bundle.entry:patient.resource.birthDate | |||||
Definition | 個人的出生日期 | ||||
Short | 出生日期,YYYY-MM-DD,西元年月日。 | ||||
Comments | 如果真實的出生日期未知,至少應該提供一個估計的出生年份作為猜測。有一個標準的擴充 「patient-birthTime」,應該於需要出生時間(Time)資訊時使用(例如:在產科/新生兒照護系統中)。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | date | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 個人的年齡驅動著許多臨床過程/進程 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
969. Bundle.entry:patient.resource.deceased[x] | |||||
Definition | 表示此人是否過世 | ||||
Short | 病人是否過世 | ||||
Comments | 如果實例中沒有值,就意味著沒有關於此人是否過世的聲明。大多數系統會把沒有數值解釋為這個人還活著的標誌。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: boolean, dateTime | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 病人已經過世的事實影響了臨床過程/進度。另外,在人際溝通和關係管理中,有必要知道這個人是否活著。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
971. Bundle.entry:patient.resource.address | |||||
Definition | 此人的地址 | ||||
Short | 病人聯絡地址 pat-cnt-2or3-char:如果有國家名,則必須(SHALL)從[ISO Country Alpha-2](http://hl7.org/fhir/valueset/iso3166-1-2)找出相對代碼作呈現。 如果未在ISO Country Alpha-2 中找到此一國家的代碼,則可能可以(MAY)從[ISO Country Alpha-3](http://hl7.org/fhir/valueset/iso3166-1-3)找出相對代碼作呈現。 | ||||
Comments | 病人可能有多個地址,有不同的用途或適用期。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 可能需要記錄病人的地址,以便聯繫、結算或報告的要求,也有助於識別身份。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
973. Bundle.entry:patient.resource.address.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
975. Bundle.entry:patient.resource.address.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
977. Bundle.entry:patient.resource.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
979. Bundle.entry:patient.resource.address.extension:room.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
981. Bundle.entry:patient.resource.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
983. Bundle.entry:patient.resource.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
985. Bundle.entry:patient.resource.address.extension:room.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
987. Bundle.entry:patient.resource.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
989. Bundle.entry:patient.resource.address.extension:floor.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
991. Bundle.entry:patient.resource.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
993. Bundle.entry:patient.resource.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
995. Bundle.entry:patient.resource.address.extension:floor.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
997. Bundle.entry:patient.resource.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
999. Bundle.entry:patient.resource.address.extension:number.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1001. Bundle.entry:patient.resource.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1003. Bundle.entry:patient.resource.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
1005. Bundle.entry:patient.resource.address.extension:number.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1007. Bundle.entry:patient.resource.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1009. Bundle.entry:patient.resource.address.extension:alley.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1011. Bundle.entry:patient.resource.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1013. Bundle.entry:patient.resource.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
1015. Bundle.entry:patient.resource.address.extension:alley.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1017. Bundle.entry:patient.resource.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1019. Bundle.entry:patient.resource.address.extension:lane.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1021. Bundle.entry:patient.resource.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1023. Bundle.entry:patient.resource.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
1025. Bundle.entry:patient.resource.address.extension:lane.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1027. Bundle.entry:patient.resource.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1029. Bundle.entry:patient.resource.address.extension:section.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1031. Bundle.entry:patient.resource.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1033. Bundle.entry:patient.resource.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
1035. Bundle.entry:patient.resource.address.extension:section.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1037. Bundle.entry:patient.resource.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1039. Bundle.entry:patient.resource.address.extension:neighborhood.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1041. Bundle.entry:patient.resource.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1043. Bundle.entry:patient.resource.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
1045. Bundle.entry:patient.resource.address.extension:neighborhood.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1047. Bundle.entry:patient.resource.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1049. Bundle.entry:patient.resource.address.extension:village.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1051. Bundle.entry:patient.resource.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1053. Bundle.entry:patient.resource.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
1055. Bundle.entry:patient.resource.address.extension:village.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1057. Bundle.entry:patient.resource.address.use | |||||
Definition | 此地址的用途 | ||||
Short | home | work | temp | old | billing - 此地址的用途 | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1059. Bundle.entry:patient.resource.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 | ||||
Short | postal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1061. Bundle.entry:patient.resource.address.text | |||||
Definition | 具體說明整個地址,因為它應該顯示在郵政標籤上,這可替代或與特定的部分一起提供。 | ||||
Short | 地址的文字表述 | ||||
Comments | 可以同時提供文字表述和各部分的地址資料項目內容。更新地址的應用程式 必須(SHALL) 確保當文字表述和各部分的地址資料項目內容都存在時,文字表述不包括各部分的地址資料項目內容中沒有的內容,意即兩者內容會一致。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1063. Bundle.entry:patient.resource.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 | ||||
Short | 路/街 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1065. Bundle.entry:patient.resource.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1067. Bundle.entry:patient.resource.address.district | |||||
Definition | 行政區域(縣)的名稱 | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。 | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1069. Bundle.entry:patient.resource.address.state | |||||
Definition | 一個國家的子單位,在聯邦組織的國家中擁有有限的主權。如果代碼被普遍使用,可使用代碼(例如:美國2個字母的州代碼)。 | ||||
Short | 國家的子單位(縮寫也可以)。原文為:Sub-unit of country (abbreviations ok)。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Alternate Names | Province, Territory | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1071. Bundle.entry:patient.resource.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 | ||||
Short | 郵遞區號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1073. Bundle.entry:patient.resource.address.postalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | xml:id(或JSON格式)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1075. Bundle.entry:patient.resource.address.postalCode.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1077. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1079. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1081. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1083. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
1085. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1087. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1089. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1091. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1093. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1095. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1097. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1099. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1101. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1103. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1105. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1107. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1109. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1111. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1113. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1115. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1117. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1119. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1121. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1123. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1125. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1127. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1129. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1131. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1133. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1135. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1137. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1139. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1141. Bundle.entry:patient.resource.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1143. Bundle.entry:patient.resource.address.postalCode.value | |||||
Definition | 實際值 | ||||
Short | 郵遞區號 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
1145. Bundle.entry:patient.resource.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。 | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1147. Bundle.entry:patient.resource.address.period | |||||
Definition | 此地址曾經/正在使用的時間區間 | ||||
Short | 此地址曾經/正在使用的時間區間 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許將地址依時間排放 | ||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1149. Bundle.entry:patient.resource.maritalStatus | |||||
Definition | 這個欄位包含病人的目前婚姻(民事)狀態 | ||||
Short | 病人的婚姻狀態 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from Marital Status Codes (extensible to http://hl7.org/fhir/ValueSet/marital-status )病人的婚姻狀態;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Requirements | 如果不是所有的系統都能取得此資訊 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1151. Bundle.entry:patient.resource.maritalStatus.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1153. Bundle.entry:patient.resource.maritalStatus.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.maritalStatus.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1155. Bundle.entry:patient.resource.maritalStatus.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1157. Bundle.entry:patient.resource.maritalStatus.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1159. Bundle.entry:patient.resource.maritalStatus.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.maritalStatus.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1161. Bundle.entry:patient.resource.maritalStatus.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1163. Bundle.entry:patient.resource.maritalStatus.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1165. Bundle.entry:patient.resource.maritalStatus.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1167. Bundle.entry:patient.resource.maritalStatus.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1169. Bundle.entry:patient.resource.maritalStatus.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1171. Bundle.entry:patient.resource.maritalStatus.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1173. Bundle.entry:patient.resource.multipleBirth[x] | |||||
Definition | 表示病人是否是為多胞胎(佈林值)或表示實際的出生順序(整數值) | ||||
Short | 病人是否為多胞胎;或多胞胎出生順序。 | ||||
Comments | 在提供valueInteger的情況下,這個數字是序列中的出生序。例如:三胞胎中的中間胎兒是valueInteger=2,第三胎兒是valueInteger=3,如果是為三胞胎提供布林值,那麼所有3位病人的紀錄都是valueBoolean=true(沒有指明出生序)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Choice of: boolean, integer | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Requirements | 用於消除多胎孩童的歧義,特別是在照護人員沒有見到病人的情況下,例如:在實驗室。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1175. Bundle.entry:patient.resource.photo | |||||
Definition | 病人的影像(照片) | ||||
Short | 病人的影像(照片) | ||||
Comments | 指引: 使用個人影像,而不是臨床影像。 限制尺寸為縮圖。 保持低位元組小檔案以便更新resource。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Attachment | ||||
Must Support | true | ||||
Requirements | 許多EHR系統有能力取得病人的影像,這也符合較新的社群媒體的使用。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )att-1: If the Attachment has data, it SHALL have a contentType ( data.empty() or contentType.exists() ) | ||||
1177. Bundle.entry:patient.resource.contact | |||||
Definition | 病人的聯絡人(如監護人、伴侶、朋友)。 | ||||
Short | 病人的聯絡人,例如:監護人、伴侶、朋友等。 | ||||
Comments | 聯絡涵蓋所有種類的聯絡人:家人、業務聯絡、監護人、照顧者。不適用於登記血統和家庭關係,因這超出聯絡的目的。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Must Support | true | ||||
Requirements | 需能聯絡到的病人的人。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )pat-1: SHALL at least contain a contact's details or a reference to an organization ( name.exists() or telecom.exists() or address.exists() or organization.exists() ) | ||||
1179. Bundle.entry:patient.resource.contact.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1181. Bundle.entry:patient.resource.contact.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1183. Bundle.entry:patient.resource.contact.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1185. Bundle.entry:patient.resource.contact.relationship | |||||
Definition | 可以透過正式參照一個專門術語或知識本體來定義一個概念,或者也可以文字表述此概念。 | ||||
Short | 概念(Concept)-參照一個專門術語或只是文字表述 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from PatientRelationshipType (required to http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype )應填入所綁定值集中的其中一個代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Requirements | 根據情況決定哪位聯絡人最有關聯以作聯繫 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1187. Bundle.entry:patient.resource.contact.relationship.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1189. Bundle.entry:patient.resource.contact.relationship.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.relationship.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1191. Bundle.entry:patient.resource.contact.relationship.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1193. Bundle.entry:patient.resource.contact.relationship.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1195. Bundle.entry:patient.resource.contact.relationship.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.relationship.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1197. Bundle.entry:patient.resource.contact.relationship.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1199. Bundle.entry:patient.resource.contact.relationship.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1201. Bundle.entry:patient.resource.contact.relationship.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1203. Bundle.entry:patient.resource.contact.relationship.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1205. Bundle.entry:patient.resource.contact.relationship.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1207. Bundle.entry:patient.resource.contact.relationship.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1209. Bundle.entry:patient.resource.contact.name | |||||
Definition | 與聯絡人有關的姓名 | ||||
Short | 聯絡人姓名 | ||||
Comments | Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Must Support | true | ||||
Requirements | 聯絡人需要以姓名來識別,但通常不需要此聯絡人的其他姓名的細節。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1211. Bundle.entry:patient.resource.contact.name.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1213. Bundle.entry:patient.resource.contact.name.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.name.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1215. Bundle.entry:patient.resource.contact.name.use | |||||
Definition | 此姓名的用途 | ||||
Short | usual | official | temp | nickname | anonymous | old | maiden | ||||
Comments | 應用程式可以假定一個姓名是永久的,除非它明確說它是暫時或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from NameUse (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )人名的使用情況;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組姓名中為特定的使用情境選擇適當的姓名 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1217. Bundle.entry:patient.resource.contact.name.text | |||||
Definition | 完整姓名的文字表述。由於世界各地的文化差異,取得資料的系統可能不知道如何正確地呈現姓名;此外,不是所有的名字部分都呈現予姓或名。因此,我們強烈建議創建者透過這個資料項目提供姓名的顯示文字。 | ||||
Short | 完整的中文姓名 | ||||
Comments | 可以同時提供文字表述(text)和部分(part)。更新姓名的應用程式 必須(SHALL) 確保當test和lpart都存在時,text中不包含part中沒有的內容。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1219. Bundle.entry:patient.resource.contact.name.family | |||||
Definition | 姓名中與族譜相關的部分。在一些文化中(如厄立特里亞),兒子的姓氏是其父親的名字。 | ||||
Short | 英文姓 | ||||
Comments | 姓氏可以使用擴充名(de、nl、es相關文化)分解成具體的部分(part) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | surname | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1221. Bundle.entry:patient.resource.contact.name.given | |||||
Definition | 姓名中的「名」 | ||||
Short | 英文名 | ||||
Comments | 如果只記錄首字母,可以用它們來代替完整姓名。首字母可以分為多個名,但由於實際情況的限制,通常不會這樣做。這個資料項目不被稱為 「first name」,因為「given name」並不總是排在前面。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | first name, middle name | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1223. Bundle.entry:patient.resource.contact.name.prefix | |||||
Definition | 由於學術、法規、就業或貴族身份等原因而獲得的名,並出現在姓名的開頭。 | ||||
Short | 姓名前面的頭銜 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名開頭。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1225. Bundle.entry:patient.resource.contact.name.suffix | |||||
Definition | 由於學術、法規、就業或貴族身份等原因而獲得的名,並出現在姓名的開頭。 | ||||
Short | 姓名後面的稱謂 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名之後。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1227. Bundle.entry:patient.resource.contact.name.period | |||||
Definition | 表明這個姓名對此病人有效的時間區間或期間 | ||||
Short | 此姓名的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許多個姓名按其歷史情境(效期)儲存 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1229. Bundle.entry:patient.resource.contact.telecom | |||||
Definition | 此人的詳細聯絡方式,例如:電話號碼或電子郵件地址。 | ||||
Short | 聯絡人的詳細聯絡資訊 | ||||
Comments | 聯絡人可能有多種聯絡方式,有不同的用途或適用期。可能需要有緊急聯絡此人的選項,及需要幫忙身份識別。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | ContactPoint | ||||
Must Support | true | ||||
Requirements | 人們可透過(主要)方式與他們聯絡,例如電話、電子郵件。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() ) | ||||
1231. Bundle.entry:patient.resource.contact.telecom.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1233. Bundle.entry:patient.resource.contact.telecom.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.telecom.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1235. Bundle.entry:patient.resource.contact.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystem (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1237. Bundle.entry:patient.resource.contact.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址)。 | ||||
Short | 實際的聯絡方式之細節 | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1239. Bundle.entry:patient.resource.contact.telecom.use | |||||
Definition | 確定聯絡方式的用途 | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途 | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUse (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1241. Bundle.entry:patient.resource.contact.telecom.rank | |||||
Definition | 具體說明使用一組聯繫方式的優先順序,較小排名序位的聯絡方式比較大排名序位的聯絡方式之序位還要前面。 | ||||
Short | 具體說明偏好的使用順序(1=最高優先順序) | ||||
Comments | 請注意,排名序位沒有一定要遵循聯絡方式在實例中呈現的順序。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | positiveInt | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1243. Bundle.entry:patient.resource.contact.telecom.period | |||||
Definition | 此聯絡方式的使用效期 | ||||
Short | 此聯絡方式的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1245. Bundle.entry:patient.resource.contact.address | |||||
Definition | 聯絡人的地址 | ||||
Short | 聯絡人的地址 | ||||
Comments | 注意:地址的目的是描述用於管理目的之郵政地址,而不是描述絕對的地理座標。郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Requirements | 需要紀錄用以聯絡聯絡人的郵件地址或到訪地址 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1247. Bundle.entry:patient.resource.contact.address.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1249. Bundle.entry:patient.resource.contact.address.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1251. Bundle.entry:patient.resource.contact.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1253. Bundle.entry:patient.resource.contact.address.extension:room.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1255. Bundle.entry:patient.resource.contact.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1257. Bundle.entry:patient.resource.contact.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
1259. Bundle.entry:patient.resource.contact.address.extension:room.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1261. Bundle.entry:patient.resource.contact.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1263. Bundle.entry:patient.resource.contact.address.extension:floor.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1265. Bundle.entry:patient.resource.contact.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1267. Bundle.entry:patient.resource.contact.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
1269. Bundle.entry:patient.resource.contact.address.extension:floor.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1271. Bundle.entry:patient.resource.contact.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1273. Bundle.entry:patient.resource.contact.address.extension:number.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1275. Bundle.entry:patient.resource.contact.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1277. Bundle.entry:patient.resource.contact.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
1279. Bundle.entry:patient.resource.contact.address.extension:number.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1281. Bundle.entry:patient.resource.contact.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1283. Bundle.entry:patient.resource.contact.address.extension:alley.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1285. Bundle.entry:patient.resource.contact.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1287. Bundle.entry:patient.resource.contact.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
1289. Bundle.entry:patient.resource.contact.address.extension:alley.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1291. Bundle.entry:patient.resource.contact.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1293. Bundle.entry:patient.resource.contact.address.extension:lane.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1295. Bundle.entry:patient.resource.contact.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1297. Bundle.entry:patient.resource.contact.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
1299. Bundle.entry:patient.resource.contact.address.extension:lane.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1301. Bundle.entry:patient.resource.contact.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1303. Bundle.entry:patient.resource.contact.address.extension:section.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1305. Bundle.entry:patient.resource.contact.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1307. Bundle.entry:patient.resource.contact.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
1309. Bundle.entry:patient.resource.contact.address.extension:section.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1311. Bundle.entry:patient.resource.contact.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1313. Bundle.entry:patient.resource.contact.address.extension:neighborhood.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1315. Bundle.entry:patient.resource.contact.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1317. Bundle.entry:patient.resource.contact.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
1319. Bundle.entry:patient.resource.contact.address.extension:neighborhood.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1321. Bundle.entry:patient.resource.contact.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1323. Bundle.entry:patient.resource.contact.address.extension:village.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1325. Bundle.entry:patient.resource.contact.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1327. Bundle.entry:patient.resource.contact.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
1329. Bundle.entry:patient.resource.contact.address.extension:village.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1331. Bundle.entry:patient.resource.contact.address.use | |||||
Definition | 此地址的用途 | ||||
Short | home | work | temp | old | billing - 此地址的用途 | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1333. Bundle.entry:patient.resource.contact.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 | ||||
Short | postal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1335. Bundle.entry:patient.resource.contact.address.text | |||||
Definition | 具體說明整個地址,因為它應該顯示在郵政標籤上,這可替代或與特定的部分一起提供。 | ||||
Short | 地址的文字表述 | ||||
Comments | 可以同時提供文字表述和各部分的地址資料項目內容。更新地址的應用程式 必須(SHALL) 確保當文字表述和各部分的地址資料項目內容都存在時,文字表述不包括各部分的地址資料項目內容中沒有的內容,意即兩者內容會一致。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1337. Bundle.entry:patient.resource.contact.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 | ||||
Short | 路/街 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1339. Bundle.entry:patient.resource.contact.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1341. Bundle.entry:patient.resource.contact.address.district | |||||
Definition | 行政區域(縣)的名稱 | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。 | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1343. Bundle.entry:patient.resource.contact.address.state | |||||
Definition | 一個國家的子單位,在聯邦組織的國家中擁有有限的主權。如果代碼被普遍使用,可使用代碼(例如:美國2個字母的州代碼)。 | ||||
Short | 國家的子單位(縮寫也可以)。原文為:Sub-unit of country (abbreviations ok)。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Alternate Names | Province, Territory | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1345. Bundle.entry:patient.resource.contact.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 | ||||
Short | 郵遞區號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1347. Bundle.entry:patient.resource.contact.address.postalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | xml:id(或JSON格式)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1349. Bundle.entry:patient.resource.contact.address.postalCode.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1351. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1353. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1355. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1357. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
1359. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1361. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1363. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1365. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1367. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1369. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1371. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1373. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1375. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1377. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1379. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1381. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1383. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1385. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1387. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1389. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1391. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1393. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1395. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1397. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1399. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1401. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1403. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1405. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1407. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1409. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1411. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1413. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1415. Bundle.entry:patient.resource.contact.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1417. Bundle.entry:patient.resource.contact.address.postalCode.value | |||||
Definition | 實際值 | ||||
Short | 郵遞區號 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
1419. Bundle.entry:patient.resource.contact.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。 | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1421. Bundle.entry:patient.resource.contact.address.period | |||||
Definition | 此地址曾經/正在使用的時間區間 | ||||
Short | 此地址曾經/正在使用的時間區間 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許將地址依時間排放 | ||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1423. Bundle.entry:patient.resource.contact.gender | |||||
Definition | Administrative Gender為行政管理的及保存紀錄目的之聯絡人性別 | ||||
Short | male | female | other | unknown | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AdministrativeGender (required to http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 )聯絡人的性別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Requirements | 用以正確稱呼聯絡人 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1425. Bundle.entry:patient.resource.contact.organization | |||||
Definition | 聯絡人為機構或聯絡人為其工作的機構 | ||||
Short | 可聯絡到聯絡人的機構 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, pat-1 | ||||
Type | Reference(TW Core Organization) | ||||
Requirements | 監護人或與業務相關聯絡與此機構有關 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
1427. Bundle.entry:patient.resource.contact.period | |||||
Definition | 與此病人有關的聯絡人或機構的有效聯絡期 | ||||
Short | 聯絡人或其可聯絡機構之可聯絡期(時間區間) | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1429. Bundle.entry:patient.resource.communication | |||||
Definition | 可用於與病人溝通其健康狀況的語言。 | ||||
Short | 向病人說明健康狀態時所使用的語言 | ||||
Comments | 如果沒有指定語言,這意味著預設使用當地語言。如果你需要多種模式的熟練程度,那麼你需要多個Patient.Communication關聯。對於動物來說,語言不是相關的欄位,應該不存在於實例中。如果病人不講預設的當地語言,那麼可以使用 「(Interpreter Required Standard)需要口譯員」來明確聲明需要口譯員。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Must Support | true | ||||
Requirements | 如果病人不會說當地語言,可能需要翻譯,因此,對於病人和其他相關人士來說,所講的語言和熟練程度都是需要記錄的重要內容。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1431. Bundle.entry:patient.resource.communication.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1433. Bundle.entry:patient.resource.communication.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.communication.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1435. Bundle.entry:patient.resource.communication.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1437. Bundle.entry:patient.resource.communication.language | |||||
Definition | 小寫的ISO-639-1字母兩個代碼表示的語言,後面可以有連字符號,大寫的ISO-3166-1字母兩個代碼表示使用此語言的地區;例如「en 」代表英語,或者 「en-US 」代表美國英語,而 「en-EN 」代表英國英語。 | ||||
Short | 向病人說明健康狀況時所使用的語言 | ||||
Comments | 帶有這種精確字母大小寫的aa-BB結構是最廣泛使用的地方性符號之一。但並不是所有的系統都對其進行編碼,而是將其作為純文字表述。因此,data type為CodeableConcept而不是code。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )應填入所綁定值集中的其中一個代碼。
| ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Requirements | 在多語言國家的大多數系統都會想要溝通語言。並非所有的系統實際上都需要區域方言。 | ||||
Example | <br/><b>Value</b>:{ "text" : "zh-TW" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1439. Bundle.entry:patient.resource.communication.language.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1441. Bundle.entry:patient.resource.communication.language.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.communication.language.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1443. Bundle.entry:patient.resource.communication.language.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1445. Bundle.entry:patient.resource.communication.language.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1447. Bundle.entry:patient.resource.communication.language.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.communication.language.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1449. Bundle.entry:patient.resource.communication.language.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1451. Bundle.entry:patient.resource.communication.language.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1453. Bundle.entry:patient.resource.communication.language.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1455. Bundle.entry:patient.resource.communication.language.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1457. Bundle.entry:patient.resource.communication.language.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1459. Bundle.entry:patient.resource.communication.language.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1461. Bundle.entry:patient.resource.communication.preferred | |||||
Definition | 表示病人是否偏好此語言(相對於其他它已掌握到一定水平的語言) | ||||
Short | 病人是否偏好使用此語言 | ||||
Comments | 此語言專門用以溝通健康照護資訊 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Requirements | 掌握多種語言達到一定水平的人可能更偏好一種或多種語言,也就是說,在用某一種語言溝通時感到更有信心,使其他語言成為一種備用語言。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1463. Bundle.entry:patient.resource.generalPractitioner | |||||
Definition | 病人指定的照護服務提供者 | ||||
Short | 照護此病人的機構、照護服務提供者、或健康照護服務提供者的角色 | ||||
Comments | 這可能是基層健康照護提供者(在一般科醫生的情境下),也可能是在社區/失能環境中由病人提名的照護管理者,甚至是提供人力來履行照護提供者角色的機構。它不能用來記錄Care Teams,這些團隊應該在CareTeams resource中,可以連接到CarePlan或EpisodeOfCare。由於各種原因,病人可能會被記錄有多個一般科醫生,例如:一位學生在學校學期期間將他的家庭醫生與大學的醫生一起列出,或者一位至偏遠地區「飛進/飛出 」的工作者會有當地的醫師及其家庭醫生,以保持對醫療問題的瞭解。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization, TW Core Practitioner, TW Core PractitionerRole) | ||||
Alternate Names | careProvider | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
1465. Bundle.entry:patient.resource.managingOrganization | |||||
Definition | 病人紀錄的保管機構 | ||||
Short | 此紀錄的保管機構 | ||||
Comments | 僅有一個管理特定病人紀錄的機構。其他機構將擁有自己的「病人」紀錄,並可透過使用「Link」屬性將紀錄結合在一起(或可以包含關聯可信的「Person」resource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要知道誰識別、管理和更新這位病人的紀錄 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
1467. Bundle.entry:patient.resource.link | |||||
Definition | 連結到另一個涉及同一實際病人的Patient resource。 | ||||
Short | 連結至此病人的其他Patient Resource | ||||
Comments | 不存在連結的病人紀錄有相互連結的假設 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Is Modifier | true because This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by' | ||||
Summary | true | ||||
Requirements | 有多種使用案例: | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1469. Bundle.entry:patient.resource.link.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1471. Bundle.entry:patient.resource.link.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.link.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1473. Bundle.entry:patient.resource.link.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1475. Bundle.entry:patient.resource.link.other | |||||
Definition | 此連超所參照的另一個Patient resource | ||||
Short | 連結至其他Patient或RelatedPerson Resource | ||||
Comments | 在這裡參照一個RelatedPerson,就不需要另外使用Person來將Patient及RelatedPerson作為同一個人關聯起來。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Patient, TW Core RelatedPerson) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
1477. Bundle.entry:patient.resource.link.type | |||||
Definition | 這個Patient resource與另一個Patient resource之間的連結型別 | ||||
Short | replaced-by | replaces | refer | seealso | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from LinkType (required to http://hl7.org/fhir/ValueSet/link-type|4.0.1 )連結的型別;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1479. Bundle.entry:patient.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1481. Bundle.entry:patient.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1483. Bundle.entry:patient.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1485. Bundle.entry:patient.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1487. Bundle.entry:patient.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1489. Bundle.entry:patient.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1491. Bundle.entry:patient.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1493. Bundle.entry:patient.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1495. Bundle.entry:patient.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1497. Bundle.entry:patient.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1499. Bundle.entry:patient.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1501. Bundle.entry:patient.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1503. Bundle.entry:patient.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1505. Bundle.entry:patient.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1507. Bundle.entry:patient.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1509. Bundle.entry:patient.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1511. Bundle.entry:patient.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1513. Bundle.entry:patient.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1515. Bundle.entry:patient.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1517. Bundle.entry:patient.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1519. Bundle.entry:patient.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1521. Bundle.entry:patient.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1523. Bundle.entry:patient.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1525. Bundle.entry:patient.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1527. Bundle.entry:patient.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
1529. Bundle.entry:hosp-organization | |||||
Slice Name | hosp-organization | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 醫事機構-Organization TWNGS | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
1531. Bundle.entry:hosp-organization.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1533. Bundle.entry:hosp-organization.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1535. Bundle.entry:hosp-organization.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1537. Bundle.entry:hosp-organization.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1539. Bundle.entry:hosp-organization.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1541. Bundle.entry:hosp-organization.resource | |||||
Definition | 為實現某種形式的集體行動而形成的正式或非正式認可的一群人或機構的團體。包括公司、機構、企業、部門、社群團體、健康照護實務團體、付款人/保險公司等。 | ||||
Short | 具有共同目的的一群人或機構 | ||||
Control | 1..1 | ||||
Type | Organization(醫事機構-Organization TWNGS) | ||||
Must Support | true | ||||
1543. Bundle.entry:hosp-organization.resource.id | |||||
Definition | resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。 | ||||
Short | 不重複的ID用以識別儲存在特定FHIR Server中的Organization紀錄,通常又稱為邏輯性ID。 | ||||
Comments | 一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Summary | true | ||||
1545. Bundle.entry:hosp-organization.resource.meta | |||||
Definition | 關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。 | ||||
Short | 此Organization Resource的metadata | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Meta | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1547. Bundle.entry:hosp-organization.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 | ||||
Short | 創建此內容所依據的一組規則 | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1549. Bundle.entry:hosp-organization.resource.language | |||||
Definition | 編寫此resource的語言 | ||||
Short | 用以表述Organization Resource內容的語言。 | ||||
Comments | 提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。
| ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Example | <br/><b>Value</b>:zh-TW | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1551. Bundle.entry:hosp-organization.resource.text | |||||
Definition | 人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。 | ||||
Short | Organization Resource之內容摘要以供人閱讀 | ||||
Comments | 內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 建議應該(SHOULD) 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Narrative | ||||
Alternate Names | narrative, html, xhtml, display | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1553. Bundle.entry:hosp-organization.resource.contained | |||||
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
Short | Contained, inline Resources | ||||
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
Control | 0..* | ||||
Type | Resource | ||||
Alternate Names | inline resources, anonymous resources, contained resources | ||||
1555. Bundle.entry:hosp-organization.resource.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1557. Bundle.entry:hosp-organization.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1559. Bundle.entry:hosp-organization.resource.identifier | |||||
Definition | 用於指明跨多個不同系統的機構識別碼 | ||||
Short | 醫事機構代碼 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 1..1 This element is affected by the following invariants: ele-1, org-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | Organizations通常有多種識別碼。有些機構保有數個,而大多數機構收集識別碼用於跟其他機構交流有關此機構的資訊。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1561. Bundle.entry:hosp-organization.resource.identifier.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1563. Bundle.entry:hosp-organization.resource.identifier.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1565. Bundle.entry:hosp-organization.resource.identifier.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 | ||||
Short | usual | official | temp | secondary | old (如果知道) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果已知,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1567. Bundle.entry:hosp-organization.resource.identifier.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 | ||||
Short | 機構識別碼(identifier)的型別說明 | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集 (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中的其中一個代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1569. Bundle.entry:hosp-organization.resource.identifier.type.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1571. Bundle.entry:hosp-organization.resource.identifier.type.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1573. Bundle.entry:hosp-organization.resource.identifier.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1575. Bundle.entry:hosp-organization.resource.identifier.type.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1577. Bundle.entry:hosp-organization.resource.identifier.type.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1579. Bundle.entry:hosp-organization.resource.identifier.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1581. Bundle.entry:hosp-organization.resource.identifier.type.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1583. Bundle.entry:hosp-organization.resource.identifier.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1585. Bundle.entry:hosp-organization.resource.identifier.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1587. Bundle.entry:hosp-organization.resource.identifier.type.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1589. Bundle.entry:hosp-organization.resource.identifier.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1591. Bundle.entry:hosp-organization.resource.identifier.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL | ||||
Short | 機構識別碼(identifier)的命名空間(namespace),可至[twTerminology](https://fhir.mohw.gov.tw/ts/namingsystem.jsp?status=active&type=0)申請或查詢命名系統。 | ||||
Comments | Identifier.system總是區分大小寫 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 | ||||
Pattern Value | https://www.ghd.tw/cdm-fhir/CodeSystem/organization-identifier-tw | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient <br/><b>General</b>:https://www.ghd.tw/cdm-fhir/CodeSystem/organization-identifier-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1593. Bundle.entry:hosp-organization.resource.identifier.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 | ||||
Short | 唯一值 | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from NHI-特約醫事機構值集 (required to https://www.ghd.tw/cdm-fhir/ValueSet/nhi-organization ) | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 <br/><b>General</b>:0101090517 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1595. Bundle.entry:hosp-organization.resource.identifier.period | |||||
Definition | 識別碼有效/曾經有效使用的時段或期間 | ||||
Short | 此機構識別碼(identifier)的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1597. Bundle.entry:hosp-organization.resource.identifier.assigner | |||||
Definition | 簽發/管理識別碼的機構 | ||||
Short | 簽發identifier的機構(可以只是文字表述) | ||||
Comments | Identifier.assigner可以省略.reference資料項目,只包含一個.display資料項目,反映指定機構的名稱或其他文字表述資訊。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
1599. Bundle.entry:hosp-organization.resource.active | |||||
Definition | 此機構的紀錄是否仍在使用中 | ||||
Short | 此機構的紀錄是否仍在使用中 | ||||
Comments | 這個Active標記不是用來標記機構暫時關閉或正在建設中。反而應該是Organization的地點(Location)應該具有暫停狀態。如果需要進一步詳細說明暫停的原因,那麼應該針對這個資料項目的提供一個擴充的資料項目。 這個資料項目被標記為修飾語/修飾用,因為它可用來標記resource是錯誤建立的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要一個標記表明此記錄不再被使用,一般來說應會在使用者界面中隱藏此資料項目。 | ||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1601. Bundle.entry:hosp-organization.resource.type | |||||
Definition | 機構的型別 | ||||
Short | 機構的型別 | ||||
Comments | 機構可以是公司、病房、科室、臨床團隊、政府部門等。請注意,代碼通常是機構型別的分類;在許多應用程式中,若代碼是用來指明一個特定機構(例如:病房),而不是另一個相同型別的機構,那麼這些算是識別碼代碼,而不是型別代碼。 當考慮多個型別是否合適時,你應該評估子機構是否是一個更合適的概念使用,因為不同的型別可能在不同子區域的機構。這最有可能用於型別值不相關(orthogonal values)的地方,像是一個宗教的、學術的和醫學中心。 我們期望一些行政管轄區設計此資料項目為可選填且基數設定為1。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | For example codes, see OrganizationType (example to http://hl7.org/fhir/ValueSet/organization-type )用於分類機構;可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能夠追踪這是哪種機構-不同機構型別有不同的用途。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1603. Bundle.entry:hosp-organization.resource.type.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1605. Bundle.entry:hosp-organization.resource.type.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1607. Bundle.entry:hosp-organization.resource.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1609. Bundle.entry:hosp-organization.resource.type.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1611. Bundle.entry:hosp-organization.resource.type.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1613. Bundle.entry:hosp-organization.resource.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1615. Bundle.entry:hosp-organization.resource.type.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1617. Bundle.entry:hosp-organization.resource.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1619. Bundle.entry:hosp-organization.resource.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1621. Bundle.entry:hosp-organization.resource.type.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1623. Bundle.entry:hosp-organization.resource.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1625. Bundle.entry:hosp-organization.resource.name | |||||
Definition | 與此機構相關名稱 | ||||
Short | 機構的名稱 | ||||
Comments | 如果一個機構改變名稱,可以考慮把舊的名稱放在別名(alias)資料項目中,這樣仍然可以透過查詢找到它。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, org-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要使用名稱作為機構的標籤 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1627. Bundle.entry:hosp-organization.resource.alias | |||||
Definition | 此機構目前或過去已知的其他(多個)名稱 | ||||
Short | 此機構目前或過去已知的其他(多個)名稱 | ||||
Comments | 沒有與別名/歷史名稱相關的日期,因為這不是為了追踪使用名稱的時間,而是為了協助查詢,以便舊名稱仍然可以指明此機構。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Requirements | 隨著時間的推移,地點和機構經歷了許多變化,可能會有不同的名稱。 對於查詢而言,了解此機構以前的名稱是非常有用的。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1629. Bundle.entry:hosp-organization.resource.telecom | |||||
Definition | 此機構的詳細聯絡方式 | ||||
Short | 此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。 | ||||
Comments | 不能使用代碼 「home」。請注意,這些聯絡人不是指受僱於此機構或代表此機構的人的詳細聯絡方式,而是此機構本身的官方聯絡人。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-3 | ||||
Type | ContactPoint | ||||
Must Support | true | ||||
Requirements | 此機構的聯絡人 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() )org-3: The telecom of an organization can never be of use 'home' ( where(use = 'home').empty() ) | ||||
1631. Bundle.entry:hosp-organization.resource.telecom.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1633. Bundle.entry:hosp-organization.resource.telecom.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.telecom.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1635. Bundle.entry:hosp-organization.resource.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystem (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1637. Bundle.entry:hosp-organization.resource.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址)。 | ||||
Short | 實際的聯絡方式之細節 | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1639. Bundle.entry:hosp-organization.resource.telecom.use | |||||
Definition | 確定聯絡方式的用途 | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途 | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUse (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1641. Bundle.entry:hosp-organization.resource.telecom.rank | |||||
Definition | 具體說明使用一組聯繫方式的優先順序,較小排名序位的聯絡方式比較大排名序位的聯絡方式之序位還要前面。 | ||||
Short | 具體說明偏好的使用順序(1=最高優先順序) | ||||
Comments | 請注意,排名序位沒有一定要遵循聯絡方式在實例中呈現的順序。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | positiveInt | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1643. Bundle.entry:hosp-organization.resource.telecom.period | |||||
Definition | 此聯絡方式的使用效期 | ||||
Short | 此聯絡方式的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1645. Bundle.entry:hosp-organization.resource.address | |||||
Definition | 此機構的地址 | ||||
Short | 此機構的地址。 org-2:一個機構的地址永遠不可能是「家用」,意即不可能使用「home」。 | ||||
Comments | 機構可能有多個地址,有不同的用途或適用期。不使用代碼「home」。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-2 | ||||
Type | Address(TW Core Address) | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )org-2: An address of an organization can never be of use 'home' ( where(use = 'home').empty() ) | ||||
1647. Bundle.entry:hosp-organization.resource.address.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1649. Bundle.entry:hosp-organization.resource.address.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1651. Bundle.entry:hosp-organization.resource.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1653. Bundle.entry:hosp-organization.resource.address.extension:room.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1655. Bundle.entry:hosp-organization.resource.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1657. Bundle.entry:hosp-organization.resource.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
1659. Bundle.entry:hosp-organization.resource.address.extension:room.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1661. Bundle.entry:hosp-organization.resource.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1663. Bundle.entry:hosp-organization.resource.address.extension:floor.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1665. Bundle.entry:hosp-organization.resource.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1667. Bundle.entry:hosp-organization.resource.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
1669. Bundle.entry:hosp-organization.resource.address.extension:floor.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1671. Bundle.entry:hosp-organization.resource.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1673. Bundle.entry:hosp-organization.resource.address.extension:number.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1675. Bundle.entry:hosp-organization.resource.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1677. Bundle.entry:hosp-organization.resource.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
1679. Bundle.entry:hosp-organization.resource.address.extension:number.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1681. Bundle.entry:hosp-organization.resource.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1683. Bundle.entry:hosp-organization.resource.address.extension:alley.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1685. Bundle.entry:hosp-organization.resource.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1687. Bundle.entry:hosp-organization.resource.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
1689. Bundle.entry:hosp-organization.resource.address.extension:alley.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1691. Bundle.entry:hosp-organization.resource.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1693. Bundle.entry:hosp-organization.resource.address.extension:lane.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1695. Bundle.entry:hosp-organization.resource.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1697. Bundle.entry:hosp-organization.resource.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
1699. Bundle.entry:hosp-organization.resource.address.extension:lane.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1701. Bundle.entry:hosp-organization.resource.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1703. Bundle.entry:hosp-organization.resource.address.extension:section.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1705. Bundle.entry:hosp-organization.resource.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1707. Bundle.entry:hosp-organization.resource.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
1709. Bundle.entry:hosp-organization.resource.address.extension:section.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1711. Bundle.entry:hosp-organization.resource.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1713. Bundle.entry:hosp-organization.resource.address.extension:neighborhood.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1715. Bundle.entry:hosp-organization.resource.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1717. Bundle.entry:hosp-organization.resource.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
1719. Bundle.entry:hosp-organization.resource.address.extension:neighborhood.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1721. Bundle.entry:hosp-organization.resource.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1723. Bundle.entry:hosp-organization.resource.address.extension:village.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1725. Bundle.entry:hosp-organization.resource.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1727. Bundle.entry:hosp-organization.resource.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
1729. Bundle.entry:hosp-organization.resource.address.extension:village.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1731. Bundle.entry:hosp-organization.resource.address.use | |||||
Definition | 此地址的用途 | ||||
Short | home | work | temp | old | billing - 此地址的用途 | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1733. Bundle.entry:hosp-organization.resource.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 | ||||
Short | postal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1735. Bundle.entry:hosp-organization.resource.address.text | |||||
Definition | 具體說明整個地址,因為它應該顯示在郵政標籤上,這可替代或與特定的部分一起提供。 | ||||
Short | 地址的文字表述 | ||||
Comments | 可以同時提供文字表述和各部分的地址資料項目內容。更新地址的應用程式 必須(SHALL) 確保當文字表述和各部分的地址資料項目內容都存在時,文字表述不包括各部分的地址資料項目內容中沒有的內容,意即兩者內容會一致。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1737. Bundle.entry:hosp-organization.resource.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 | ||||
Short | 路/街 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1739. Bundle.entry:hosp-organization.resource.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1741. Bundle.entry:hosp-organization.resource.address.district | |||||
Definition | 行政區域(縣)的名稱 | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。 | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1743. Bundle.entry:hosp-organization.resource.address.state | |||||
Definition | 一個國家的子單位,在聯邦組織的國家中擁有有限的主權。如果代碼被普遍使用,可使用代碼(例如:美國2個字母的州代碼)。 | ||||
Short | 國家的子單位(縮寫也可以)。原文為:Sub-unit of country (abbreviations ok)。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Alternate Names | Province, Territory | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1745. Bundle.entry:hosp-organization.resource.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 | ||||
Short | 郵遞區號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1747. Bundle.entry:hosp-organization.resource.address.postalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | xml:id(或JSON格式)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1749. Bundle.entry:hosp-organization.resource.address.postalCode.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1751. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1753. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1755. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1757. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
1759. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1761. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1763. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1765. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1767. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1769. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1771. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1773. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1775. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1777. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1779. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1781. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1783. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1785. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1787. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1789. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1791. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1793. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1795. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1797. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1799. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1801. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1803. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1805. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1807. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1809. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1811. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1813. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1815. Bundle.entry:hosp-organization.resource.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1817. Bundle.entry:hosp-organization.resource.address.postalCode.value | |||||
Definition | 實際值 | ||||
Short | 郵遞區號 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
1819. Bundle.entry:hosp-organization.resource.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。 | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1821. Bundle.entry:hosp-organization.resource.address.period | |||||
Definition | 此地址曾經/正在使用的時間區間 | ||||
Short | 此地址曾經/正在使用的時間區間 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許將地址依時間排放 | ||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
1823. Bundle.entry:hosp-organization.resource.partOf | |||||
Definition | 此機構屬於哪個更高層次機構的一部分 | ||||
Short | 此機構屬於哪個更高層次機構的一部分 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪一個機構內的機構層次結構 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
1825. Bundle.entry:hosp-organization.resource.contact | |||||
Definition | 某一用途的機構聯絡方式 | ||||
Short | 某一用途的機構聯絡方式 | ||||
Comments | 如果為同一個用途提供多個聯絡方式,則可有一個擴充的資料項目用以決定哪一個優先聯絡。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Requirements | 需要在更大的機構內追踪用的指定聯絡方式 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1827. Bundle.entry:hosp-organization.resource.contact.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1829. Bundle.entry:hosp-organization.resource.contact.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1831. Bundle.entry:hosp-organization.resource.contact.modifierExtension | |||||
Definition | 可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和/或對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一組要求 必須(SHALL) 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 修飾用的擴充資料項目 必須沒有(SHALL NOT) 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。 | ||||
Short | 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | 修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互操作性。更多訊息,請參見修飾用的資料項目擴充之定義。 | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1833. Bundle.entry:hosp-organization.resource.contact.purpose | |||||
Definition | 表明可聯絡到此聯絡人的聯絡方式之用途 | ||||
Short | 聯絡的型別 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ContactEntityType (extensible to http://hl7.org/fhir/ValueSet/contactentity-type )你所聯絡之聯絡人的聯絡方式用途;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Requirements | 需要對多個聯絡人進行區分 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1835. Bundle.entry:hosp-organization.resource.contact.purpose.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1837. Bundle.entry:hosp-organization.resource.contact.purpose.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.purpose.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1839. Bundle.entry:hosp-organization.resource.contact.purpose.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1841. Bundle.entry:hosp-organization.resource.contact.purpose.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1843. Bundle.entry:hosp-organization.resource.contact.purpose.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.purpose.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1845. Bundle.entry:hosp-organization.resource.contact.purpose.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1847. Bundle.entry:hosp-organization.resource.contact.purpose.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1849. Bundle.entry:hosp-organization.resource.contact.purpose.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1851. Bundle.entry:hosp-organization.resource.contact.purpose.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1853. Bundle.entry:hosp-organization.resource.contact.purpose.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1855. Bundle.entry:hosp-organization.resource.contact.purpose.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1857. Bundle.entry:hosp-organization.resource.contact.name | |||||
Definition | 聯絡人名字 | ||||
Short | 聯絡人名字 | ||||
Comments | Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Requirements | 需能透過名字來追綜此聯絡人 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1859. Bundle.entry:hosp-organization.resource.contact.telecom | |||||
Definition | 可與此人聯絡的詳細聯絡方式(如電話或電子郵件地址等) | ||||
Short | 聯絡人的詳細聯絡方式(例如:電話、電子郵件等)。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | ContactPoint | ||||
Requirements | 人們有(主要)方式與他們聯絡,如電話、電子郵件。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() ) | ||||
1861. Bundle.entry:hosp-organization.resource.contact.address | |||||
Definition | 可到訪及郵寄聯絡人的地址 | ||||
Short | 聯絡人的到訪或郵政地址 | ||||
Comments | 注意:地址的目的是描述用於管理目的之郵政地址,而不是描述絕對的地理座標。郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1863. Bundle.entry:hosp-organization.resource.contact.address.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1865. Bundle.entry:hosp-organization.resource.contact.address.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1867. Bundle.entry:hosp-organization.resource.contact.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1869. Bundle.entry:hosp-organization.resource.contact.address.extension:room.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1871. Bundle.entry:hosp-organization.resource.contact.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1873. Bundle.entry:hosp-organization.resource.contact.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
1875. Bundle.entry:hosp-organization.resource.contact.address.extension:room.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1877. Bundle.entry:hosp-organization.resource.contact.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1879. Bundle.entry:hosp-organization.resource.contact.address.extension:floor.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1881. Bundle.entry:hosp-organization.resource.contact.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1883. Bundle.entry:hosp-organization.resource.contact.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
1885. Bundle.entry:hosp-organization.resource.contact.address.extension:floor.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1887. Bundle.entry:hosp-organization.resource.contact.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1889. Bundle.entry:hosp-organization.resource.contact.address.extension:number.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1891. Bundle.entry:hosp-organization.resource.contact.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1893. Bundle.entry:hosp-organization.resource.contact.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
1895. Bundle.entry:hosp-organization.resource.contact.address.extension:number.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1897. Bundle.entry:hosp-organization.resource.contact.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1899. Bundle.entry:hosp-organization.resource.contact.address.extension:alley.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1901. Bundle.entry:hosp-organization.resource.contact.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1903. Bundle.entry:hosp-organization.resource.contact.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
1905. Bundle.entry:hosp-organization.resource.contact.address.extension:alley.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1907. Bundle.entry:hosp-organization.resource.contact.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1909. Bundle.entry:hosp-organization.resource.contact.address.extension:lane.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1911. Bundle.entry:hosp-organization.resource.contact.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1913. Bundle.entry:hosp-organization.resource.contact.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
1915. Bundle.entry:hosp-organization.resource.contact.address.extension:lane.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1917. Bundle.entry:hosp-organization.resource.contact.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1919. Bundle.entry:hosp-organization.resource.contact.address.extension:section.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1921. Bundle.entry:hosp-organization.resource.contact.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1923. Bundle.entry:hosp-organization.resource.contact.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
1925. Bundle.entry:hosp-organization.resource.contact.address.extension:section.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1927. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1929. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1931. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1933. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
1935. Bundle.entry:hosp-organization.resource.contact.address.extension:neighborhood.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1937. Bundle.entry:hosp-organization.resource.contact.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1939. Bundle.entry:hosp-organization.resource.contact.address.extension:village.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1941. Bundle.entry:hosp-organization.resource.contact.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1943. Bundle.entry:hosp-organization.resource.contact.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
1945. Bundle.entry:hosp-organization.resource.contact.address.extension:village.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1947. Bundle.entry:hosp-organization.resource.contact.address.use | |||||
Definition | 此地址的用途 | ||||
Short | home | work | temp | old | billing - 此地址的用途 | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1949. Bundle.entry:hosp-organization.resource.contact.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 | ||||
Short | postal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1951. Bundle.entry:hosp-organization.resource.contact.address.text | |||||
Definition | 具體說明整個地址,因為它應該顯示在郵政標籤上,這可替代或與特定的部分一起提供。 | ||||
Short | 地址的文字表述 | ||||
Comments | 可以同時提供文字表述和各部分的地址資料項目內容。更新地址的應用程式 必須(SHALL) 確保當文字表述和各部分的地址資料項目內容都存在時,文字表述不包括各部分的地址資料項目內容中沒有的內容,意即兩者內容會一致。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1953. Bundle.entry:hosp-organization.resource.contact.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 | ||||
Short | 路/街 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1955. Bundle.entry:hosp-organization.resource.contact.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1957. Bundle.entry:hosp-organization.resource.contact.address.district | |||||
Definition | 行政區域(縣)的名稱 | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。 | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1959. Bundle.entry:hosp-organization.resource.contact.address.state | |||||
Definition | 一個國家的子單位,在聯邦組織的國家中擁有有限的主權。如果代碼被普遍使用,可使用代碼(例如:美國2個字母的州代碼)。 | ||||
Short | 國家的子單位(縮寫也可以)。原文為:Sub-unit of country (abbreviations ok)。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Alternate Names | Province, Territory | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1961. Bundle.entry:hosp-organization.resource.contact.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 | ||||
Short | 郵遞區號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1963. Bundle.entry:hosp-organization.resource.contact.address.postalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | xml:id(或JSON格式)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1965. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1967. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1969. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1971. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1973. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
1975. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1977. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1979. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1981. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1983. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1985. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
1987. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1989. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1991. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1993. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1995. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1997. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1999. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2001. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2003. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2005. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2007. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2009. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2011. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2013. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2015. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2017. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2019. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2021. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2023. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2025. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2027. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2029. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2031. Bundle.entry:hosp-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2033. Bundle.entry:hosp-organization.resource.contact.address.postalCode.value | |||||
Definition | 實際值 | ||||
Short | 郵遞區號 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
2035. Bundle.entry:hosp-organization.resource.contact.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。 | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2037. Bundle.entry:hosp-organization.resource.contact.address.period | |||||
Definition | 此地址曾經/正在使用的時間區間 | ||||
Short | 此地址曾經/正在使用的時間區間 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許將地址依時間排放 | ||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
2039. Bundle.entry:hosp-organization.resource.endpoint | |||||
Definition | 存取此Organization的技術服務的終端(endpoints) | ||||
Short | 存取此Organization的技術服務的終端(endpoints) | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Reference(Endpoint) | ||||
Requirements | 機構有多個提供各種服務的系統,需要能夠定義技術連接的細節,如何連接到這些系統,以及為了什麼目的。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
2041. Bundle.entry:hosp-organization.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2043. Bundle.entry:hosp-organization.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2045. Bundle.entry:hosp-organization.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2047. Bundle.entry:hosp-organization.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2049. Bundle.entry:hosp-organization.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2051. Bundle.entry:hosp-organization.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2053. Bundle.entry:hosp-organization.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2055. Bundle.entry:hosp-organization.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2057. Bundle.entry:hosp-organization.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2059. Bundle.entry:hosp-organization.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2061. Bundle.entry:hosp-organization.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2063. Bundle.entry:hosp-organization.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2065. Bundle.entry:hosp-organization.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2067. Bundle.entry:hosp-organization.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2069. Bundle.entry:hosp-organization.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2071. Bundle.entry:hosp-organization.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2073. Bundle.entry:hosp-organization.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2075. Bundle.entry:hosp-organization.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2077. Bundle.entry:hosp-organization.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2079. Bundle.entry:hosp-organization.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2081. Bundle.entry:hosp-organization.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2083. Bundle.entry:hosp-organization.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2085. Bundle.entry:hosp-organization.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2087. Bundle.entry:hosp-organization.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2089. Bundle.entry:hosp-organization.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2091. Bundle.entry:gene-organization | |||||
Slice Name | gene-organization | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因檢測機構-Organization Gene TWNGS | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
2093. Bundle.entry:gene-organization.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2095. Bundle.entry:gene-organization.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2097. Bundle.entry:gene-organization.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2099. Bundle.entry:gene-organization.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2101. Bundle.entry:gene-organization.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2103. Bundle.entry:gene-organization.resource | |||||
Definition | 為實現某種形式的集體行動而形成的正式或非正式認可的一群人或機構的團體。包括公司、機構、企業、部門、社群團體、健康照護實務團體、付款人/保險公司等。 | ||||
Short | 具有共同目的的一群人或機構 | ||||
Control | 1..1 | ||||
Type | Organization(基因檢測機構-Organization Gene TWNGS) | ||||
Must Support | true | ||||
2105. Bundle.entry:gene-organization.resource.id | |||||
Definition | resource的邏輯ID,在resource的URL中使用。一旦指定,這個值永遠不會改變。 | ||||
Short | 不重複的ID用以識別儲存在特定FHIR Server中的Organization紀錄,通常又稱為邏輯性ID。 | ||||
Comments | 一個resource使用新增操作(create operation)提交給伺服器時,此resource沒有id,它的id在resource被創建後由伺器分配/指定。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Summary | true | ||||
2107. Bundle.entry:gene-organization.resource.meta | |||||
Definition | 關於resource的metadata。這是由基礎建設維護的內容。內容的更改可能並不總是與resource的版本更改相關聯。 | ||||
Short | 此Organization Resource的metadata | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Meta | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2109. Bundle.entry:gene-organization.resource.implicitRules | |||||
Definition | 構建resource時遵循的一系列規則的參照,在處理內容時必須理解這些規則。通常這是對IG所定義之特殊規則及其他profiles的參照。 | ||||
Short | 創建此內容所依據的一組規則 | ||||
Comments | 宣告這套規則限制了內容只能被有限的交易夥伴所理解。這從本質上限制了資料的長期有用性。然而,現有的健康生態體系高度分裂,還沒有準備好以普遍可計算的方式定義、收集和交換資料。只要有可能,實作者和/或規範編寫者應該避免使用這個資料項目。通常在使用時,此URL是對IG的參照,此IG將這些特殊規則與其他profiles、value sets等一起定義為其敘述的一部分。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2111. Bundle.entry:gene-organization.resource.language | |||||
Definition | 編寫此resource的語言 | ||||
Short | 用以表述Organization Resource內容的語言。 | ||||
Comments | 提供語言是為了支援索引和可存取性(通常,文字表述轉語音等服務使用此語言標籤)。html lanuage tag適用於此敘述。resource上的語言標籤可用於指定從resource中的資料所產成的其他表述之語言。不是所有的內容都必須使用此語言。不應該假定Resource.language自動適用於敘述。如果指定語言,它也應該被指定在html中的div資料項目(關於xml:lang和html lang屬性之間的關係,見HTML5中的規則)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )人類語言;鼓勵使用CommonLanguages代碼表中的代碼,但不強制一定要使用此代碼表,你也可使用其他代碼表的代碼或單純以文字表示。
| ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Example | <br/><b>Value</b>:zh-TW | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2113. Bundle.entry:gene-organization.resource.text | |||||
Definition | 人可讀的敘述,包含resource的摘要,可用於向人表述resource的內容。敘述不需要對所有的結構化資料進行編碼,但需要包含足夠的細節使人在閱讀敘述時理解「臨床安全性」。resource定義有哪些內容應該在敘述中表示,以確保臨床安全。 | ||||
Short | Organization Resource之內容摘要以供人閱讀 | ||||
Comments | 內嵌(contained)的resource沒有敘述,非內嵌(contained)的resource則 建議應該(SHOULD) 有敘述。有時resource可能只有文字表述,很少或沒有額外的結構化資料(只要滿足所有minOccurs=1的資料項目)。這可能出現在舊系統的資料,當資訊以 「文字表述區塊(text blob) 」的形式被取得,或者文字表述是原始輸入或說明,而編碼資訊稍後再添加。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Narrative | ||||
Alternate Names | narrative, html, xhtml, display | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2115. Bundle.entry:gene-organization.resource.contained | |||||
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
Short | Contained, inline Resources | ||||
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
Control | 0..* | ||||
Type | Resource | ||||
Alternate Names | inline resources, anonymous resources, contained resources | ||||
2117. Bundle.entry:gene-organization.resource.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2119. Bundle.entry:gene-organization.resource.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Standard Status | Normative (from Normative) | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2121. Bundle.entry:gene-organization.resource.identifier | |||||
Definition | 用於指明跨多個不同系統的機構識別碼 | ||||
Short | 基因檢測機構,衛福部公告名冊或LDTs核定函上之「案件編號」。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 1..1 This element is affected by the following invariants: ele-1, org-1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | Organizations通常有多種識別碼。有些機構保有數個,而大多數機構收集識別碼用於跟其他機構交流有關此機構的資訊。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2123. Bundle.entry:gene-organization.resource.identifier.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2125. Bundle.entry:gene-organization.resource.identifier.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2127. Bundle.entry:gene-organization.resource.identifier.use | |||||
Definition | 這個唯一識別碼(identifier)的用途 | ||||
Short | usual | official | temp | secondary | old (如果知道) | ||||
Comments | 應用程式可以假定一個識別碼是永久的,除非它明確說它是暫時的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 )如果已知,請說明此識別碼的目的;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從一組識別碼中為特定的使用情境選擇適當的識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2129. Bundle.entry:gene-organization.resource.identifier.type | |||||
Definition | 識別碼的代碼型別,用於決定特定目適用的識別碼。 | ||||
Short | 機構識別碼(identifier)的型別說明 | ||||
Comments | 這個資料項目只涉及識別碼的一般類別。它 必須沒有(SHALL NOT) 被用於與Identifier.system 1..1對應的代碼。一些識別碼可能由於常見的用法而屬於多個類別。在系統是已知的情況下,型別是不必要的,因為型別總是系統定義的一部分。然而,系統經常需要處理系統不為人知的識別碼。型別和系統之間不是1:1的關係,因為許多不同的系統有相同的型別。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from IdentifierType + 臺灣衛福部資訊處識別碼類型值集 (extensible to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/identifier-type-tw )識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中的其中一個代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許使用者在不知道識別碼系統的情況下利用識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2131. Bundle.entry:gene-organization.resource.identifier.type.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2133. Bundle.entry:gene-organization.resource.identifier.type.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2135. Bundle.entry:gene-organization.resource.identifier.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2137. Bundle.entry:gene-organization.resource.identifier.type.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2139. Bundle.entry:gene-organization.resource.identifier.type.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.identifier.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2141. Bundle.entry:gene-organization.resource.identifier.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2143. Bundle.entry:gene-organization.resource.identifier.type.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2145. Bundle.entry:gene-organization.resource.identifier.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2147. Bundle.entry:gene-organization.resource.identifier.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2149. Bundle.entry:gene-organization.resource.identifier.type.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2151. Bundle.entry:gene-organization.resource.identifier.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2153. Bundle.entry:gene-organization.resource.identifier.system | |||||
Definition | 建立值的命名空間-即一個描述一組值的唯一URL | ||||
Short | 機構識別碼(identifier)的命名空間(namespace),可至[twTerminology](https://fhir.mohw.gov.tw/ts/namingsystem.jsp?status=active&type=0)申請或查詢命名系統。 | ||||
Comments | Identifier.system總是區分大小寫 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 有許多識別碼的集合。為了進行兩個識別碼的對應,我們需要知道我們處理的是哪一組。系統指明了一個特定的唯一識別碼集。 | ||||
Pattern Value | https://dep.mohw.gov.tw | ||||
Example | <br/><b>General</b>:http://www.acme.com/identifiers/patient <br/><b>General</b>:https://dep.mohw.gov.tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2155. Bundle.entry:gene-organization.resource.identifier.value | |||||
Definition | 識別碼中通常與使用者有關的部分,在系統情境內是唯一的。 | ||||
Short | 唯一值 | ||||
Comments | 如果此值是一個完整的URI,那麼此系統 必須(SHALL) 是urn:ietf:rfc:3986。此值的主要目的是為了可運算的對應。因此,為了比較的目的,它可能會被正規化(例如:去除不重要的空白、破折號等)。一個為人顯示的格式化的值可以使用Rendered Value擴充來傳達。除非對Identifier.system的了解使處理者確信不區分大小寫的處理是安全的,否則Identifier.value應被視為區分大小寫。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:123456 <br/><b>General</b>:2023LDTB0002 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2157. Bundle.entry:gene-organization.resource.identifier.period | |||||
Definition | 識別碼有效/曾經有效使用的時段或期間 | ||||
Short | 此機構識別碼(identifier)的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
2159. Bundle.entry:gene-organization.resource.identifier.assigner | |||||
Definition | 簽發/管理識別碼的機構 | ||||
Short | 簽發identifier的機構(可以只是文字表述) | ||||
Comments | Identifier.assigner可以省略.reference資料項目,只包含一個.display資料項目,反映指定機構的名稱或其他文字表述資訊。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
2161. Bundle.entry:gene-organization.resource.active | |||||
Definition | 此機構的紀錄是否仍在使用中 | ||||
Short | 此機構的紀錄是否仍在使用中 | ||||
Comments | 這個Active標記不是用來標記機構暫時關閉或正在建設中。反而應該是Organization的地點(Location)應該具有暫停狀態。如果需要進一步詳細說明暫停的原因,那麼應該針對這個資料項目的提供一個擴充的資料項目。 這個資料項目被標記為修飾語/修飾用,因為它可用來標記resource是錯誤建立的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要一個標記表明此記錄不再被使用,一般來說應會在使用者界面中隱藏此資料項目。 | ||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2163. Bundle.entry:gene-organization.resource.type | |||||
Definition | 機構的型別 | ||||
Short | 機構的型別 | ||||
Comments | 機構可以是公司、病房、科室、臨床團隊、政府部門等。請注意,代碼通常是機構型別的分類;在許多應用程式中,若代碼是用來指明一個特定機構(例如:病房),而不是另一個相同型別的機構,那麼這些算是識別碼代碼,而不是型別代碼。 當考慮多個型別是否合適時,你應該評估子機構是否是一個更合適的概念使用,因為不同的型別可能在不同子區域的機構。這最有可能用於型別值不相關(orthogonal values)的地方,像是一個宗教的、學術的和醫學中心。 我們期望一些行政管轄區設計此資料項目為可選填且基數設定為1。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | For example codes, see OrganizationType (example to http://hl7.org/fhir/ValueSet/organization-type )用於分類機構;可參考所綁定值集,但此值集只是針對這個欄位的一個可能值的範例,不預期也不鼓勵使用者一定要使用此值集的代碼。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能夠追踪這是哪種機構-不同機構型別有不同的用途。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2165. Bundle.entry:gene-organization.resource.type.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2167. Bundle.entry:gene-organization.resource.type.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.type.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2169. Bundle.entry:gene-organization.resource.type.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2171. Bundle.entry:gene-organization.resource.type.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2173. Bundle.entry:gene-organization.resource.type.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.type.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2175. Bundle.entry:gene-organization.resource.type.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2177. Bundle.entry:gene-organization.resource.type.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2179. Bundle.entry:gene-organization.resource.type.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2181. Bundle.entry:gene-organization.resource.type.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2183. Bundle.entry:gene-organization.resource.type.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2185. Bundle.entry:gene-organization.resource.type.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2187. Bundle.entry:gene-organization.resource.name | |||||
Definition | 與此機構相關名稱 | ||||
Short | 機構的名稱 | ||||
Comments | 如果一個機構改變名稱,可以考慮把舊的名稱放在別名(alias)資料項目中,這樣仍然可以透過查詢找到它。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, org-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要使用名稱作為機構的標籤 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2189. Bundle.entry:gene-organization.resource.alias | |||||
Definition | 此機構目前或過去已知的其他(多個)名稱 | ||||
Short | 此機構目前或過去已知的其他(多個)名稱 | ||||
Comments | 沒有與別名/歷史名稱相關的日期,因為這不是為了追踪使用名稱的時間,而是為了協助查詢,以便舊名稱仍然可以指明此機構。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Requirements | 隨著時間的推移,地點和機構經歷了許多變化,可能會有不同的名稱。 對於查詢而言,了解此機構以前的名稱是非常有用的。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2191. Bundle.entry:gene-organization.resource.telecom | |||||
Definition | 此機構的詳細聯絡方式 | ||||
Short | 此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。 | ||||
Comments | 不能使用代碼 「home」。請注意,這些聯絡人不是指受僱於此機構或代表此機構的人的詳細聯絡方式,而是此機構本身的官方聯絡人。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-3 | ||||
Type | ContactPoint | ||||
Must Support | true | ||||
Requirements | 此機構的聯絡人 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() )org-3: The telecom of an organization can never be of use 'home' ( where(use = 'home').empty() ) | ||||
2193. Bundle.entry:gene-organization.resource.telecom.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2195. Bundle.entry:gene-organization.resource.telecom.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.telecom.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2197. Bundle.entry:gene-organization.resource.telecom.system | |||||
Definition | 聯絡方式的通訊形式-需要什麼通訊系統進行聯絡 | ||||
Short | phone | fax | email | pager | url | sms | other | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1, cpt-2 | ||||
Binding | The codes SHALL be taken from ContactPointSystem (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2199. Bundle.entry:gene-organization.resource.telecom.value | |||||
Definition | 實際的聯絡方式之細節,針對指定的通訊系統提供有意義的形式(電話號碼或是電子郵件位址)。 | ||||
Short | 實際的聯絡方式之細節 | ||||
Comments | 額外的文字資料,例如電話分機號碼、或關於聯絡人的說明,有時也包括於此值。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需支援非嚴格格式控制之舊有號碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2201. Bundle.entry:gene-organization.resource.telecom.use | |||||
Definition | 確定聯絡方式的用途 | ||||
Short | home | work | temp | old | mobile-此聯絡方式的用途 | ||||
Comments | 應用程式可以假定一個聯絡方法是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from ContactPointUse (required to http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 需要追蹤此人使用這種聯絡的方式,使用者可以選擇適合他們用途的聯絡方式。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2203. Bundle.entry:gene-organization.resource.telecom.rank | |||||
Definition | 具體說明使用一組聯繫方式的優先順序,較小排名序位的聯絡方式比較大排名序位的聯絡方式之序位還要前面。 | ||||
Short | 具體說明偏好的使用順序(1=最高優先順序) | ||||
Comments | 請注意,排名序位沒有一定要遵循聯絡方式在實例中呈現的順序。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | positiveInt | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2205. Bundle.entry:gene-organization.resource.telecom.period | |||||
Definition | 此聯絡方式的使用效期 | ||||
Short | 此聯絡方式的使用效期 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
2207. Bundle.entry:gene-organization.resource.address | |||||
Definition | 此機構的地址 | ||||
Short | 此機構的地址。 org-2:一個機構的地址永遠不可能是「家用」,意即不可能使用「home」。 | ||||
Comments | 機構可能有多個地址,有不同的用途或適用期。不使用代碼「home」。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1, org-2 | ||||
Type | Address(TW Core Address) | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )org-2: An address of an organization can never be of use 'home' ( where(use = 'home').empty() ) | ||||
2209. Bundle.entry:gene-organization.resource.address.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2211. Bundle.entry:gene-organization.resource.address.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2213. Bundle.entry:gene-organization.resource.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2215. Bundle.entry:gene-organization.resource.address.extension:room.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2217. Bundle.entry:gene-organization.resource.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2219. Bundle.entry:gene-organization.resource.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
2221. Bundle.entry:gene-organization.resource.address.extension:room.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2223. Bundle.entry:gene-organization.resource.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2225. Bundle.entry:gene-organization.resource.address.extension:floor.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2227. Bundle.entry:gene-organization.resource.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2229. Bundle.entry:gene-organization.resource.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
2231. Bundle.entry:gene-organization.resource.address.extension:floor.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2233. Bundle.entry:gene-organization.resource.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2235. Bundle.entry:gene-organization.resource.address.extension:number.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2237. Bundle.entry:gene-organization.resource.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2239. Bundle.entry:gene-organization.resource.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
2241. Bundle.entry:gene-organization.resource.address.extension:number.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2243. Bundle.entry:gene-organization.resource.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2245. Bundle.entry:gene-organization.resource.address.extension:alley.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2247. Bundle.entry:gene-organization.resource.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2249. Bundle.entry:gene-organization.resource.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
2251. Bundle.entry:gene-organization.resource.address.extension:alley.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2253. Bundle.entry:gene-organization.resource.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2255. Bundle.entry:gene-organization.resource.address.extension:lane.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2257. Bundle.entry:gene-organization.resource.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2259. Bundle.entry:gene-organization.resource.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
2261. Bundle.entry:gene-organization.resource.address.extension:lane.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2263. Bundle.entry:gene-organization.resource.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2265. Bundle.entry:gene-organization.resource.address.extension:section.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2267. Bundle.entry:gene-organization.resource.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2269. Bundle.entry:gene-organization.resource.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
2271. Bundle.entry:gene-organization.resource.address.extension:section.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2273. Bundle.entry:gene-organization.resource.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2275. Bundle.entry:gene-organization.resource.address.extension:neighborhood.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2277. Bundle.entry:gene-organization.resource.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2279. Bundle.entry:gene-organization.resource.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
2281. Bundle.entry:gene-organization.resource.address.extension:neighborhood.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2283. Bundle.entry:gene-organization.resource.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2285. Bundle.entry:gene-organization.resource.address.extension:village.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2287. Bundle.entry:gene-organization.resource.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2289. Bundle.entry:gene-organization.resource.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
2291. Bundle.entry:gene-organization.resource.address.extension:village.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2293. Bundle.entry:gene-organization.resource.address.use | |||||
Definition | 此地址的用途 | ||||
Short | home | work | temp | old | billing - 此地址的用途 | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2295. Bundle.entry:gene-organization.resource.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 | ||||
Short | postal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2297. Bundle.entry:gene-organization.resource.address.text | |||||
Definition | 具體說明整個地址,因為它應該顯示在郵政標籤上,這可替代或與特定的部分一起提供。 | ||||
Short | 地址的文字表述 | ||||
Comments | 可以同時提供文字表述和各部分的地址資料項目內容。更新地址的應用程式 必須(SHALL) 確保當文字表述和各部分的地址資料項目內容都存在時,文字表述不包括各部分的地址資料項目內容中沒有的內容,意即兩者內容會一致。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2299. Bundle.entry:gene-organization.resource.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 | ||||
Short | 路/街 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2301. Bundle.entry:gene-organization.resource.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2303. Bundle.entry:gene-organization.resource.address.district | |||||
Definition | 行政區域(縣)的名稱 | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。 | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2305. Bundle.entry:gene-organization.resource.address.state | |||||
Definition | 一個國家的子單位,在聯邦組織的國家中擁有有限的主權。如果代碼被普遍使用,可使用代碼(例如:美國2個字母的州代碼)。 | ||||
Short | 國家的子單位(縮寫也可以)。原文為:Sub-unit of country (abbreviations ok)。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Alternate Names | Province, Territory | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2307. Bundle.entry:gene-organization.resource.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 | ||||
Short | 郵遞區號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2309. Bundle.entry:gene-organization.resource.address.postalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | xml:id(或JSON格式)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2311. Bundle.entry:gene-organization.resource.address.postalCode.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2313. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2315. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2317. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2319. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
2321. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2323. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2325. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2327. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2329. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2331. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2333. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2335. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2337. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2339. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2341. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2343. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2345. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2347. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2349. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2351. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2353. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2355. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2357. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2359. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2361. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2363. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2365. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2367. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2369. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2371. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2373. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2375. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2377. Bundle.entry:gene-organization.resource.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2379. Bundle.entry:gene-organization.resource.address.postalCode.value | |||||
Definition | 實際值 | ||||
Short | 郵遞區號 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
2381. Bundle.entry:gene-organization.resource.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。 | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2383. Bundle.entry:gene-organization.resource.address.period | |||||
Definition | 此地址曾經/正在使用的時間區間 | ||||
Short | 此地址曾經/正在使用的時間區間 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許將地址依時間排放 | ||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
2385. Bundle.entry:gene-organization.resource.partOf | |||||
Definition | 此機構屬於哪個更高層次機構的一部分 | ||||
Short | 此機構屬於哪個更高層次機構的一部分 | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Reference(TW Core Organization) | ||||
Summary | true | ||||
Requirements | 需要能夠追踪一個機構內的機構層次結構 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
2387. Bundle.entry:gene-organization.resource.contact | |||||
Definition | 某一用途的機構聯絡方式 | ||||
Short | 某一用途的機構聯絡方式 | ||||
Comments | 如果為同一個用途提供多個聯絡方式,則可有一個擴充的資料項目用以決定哪一個優先聯絡。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | BackboneElement | ||||
Requirements | 需要在更大的機構內追踪用的指定聯絡方式 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2389. Bundle.entry:gene-organization.resource.contact.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2391. Bundle.entry:gene-organization.resource.contact.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2393. Bundle.entry:gene-organization.resource.contact.modifierExtension | |||||
Definition | 可以用來表示不屬於資料項目的基本定義的附加資訊,並且修改對它所內嵌(contained)的資料項目的理解和/或對包含資料項目之後續使用的理解。通常,修飾用的資料項目提供否定或限定。為了使擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一組要求 必須(SHALL) 滿足。處理resource的應用程式被要求檢查修飾用的擴充資料項目。 修飾用的擴充資料項目 必須沒有(SHALL NOT) 改變resource或DomainResource上任何資料項目的含義(包括不能改變modifierExtension本身的含義)。 | ||||
Short | 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | 修飾用的資料項目擴充將不能安全地忽略的擴充與絕大多數可以安全地忽略的擴充明確區分開來。透過消除禁止實作者擴充存在的需求來促進可互操作性。更多訊息,請參見修飾用的資料項目擴充之定義。 | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2395. Bundle.entry:gene-organization.resource.contact.purpose | |||||
Definition | 表明可聯絡到此聯絡人的聯絡方式之用途 | ||||
Short | 聯絡的型別 | ||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | Unless not suitable, these codes SHALL be taken from ContactEntityType (extensible to http://hl7.org/fhir/ValueSet/contactentity-type )你所聯絡之聯絡人的聯絡方式用途;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
Requirements | 需要對多個聯絡人進行區分 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2397. Bundle.entry:gene-organization.resource.contact.purpose.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2399. Bundle.entry:gene-organization.resource.contact.purpose.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.purpose.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2401. Bundle.entry:gene-organization.resource.contact.purpose.coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles )。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2403. Bundle.entry:gene-organization.resource.contact.purpose.coding.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照),這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2405. Bundle.entry:gene-organization.resource.contact.purpose.coding.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.purpose.coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2407. Bundle.entry:gene-organization.resource.contact.purpose.coding.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2409. Bundle.entry:gene-organization.resource.contact.purpose.coding.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2411. Bundle.entry:gene-organization.resource.contact.purpose.coding.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2413. Bundle.entry:gene-organization.resource.contact.purpose.coding.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2415. Bundle.entry:gene-organization.resource.contact.purpose.coding.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2417. Bundle.entry:gene-organization.resource.contact.purpose.text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2419. Bundle.entry:gene-organization.resource.contact.name | |||||
Definition | 聯絡人名字 | ||||
Short | 聯絡人名字 | ||||
Comments | Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | HumanName | ||||
Requirements | 需能透過名字來追綜此聯絡人 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2421. Bundle.entry:gene-organization.resource.contact.telecom | |||||
Definition | 可與此人聯絡的詳細聯絡方式(如電話或電子郵件地址等) | ||||
Short | 聯絡人的詳細聯絡方式(例如:電話、電子郵件等)。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | ContactPoint | ||||
Requirements | 人們有(主要)方式與他們聯絡,如電話、電子郵件。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )cpt-2: A system is required if a value is provided. ( value.empty() or system.exists() ) | ||||
2423. Bundle.entry:gene-organization.resource.contact.address | |||||
Definition | 可到訪及郵寄聯絡人的地址 | ||||
Short | 聯絡人的到訪或郵政地址 | ||||
Comments | 注意:地址的目的是描述用於管理目的之郵政地址,而不是描述絕對的地理座標。郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Address(TW Core Address) | ||||
Requirements | 為了聯絡、計費或通報要求而可能需要追踪機構的地址 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2425. Bundle.entry:gene-organization.resource.contact.address.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2427. Bundle.entry:gene-organization.resource.contact.address.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2429. Bundle.entry:gene-organization.resource.contact.address.extension:room | |||||
Slice Name | room | ||||
Definition | 臺灣地址欄位-室 | ||||
Short | 室 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Room) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2431. Bundle.entry:gene-organization.resource.contact.address.extension:room.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2433. Bundle.entry:gene-organization.resource.contact.address.extension:room.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2435. Bundle.entry:gene-organization.resource.contact.address.extension:room.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room | ||||
2437. Bundle.entry:gene-organization.resource.contact.address.extension:room.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2439. Bundle.entry:gene-organization.resource.contact.address.extension:floor | |||||
Slice Name | floor | ||||
Definition | 臺灣地址欄位-樓 | ||||
Short | 樓 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Floor) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2441. Bundle.entry:gene-organization.resource.contact.address.extension:floor.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2443. Bundle.entry:gene-organization.resource.contact.address.extension:floor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2445. Bundle.entry:gene-organization.resource.contact.address.extension:floor.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor | ||||
2447. Bundle.entry:gene-organization.resource.contact.address.extension:floor.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2449. Bundle.entry:gene-organization.resource.contact.address.extension:number | |||||
Slice Name | number | ||||
Definition | 臺灣地址欄位-號 | ||||
Short | 號 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Number) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2451. Bundle.entry:gene-organization.resource.contact.address.extension:number.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2453. Bundle.entry:gene-organization.resource.contact.address.extension:number.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2455. Bundle.entry:gene-organization.resource.contact.address.extension:number.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number | ||||
2457. Bundle.entry:gene-organization.resource.contact.address.extension:number.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2459. Bundle.entry:gene-organization.resource.contact.address.extension:alley | |||||
Slice Name | alley | ||||
Definition | 臺灣地址欄位-弄 | ||||
Short | 弄 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Alley) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2461. Bundle.entry:gene-organization.resource.contact.address.extension:alley.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2463. Bundle.entry:gene-organization.resource.contact.address.extension:alley.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2465. Bundle.entry:gene-organization.resource.contact.address.extension:alley.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley | ||||
2467. Bundle.entry:gene-organization.resource.contact.address.extension:alley.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2469. Bundle.entry:gene-organization.resource.contact.address.extension:lane | |||||
Slice Name | lane | ||||
Definition | 臺灣地址欄位-巷 | ||||
Short | 巷/衖 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Lane) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 巷, 衖 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2471. Bundle.entry:gene-organization.resource.contact.address.extension:lane.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2473. Bundle.entry:gene-organization.resource.contact.address.extension:lane.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2475. Bundle.entry:gene-organization.resource.contact.address.extension:lane.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane | ||||
2477. Bundle.entry:gene-organization.resource.contact.address.extension:lane.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2479. Bundle.entry:gene-organization.resource.contact.address.extension:section | |||||
Slice Name | section | ||||
Definition | 臺灣地址欄位-段 | ||||
Short | 段 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Section) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2481. Bundle.entry:gene-organization.resource.contact.address.extension:section.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2483. Bundle.entry:gene-organization.resource.contact.address.extension:section.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2485. Bundle.entry:gene-organization.resource.contact.address.extension:section.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section | ||||
2487. Bundle.entry:gene-organization.resource.contact.address.extension:section.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2489. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood | |||||
Slice Name | neighborhood | ||||
Definition | 臺灣地址欄位-鄰 | ||||
Short | 鄰 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Neighborhood) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2491. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2493. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2495. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood | ||||
2497. Bundle.entry:gene-organization.resource.contact.address.extension:neighborhood.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2499. Bundle.entry:gene-organization.resource.contact.address.extension:village | |||||
Slice Name | village | ||||
Definition | 臺灣地址欄位-村(里) | ||||
Short | 村(里) | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Village) (Extension Type: string) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content, 村, 里 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2501. Bundle.entry:gene-organization.resource.contact.address.extension:village.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2503. Bundle.entry:gene-organization.resource.contact.address.extension:village.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2505. Bundle.entry:gene-organization.resource.contact.address.extension:village.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village | ||||
2507. Bundle.entry:gene-organization.resource.contact.address.extension:village.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Standard Status | Normative (from Normative) | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2509. Bundle.entry:gene-organization.resource.contact.address.use | |||||
Definition | 此地址的用途 | ||||
Short | home | work | temp | old | billing - 此地址的用途 | ||||
Comments | 應用程式可假定一個地址是目前使用中,除非它明確說它是暫時的或舊的。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )應填入AddressUse值集中的其中一個代碼 | ||||
Type | code | ||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許從清單中挑選適當的地址用途 | ||||
Example | <br/><b>General</b>:home | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2511. Bundle.entry:gene-organization.resource.contact.address.type | |||||
Definition | 區分實際地址(你可以拜訪的地址)和郵寄地址(如郵政信箱和轉遞地址),大多數地址都是這兩種。 | ||||
Short | postal | physical | both | ||||
Comments | 地址的定義指出「地址旨在描述郵政地址,而不是實體位置」。但許多應用程式追蹤一個地址是否具有雙重目的,既是一個可以拜訪的地點,亦是一個有效的投遞目的地,郵政地址經常被用作實體位置的代表(亦可見Locationresource)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )應填入AddressType值集中的其中一個代碼 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Example | <br/><b>General</b>:both | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2513. Bundle.entry:gene-organization.resource.contact.address.text | |||||
Definition | 具體說明整個地址,因為它應該顯示在郵政標籤上,這可替代或與特定的部分一起提供。 | ||||
Short | 地址的文字表述 | ||||
Comments | 可以同時提供文字表述和各部分的地址資料項目內容。更新地址的應用程式 必須(SHALL) 確保當文字表述和各部分的地址資料項目內容都存在時,文字表述不包括各部分的地址資料項目內容中沒有的內容,意即兩者內容會一致。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 一個可呈現的、未編碼的形式。 | ||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2515. Bundle.entry:gene-organization.resource.contact.address.line | |||||
Definition | 此部分包含門牌號碼、公寓號碼、街道名稱、街道方向、郵政信箱號碼、送貨提示以及類似的地址資訊。 | ||||
Short | 路/街 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | 路, 街 | ||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2517. Bundle.entry:gene-organization.resource.contact.address.city | |||||
Definition | 市、鄉、鎮、村或其他社區或配送中心的名稱。 | ||||
Short | 鄉/鎮/市/區,定義上與國際的等級一致。原文為:Name of city, town etc.。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Municpality, 鄉, 鎮, 市, 區 | ||||
Example | <br/><b>General</b>:Erewhon | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2519. Bundle.entry:gene-organization.resource.contact.address.district | |||||
Definition | 行政區域(縣)的名稱 | ||||
Short | 縣/市,定義上與國際的等級一致。原文為:District name (aka county)。 | ||||
Comments | 區(district)有時被稱為縣(country),但在一些區域(regions),「縣(country)」被用來代替市(直轄市),所以縣名應該用市名來代替傳達。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | County, 市 | ||||
Example | <br/><b>General</b>:Madison | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2521. Bundle.entry:gene-organization.resource.contact.address.state | |||||
Definition | 一個國家的子單位,在聯邦組織的國家中擁有有限的主權。如果代碼被普遍使用,可使用代碼(例如:美國2個字母的州代碼)。 | ||||
Short | 國家的子單位(縮寫也可以)。原文為:Sub-unit of country (abbreviations ok)。 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Alternate Names | Province, Territory | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2523. Bundle.entry:gene-organization.resource.contact.address.postalCode | |||||
Definition | 指定一個由郵政服務定義的區域之郵遞區號 | ||||
Short | 郵遞區號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Alternate Names | Zip | ||||
Example | <br/><b>General</b>:9132 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2525. Bundle.entry:gene-organization.resource.contact.address.postalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | xml:id(或JSON格式)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2527. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension | |||||
Definition | 擴充的資料項目 | ||||
Short | 擴充的資料項目 | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2529. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode | |||||
Slice Name | PostalCode | ||||
Definition | 臺灣郵遞區號 | ||||
Short | 臺灣郵遞區號 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Extension(TW Postal code) (Extension Type: CodeableConcept(TW CodeableConcept)) | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2531. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2533. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2535. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.url | |||||
Definition | 擴充的資料項目之定義連結—一個邏輯名稱或URL | ||||
Short | 擴充的資料項目名稱 | ||||
Comments | 此定義可直接指向可計算的或人類可讀的擴充資料項目的定義,也可以是其他規範中聲明的邏輯URI。此定義必須(SHALL) 定義擴充的結構定義的URI。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Fixed Value | https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code | ||||
2537. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x] | |||||
Definition | 擴充的資料項目的內容值—必須是一組受限制的data type中的一個(清單請見Extensibility) | ||||
Short | 擴充的資料項目的內容值 | ||||
Comments | 並非所有的專門術語使用都符合這個一般模式。在某些情況下,資料模型不應該使用CodeableConcept,而應直接使用Coding,並提供他們自己的結構來管理文字、編碼、翻譯、資料項目之間的關係、先組合配對(pre-)和後組合配對(post-coordination)。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | CodeableConcept(TW CodeableConcept) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Must Support | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2539. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2541. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2543. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding | |||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2545. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3 | |||||
Slice Name | PostalCode3 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政3碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code3-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2547. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2549. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2551. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2553. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2555. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2557. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2559. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode3.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2561. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5 | |||||
Slice Name | PostalCode5 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政5碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code5-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2563. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2565. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2567. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2569. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2571. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2573. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2575. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode5.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2577. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6 | |||||
Slice Name | PostalCode6 | ||||
Definition | 由專門術語系統(terminology system)所定義之代碼的參照 | ||||
Short | 由專門術語系統(terminology system)定義的代碼 | ||||
Comments | 代碼可以在列舉清單(enumerations)或代碼清單(code lists)中非常隨意地定義,直至有非常正式的定義,例如:SNOMED CT—更多資訊見HL7 v3核心原則(Core Principles)。編碼的排序是未定義的因而 必須沒有(SHALL NOT) 被用來推斷意義。一般來說,最多只有一個編碼值(coding values)會被標記為UserSelected = true。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Binding | The codes SHALL be taken from 臺灣中華郵政6碼郵遞區號值集 (required to https://twcore.mohw.gov.tw/ig/twcore/ValueSet/postal-code6-tw )應填入所綁定值集中的其中一個代碼 | ||||
Type | Coding(TW Coding) | ||||
Must Support | true | ||||
Standard Status | Normative (from Normative) | ||||
Summary | true | ||||
Requirements | 允許代碼系統中的替代編碼,以及翻譯到其他編碼系統。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2579. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.id | |||||
Definition | resource中資料項目的唯一ID(用於內部參照)。這可以是任何不含空格的字串。 | ||||
Short | 唯一可識別ID,以供資料項目間相互參照。 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
2581. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.extension | |||||
Definition | 可用於表示不屬於此資料項目基本定義的附加資訊。為了擴充的使用安全和可管理,對擴充的定義和使用有一套嚴格的管理。儘管任何實作者都可以定義一個擴充,但作為擴充定義的一部分,有一套要求 必須(SHALL) 滿足。 | ||||
Short | 擴充的資料項目 | ||||
Comments | 無論使用或定義擴充的機構或管轄區,任何應用程式、專案或標準使用擴充都不背負任何污名(stigma)。使用擴充是允許FHIR規範為每個人保留一個核心的簡易性。 | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Extension | ||||
Standard Status | Normative (from Normative) | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
Slicing | This element introduces a set of slices on Bundle.entry.resource.contact.address.postalCode.extension.value[x].coding.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
2583. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.system | |||||
Definition | 定義代碼中符號意義的代碼系統識別 | ||||
Short | 專門術語系統(terminology system)的識別 | ||||
Comments | URI可以是一個OID(urn:oid:...)或一個UUID(urn:uuid:...);OID和UUID 必須(SHALL) 參照HL7 OID註冊中心;否則,URI應該來自HL7的FHIR定義的特殊URI列表,或者它應該參照一些明確建立的系统定義。 | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | uri | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要明確說明符號定義的來源 | ||||
Pattern Value | https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2585. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.version | |||||
Definition | 選擇此代碼時使用的代碼系統版本;請注意,一個維護良好的代碼系統不需要版本報告,因為代碼的意義在不同系統版本中是一致的;然而,不能始終保證這點,當不能保證意義一致時, 必須(SHALL) 將版本資訊也一併作交換。 | ||||
Short | 系統的版本—如果相關的話 | ||||
Comments | 如果專門術語沒有明確定義應該使用什麼字串來識別代碼系統的版本,建議使用版本正式發布的日期(用FHIR日期格式表示)作為版本日期。 | ||||
Note | This is a business version Id, not a resource version Id (see discussion) | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2587. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.code | |||||
Definition | 系統定義的語法之符號;符號可能是一個預先定義的代碼,也可能是代碼系統定義的語法中的表達式(如後組合配對/後組合式)。 | ||||
Short | 系統定義的語法之符號 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 1..1 This element is affected by the following invariants: ele-1 | ||||
Type | code | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要參照系統中的一個特定代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2589. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.display | |||||
Definition | 遵循系統的規則以呈現代碼含義的表示法 | ||||
Short | 由系統定義的表示法 | ||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 需要能為不了解此系統的讀者呈現可讀的代碼含義 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2591. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].coding:PostalCode6.userSelected | |||||
Definition | 表明此編碼是由使用者直接選擇,例如:從可用項目(代碼或顯示名稱)的清單中選擇。 | ||||
Short | 此編碼是否由使用者直接選擇? | ||||
Comments | 在一系列備選方案中,直接選擇的代碼是新翻譯最合適的起點;關於「直接選擇」的確切意義,存在模糊不清之處,可能需要貿易夥伴的同意,以更完整澄清此資料項目的使用及其後果。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | boolean | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | 已被確定為一個臨床安全準則—此確切的系統/代碼對(code pair)是被明確選擇的,而不是由系統根據一些規則或是程式語言處理判斷。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2593. Bundle.entry:gene-organization.resource.contact.address.postalCode.extension:PostalCode.value[x].text | |||||
Definition | 輸入資料的使用者所見/所選/所說的人類可讀文字表述,和(或)其代表使用者的預期含義。 | ||||
Short | 概念的文字表示法 | ||||
Comments | 很多時候,此文字表述與其中一個代碼的顯示名稱相同。 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | 專門術語中的代碼並不總是能捕捉人類使用的細微差別的正確意義,或者根本就沒有合適的代碼;這些情況下,文字表述被用來捕捉來源的全部意義。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2595. Bundle.entry:gene-organization.resource.contact.address.postalCode.value | |||||
Definition | 實際值 | ||||
Short | 郵遞區號 | ||||
Control | 0..1 | ||||
Type | string | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Max Length: | 1048576 | ||||
2597. Bundle.entry:gene-organization.resource.contact.address.country | |||||
Definition | 國家—通常被理解為或普遍被接受的一個國家。 | ||||
Short | 國家(例如:ISO 3166的2個或3個字母代碼)。 | ||||
Comments | 可用ISO 3166的3個字母代碼來代替人類可讀的國家名 | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | string | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2599. Bundle.entry:gene-organization.resource.contact.address.period | |||||
Definition | 此地址曾經/正在使用的時間區間 | ||||
Short | 此地址曾經/正在使用的時間區間 | ||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
Type | Period | ||||
Summary | true | ||||
Requirements | 允許將地址依時間排放 | ||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||
2601. Bundle.entry:gene-organization.resource.endpoint | |||||
Definition | 存取此Organization的技術服務的終端(endpoints) | ||||
Short | 存取此Organization的技術服務的終端(endpoints) | ||||
Comments | References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. | ||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||
Type | Reference(Endpoint) | ||||
Requirements | 機構有多個提供各種服務的系統,需要能夠定義技術連接的細節,如何連接到這些系統,以及為了什麼目的。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||
2603. Bundle.entry:gene-organization.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2605. Bundle.entry:gene-organization.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2607. Bundle.entry:gene-organization.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2609. Bundle.entry:gene-organization.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2611. Bundle.entry:gene-organization.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2613. Bundle.entry:gene-organization.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2615. Bundle.entry:gene-organization.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2617. Bundle.entry:gene-organization.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2619. Bundle.entry:gene-organization.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2621. Bundle.entry:gene-organization.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2623. Bundle.entry:gene-organization.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2625. Bundle.entry:gene-organization.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2627. Bundle.entry:gene-organization.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2629. Bundle.entry:gene-organization.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2631. Bundle.entry:gene-organization.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2633. Bundle.entry:gene-organization.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2635. Bundle.entry:gene-organization.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2637. Bundle.entry:gene-organization.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2639. Bundle.entry:gene-organization.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2641. Bundle.entry:gene-organization.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2643. Bundle.entry:gene-organization.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2645. Bundle.entry:gene-organization.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2647. Bundle.entry:gene-organization.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2649. Bundle.entry:gene-organization.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2651. Bundle.entry:gene-organization.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2653. Bundle.entry:specimen | |||||
Slice Name | specimen | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因檢測檢體-Specimen TWNGS | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
2655. Bundle.entry:specimen.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2657. Bundle.entry:specimen.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2659. Bundle.entry:specimen.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2661. Bundle.entry:specimen.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2663. Bundle.entry:specimen.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2665. Bundle.entry:specimen.resource | |||||
Definition | 用於分析的檢體 | ||||
Short | 用於分析的檢體 | ||||
Control | 1..1 | ||||
Type | Specimen(基因檢測檢體-Specimen TWNGS) | ||||
Must Support | true | ||||
2667. Bundle.entry:specimen.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2669. Bundle.entry:specimen.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2671. Bundle.entry:specimen.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2673. Bundle.entry:specimen.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2675. Bundle.entry:specimen.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2677. Bundle.entry:specimen.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2679. Bundle.entry:specimen.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2681. Bundle.entry:specimen.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2683. Bundle.entry:specimen.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2685. Bundle.entry:specimen.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2687. Bundle.entry:specimen.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2689. Bundle.entry:specimen.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2691. Bundle.entry:specimen.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2693. Bundle.entry:specimen.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2695. Bundle.entry:specimen.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2697. Bundle.entry:specimen.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2699. Bundle.entry:specimen.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2701. Bundle.entry:specimen.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2703. Bundle.entry:specimen.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2705. Bundle.entry:specimen.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2707. Bundle.entry:specimen.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2709. Bundle.entry:specimen.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2711. Bundle.entry:specimen.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2713. Bundle.entry:specimen.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2715. Bundle.entry:specimen.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2717. Bundle.entry:device | |||||
Slice Name | device | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因定序檢測裝置-Device TWNGS | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
2719. Bundle.entry:device.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2721. Bundle.entry:device.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2723. Bundle.entry:device.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2725. Bundle.entry:device.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2727. Bundle.entry:device.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2729. Bundle.entry:device.resource | |||||
Definition | A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. | ||||
Short | Item used in healthcare | ||||
Control | 1..1 | ||||
Type | Device(基因定序檢測裝置-Device TWNGS) | ||||
Must Support | true | ||||
2731. Bundle.entry:device.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2733. Bundle.entry:device.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2735. Bundle.entry:device.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2737. Bundle.entry:device.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2739. Bundle.entry:device.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2741. Bundle.entry:device.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2743. Bundle.entry:device.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2745. Bundle.entry:device.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2747. Bundle.entry:device.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2749. Bundle.entry:device.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2751. Bundle.entry:device.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2753. Bundle.entry:device.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2755. Bundle.entry:device.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2757. Bundle.entry:device.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2759. Bundle.entry:device.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2761. Bundle.entry:device.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2763. Bundle.entry:device.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2765. Bundle.entry:device.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2767. Bundle.entry:device.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2769. Bundle.entry:device.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2771. Bundle.entry:device.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2773. Bundle.entry:device.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2775. Bundle.entry:device.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2777. Bundle.entry:device.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2779. Bundle.entry:device.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2781. Bundle.entry:documentReference | |||||
Slice Name | documentReference | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因報告-DocumentReference TWNGS | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
2783. Bundle.entry:documentReference.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2785. Bundle.entry:documentReference.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2787. Bundle.entry:documentReference.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2789. Bundle.entry:documentReference.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2791. Bundle.entry:documentReference.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2793. Bundle.entry:documentReference.resource | |||||
Definition | 這是對任何目的文件的參照。它提供了有關文件的metadata,以便能夠找到並管理此文件。文件的範圍包括任何具有MIME類型的序列物件(seralized object),例如:以病人為中心的文件(CDA)、臨床註釋、掃描的紙張,以及非與病人有關的文件,像是政策文字表述。 | ||||
Short | 文件的參照 | ||||
Comments | 通常,這用於除了由FHIR定義之外的文件。 | ||||
Control | 1..1 | ||||
Type | DocumentReference(基因報告-DocumentReference TWNGS) | ||||
Must Support | true | ||||
2795. Bundle.entry:documentReference.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2797. Bundle.entry:documentReference.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2799. Bundle.entry:documentReference.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2801. Bundle.entry:documentReference.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2803. Bundle.entry:documentReference.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2805. Bundle.entry:documentReference.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2807. Bundle.entry:documentReference.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2809. Bundle.entry:documentReference.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2811. Bundle.entry:documentReference.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2813. Bundle.entry:documentReference.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2815. Bundle.entry:documentReference.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2817. Bundle.entry:documentReference.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2819. Bundle.entry:documentReference.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2821. Bundle.entry:documentReference.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2823. Bundle.entry:documentReference.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2825. Bundle.entry:documentReference.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2827. Bundle.entry:documentReference.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2829. Bundle.entry:documentReference.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2831. Bundle.entry:documentReference.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2833. Bundle.entry:documentReference.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2835. Bundle.entry:documentReference.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2837. Bundle.entry:documentReference.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2839. Bundle.entry:documentReference.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2841. Bundle.entry:documentReference.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2843. Bundle.entry:documentReference.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2845. Bundle.entry:observation | |||||
Slice Name | observation | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因資訊-Observation TWNGS | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
2847. Bundle.entry:observation.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2849. Bundle.entry:observation.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2851. Bundle.entry:observation.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2853. Bundle.entry:observation.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2855. Bundle.entry:observation.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2857. Bundle.entry:observation.resource | |||||
Definition | Measurements and simple assertions made about a patient, device or other subject. | ||||
Short | Measurements and simple assertions | ||||
Comments | Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc. | ||||
Control | 1..1 | ||||
Type | Observation(基因資訊-Observation TWNGS) | ||||
Must Support | true | ||||
Alternate Names | Vital Signs, Measurement, Results, Tests | ||||
2859. Bundle.entry:observation.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2861. Bundle.entry:observation.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2863. Bundle.entry:observation.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2865. Bundle.entry:observation.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2867. Bundle.entry:observation.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2869. Bundle.entry:observation.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2871. Bundle.entry:observation.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2873. Bundle.entry:observation.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2875. Bundle.entry:observation.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2877. Bundle.entry:observation.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2879. Bundle.entry:observation.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2881. Bundle.entry:observation.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2883. Bundle.entry:observation.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2885. Bundle.entry:observation.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2887. Bundle.entry:observation.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2889. Bundle.entry:observation.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2891. Bundle.entry:observation.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2893. Bundle.entry:observation.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2895. Bundle.entry:observation.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2897. Bundle.entry:observation.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2899. Bundle.entry:observation.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2901. Bundle.entry:observation.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2903. Bundle.entry:observation.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2905. Bundle.entry:observation.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2907. Bundle.entry:observation.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2909. Bundle.entry:serviceRequest | |||||
Slice Name | serviceRequest | ||||
Definition | Bundle resource中的條目 - 將包含一個resource或是關於resource的資訊(僅限transactions和history)。 | ||||
Short | 基因定序檢測申請項目-ServiceRequest TWNGS | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | true | ||||
Invariants | bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists() )bdl-8: fullUrl cannot be a version specific reference ( fullUrl.contains('/_history/').not() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||
2911. Bundle.entry:serviceRequest.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2913. Bundle.entry:serviceRequest.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2915. Bundle.entry:serviceRequest.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2917. Bundle.entry:serviceRequest.link | |||||
Definition | 為本條目提供情境背景的一系列連結。 | ||||
Short | 與本條目相關的連結 | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2919. Bundle.entry:serviceRequest.fullUrl | |||||
Definition | resource的絕對URL。fullUrl **必須沒有(SHALL NOT)**與resource中的 id 不一致,也就是說如果 fullUrl 不是 urn:uuid,則 URL 應為與 Resource.id 一致的不分版本的URL。fullUrl 是對resource的不分版本參照。fullUrl 資料項目必須有一個值,但以下情況除外: 在 POST 時,fullUrl 可以為空(雖然在 bundle 中包含暫時 id 時,fullUrl 不需要為空) 操作結果可能涉及未被識別的resources。 | ||||
Short | Resource的 URI(絕對 URL 伺服器地址或 UUID/OID 的 URI) | ||||
Comments | fullUrl 在resource上下文中可能不是唯一的。請注意:由於 FHIR resource不需要透過 FHIR API 提供服務,因此 fullURL 可能是一個 URN 或絕對 URL,而不是以resource的邏輯 id(Resource.id)結尾。但是,如果 fullUrl 看起來確實像 RESTful 伺服器 URL(例如:符合正則表達式regex,則 fullUrl 的 「id」部分 必須(SHALL) 以 Resource.id 結尾。 請注意:fullUrl 與 canonical URL(正準URL) 並不相同,fullUrl是為resource提供服務的端點的絕對 URL(這些在為 resource 帶有 canonical URL 的 Canonical 伺服器上將具有相同的值)。 | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2921. Bundle.entry:serviceRequest.resource | |||||
Definition | A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. | ||||
Short | A request for a service to be performed | ||||
Control | 1..1 | ||||
Type | ServiceRequest(基因定序檢測申請項目-ServiceRequest TWNGS) | ||||
Must Support | true | ||||
Alternate Names | diagnostic request, referral, referral request, transfer of care request | ||||
2923. Bundle.entry:serviceRequest.search | |||||
Definition | 有關如何進行查詢才能創建此條目的解釋資訊。 | ||||
Short | 查詢有關的資訊 | ||||
Control | 0..1 This element is affected by the following invariants: bdl-2 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2925. Bundle.entry:serviceRequest.search.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2927. Bundle.entry:serviceRequest.search.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2929. Bundle.entry:serviceRequest.search.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2931. Bundle.entry:serviceRequest.search.mode | |||||
Definition | 此條目出現在結果集中的原因--是因為符合match要求還是因為 _include 要求,或者是為了傳達有關查詢過程的資訊或警告資訊。 | ||||
Short | match | include | outcome | ||||
Comments | 只有一種模式。在某些情況下,一個resource可能會被包含,因為它既是match也是include的resource。在這種情況下,「match」優先。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from SearchEntryMode (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1 )Resource出現在Bundle中的原因;應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2933. Bundle.entry:serviceRequest.search.score | |||||
Definition | 查詢時,該條目在伺服器上的查詢排名得分。 | ||||
Short | 查詢排名(0至1之間) | ||||
Comments | 伺服器無需返回排名得分,1 表示最相關,0 表示最不相關。通常情況下,查詢結果按得分排序,但用戶可指定不同的排序順序。 請參閱「病人匹配(Patient Match)」以了解與此資料項目相關的 EMPI 查詢。請參閱[Patient Match](http://hl7.org/fhir/R4/patient-operation-match.html),了解與此要素相關的 EMPI 查詢。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2935. Bundle.entry:serviceRequest.request | |||||
Definition | 關於如何將條目作為transaction或batch的一部分進行處理的附加資訊。對於history,它顯示如何處理條目以創建條目中包含的版本。 | ||||
Short | 其他執行資訊(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-3 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2937. Bundle.entry:serviceRequest.request.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2939. Bundle.entry:serviceRequest.request.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2941. Bundle.entry:serviceRequest.request.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2943. Bundle.entry:serviceRequest.request.method | |||||
Definition | 在 transaction 或 batch 中,這是此條目要執行的 HTTP 操作。在history Bundle中,這表示發生的 HTTP 操作。 | ||||
Short | GET | HEAD | POST | PUT | DELETE | PATCH | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HTTPVerb (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1 )應填入所綁定值集中的其中一個代碼。 | ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2945. Bundle.entry:serviceRequest.request.url | |||||
Definition | 此條目相對於根地址(請求發布的地址)的 URL。 | ||||
Short | 此Bundle HTTP 對應的 URL | ||||
Comments | 例如:對於 病人創建(Patient Create),方法是 「POST」,URL 是 「Patient」。對於病人更新(Patient Update),方法是 「PUT」,URL 是 「Patient/[id]」。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2947. Bundle.entry:serviceRequest.request.ifNoneMatch | |||||
Definition | 如果 ETag 值匹配,則返回 304 未修改狀態(Not Modified)。請參閱「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2949. Bundle.entry:serviceRequest.request.ifModifiedSince | |||||
Definition | 僅在最後更新日期匹配時執行操作。請參閱 「[有條件讀取(Conditional Read)](http://hl7.org/fhir/R4/http.html#cread)」的 API 文件。 | ||||
Short | 用於管理緩存當前狀態 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2951. Bundle.entry:serviceRequest.request.ifMatch | |||||
Definition | 只有在 Etag 值匹配時才執行操作。有關詳細資訊,請參閱 API 部分 「[管理resource衝突](http://hl7.org/fhir/R4/http.html#concurrency)」。 | ||||
Short | 用於管理更新衝突 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2953. Bundle.entry:serviceRequest.request.ifNoneExist | |||||
Definition | 如果指定的resource已經存在,則指示伺服器不執行創建。有關詳細資訊,請參閱 「[有條件創建 (Conditional Creage)](http://hl7.org/fhir/R4/http.html#ccreate)」的 API 文件。這只是 URL 的查詢部分,即「? 」後面的內容(不包括「?」)。 | ||||
Short | 用於有條件建立 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2955. Bundle.entry:serviceRequest.response | |||||
Definition | 表表示 batch 或 transaction 中相應「請求」條目的處理結果,或返回history時的操作結果。 | ||||
Short | 執行結果(transaction/batch/history) | ||||
Control | 0..1 This element is affected by the following invariants: bdl-4 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2957. Bundle.entry:serviceRequest.response.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
2959. Bundle.entry:serviceRequest.response.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2961. Bundle.entry:serviceRequest.response.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
2963. Bundle.entry:serviceRequest.response.status | |||||
Definition | 處理此條目時返回的狀態編碼。狀態 必須(SHALL) 以三位 HTTP 編碼(如 404)開頭,並可包含與狀態編碼相關的標準 HTTP 描述。 | ||||
Short | 狀態回應代碼(文字選填) | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2965. Bundle.entry:serviceRequest.response.location | |||||
Definition | 處理該操作時創建的位置表頭(location header),如果該操作返回位置,則填入該位地置表頭。 | ||||
Short | 位置(如果操作返回位置) | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2967. Bundle.entry:serviceRequest.response.etag | |||||
Definition | resource的 Etag,如果條目的操作產生了版本化resource(請參閱 「[Resource Metadata及版本化和管理resource衝突」](http://hl7.org/fhir/R4/http.html#versioning))。 | ||||
Short | resource的 Etag(如果有相關) | ||||
Comments | Etag 與 Resource.meta.versionId 匹配。如果包含resource,ETag 必須與表頭中的版本 ID 相匹配。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2969. Bundle.entry:serviceRequest.response.lastModified | |||||
Definition | 此resource在伺服器上被修改的日期/時間。 | ||||
Short | 修改時之伺服器日期時間 | ||||
Comments | 如果包含resource,則必須與meta.lastUpdated中的時間一致。 | ||||
Control | 0..1 | ||||
Type | instant | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
2971. Bundle.entry:serviceRequest.response.outcome | |||||
Definition | 操作結果(OperationOutcome),包含在batch或transaction中處理此條目時產生的提示和警告。 | ||||
Short | 帶提示和警告的OperationOutcome(用於batch/transaction) | ||||
Comments | 對於 POST/PUT 操作,這是 prefer = operationoutcome 將返回的等價結果,但無論是否返回結果,resource都會被返回。此結果不用於批次處理/異動處理中的錯誤響應,僅用於提示和警告。在批次處理操作中,錯誤將出現在 Bundle.entry.response 中,而在異動處理中,如果出現錯誤,將只有一個 OperationOutcome 而不是一個 bundle。 | ||||
Control | 0..1 | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | true | ||||
2973. Bundle.signature | |||||
Definition | 數位簽章 - base64 編碼。XML-DSig 或 JWT。 | ||||
Short | 數位簽章 | ||||
Comments | 簽章可以由bundle的「作者(author)」或是發起的設備所創建。關於是否要包含簽章、如何驗證簽章,以及如何處理已簽章與未簽章的bundle,這些要求會根據實作的環境而有所不同。 | ||||
Control | 0..1 | ||||
Type | Signature | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | 簽章(Signature)以 FHIR 可存取的形式保存簽章及其支持上下文的電子表述。簽章可以是加密類型(XML DigSig 或 JWS),能夠提供不可否認性證明,也可以是表示簽章或簽章過程的圖形化圖像。該資料項目允許截取 document、message、transation甚至search回應上的簽章,以支持內容驗證、不可否認性或其他業務情況。這主要適用於Bundle可能透過多節點傳輸或其他機制傳輸的情況,因為 HTTPS 的不可否認性是不夠的。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |