臺灣核心實作指引(TW Core IG)
0.1.0 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Resource Profile: TW Core Organization Company

Official URL: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore Version: 0.1.0
Active as of 2023-07-05 Computable Name: TWCoreOrganizationCo

此臺灣核心-公司行號(TW Core Organization Company) Profile說明本IG如何進一步定義臺灣核心-機構(TW Core Organization) Profile以呈現機構基本資料 [FMM1]

Usage:

Formal Views of Profile Content

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

This structure is derived from TWCoreOrganization

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization 0..*TWCoreOrganization具有共同目的的一群人或機構
... identifier
.... type 0..1CodeableConceptTW機構識別碼(identifier)的型別說明
Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: GUI
.... system 0..1uri機構識別碼(identifier)的命名空間(namespace)
Required Pattern: https://gcis.nat.gov.tw
.... value 1..1string唯一值。例如:統一編號為:06100268
... type 0..1CodeableConceptTW機構的型別
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: bus

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C0..*TWCoreOrganization具有共同目的的一群人或機構
... implicitRules ?!Σ0..1uri創建此內容所依據的一組規則
... text S0..1NarrativeOrganization Resource之內容摘要以供人閱讀
... modifierExtension ?!0..*Extension此擴充的資料項目可能會完全修改或改變其他資料項目的意涵,需特別留意。
.... use ?!SΣ0..1codeusual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,請說明此識別碼的目的;應填入IdentifierUse代碼表中的其中一個代碼。

.... type S0..1CodeableConceptTW機構識別碼(identifier)的型別說明
Binding: IdentifierType + 臺灣識別碼類型值集 (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入臺灣識別碼類型值集代碼表中的其中一個代碼。


Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: GUI
.... system SΣ0..1uri機構識別碼(identifier)的命名空間(namespace)
Required Pattern: https://gcis.nat.gov.tw
.... value SΣ1..1string唯一值。例如:統一編號為:06100268
Example General: 123456
... active ?!SΣ0..1boolean此機構的紀錄是否仍在使用中
... type S0..1CodeableConceptTW機構的型別
Binding: OrganizationType (example): 用於分類機構;可參考OrganizationType代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。



Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: bus
... name SΣC1..1string機構的名稱
... telecom SC0..*ContactPoint此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。
.... system SΣC0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入ContactPointSystem代碼表中的其中一個代碼。

.... value SΣ0..1string實際的聯絡方式之細節
.... use ?!Σ0..1codehome | work | temp | old | mobile-此聯絡方式的用途
Binding: ContactPointUse (required): 應填入ContactPointUse代碼表中的其中一個代碼。


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Organization.identifier.userequiredIdentifierUse
Organization.identifier.typerequiredPattern: GUI
Organization.typeexamplePattern: bus
Organization.telecom.systemrequiredContactPointSystem
Organization.telecom.userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C0..*TWCoreOrganization具有共同目的的一群人或機構
... id Σ0..1id不重複的ID用以識別儲存在特定FHIR Server中的Organization紀錄,通常又稱為邏輯性ID。
... meta Σ0..1Meta此Organization Resource的metadata
... implicitRules ?!Σ0..1uri創建此內容所依據的一組規則
... text S0..1NarrativeOrganization Resource之內容摘要以供人閱讀
... contained 0..*Resource內嵌的(contained)、行內的Resources
... extension 0..*Extension擴充的資料項目
... modifierExtension ?!0..*Extension此擴充的資料項目可能會完全修改或改變其他資料項目的意涵,需特別留意。
... identifier SΣC1..*Identifier跨多個系統中識別此機構
.... id 0..1string唯一可識別ID,以供資料項目間相互參照。
.... extension 0..*Extension擴充的資料項目
Slice: Unordered, Open by value:url
.... use ?!SΣ0..1codeusual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,請說明此識別碼的目的;應填入IdentifierUse代碼表中的其中一個代碼。

.... type S0..1CodeableConceptTW機構識別碼(identifier)的型別說明
Binding: IdentifierType + 臺灣識別碼類型值集 (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入臺灣識別碼類型值集代碼表中的其中一個代碼。


Required Pattern: At least the following
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... system1..1uriIdentity of the terminology system
Fixed Value: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203
...... version0..1stringVersion of the system - if relevant
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: GUI
...... display0..1stringRepresentation defined by the system
...... userSelected0..1booleanIf this coding was chosen directly by the user
..... text0..1stringPlain text representation of the concept
.... system SΣ0..1uri機構識別碼(identifier)的命名空間(namespace)
Required Pattern: https://gcis.nat.gov.tw
.... value SΣ1..1string唯一值。例如:統一編號為:06100268
Example General: 123456
.... period Σ0..1Period此機構識別碼(identifier)的使用效期
.... assigner Σ0..1Reference(TW Core Organization)簽發identifier的機構(可以只是文字表述)
... active ?!SΣ0..1boolean此機構的紀錄是否仍在使用中
... type S0..1CodeableConceptTW機構的型別
Binding: OrganizationType (example): 用於分類機構;可參考OrganizationType代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。



Required Pattern: At least the following
.... id0..1stringUnique id for inter-element referencing
.... extension0..*ExtensionAdditional content defined by implementations
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... version0..1stringVersion of the system - if relevant
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: bus
..... display0..1stringRepresentation defined by the system
..... userSelected0..1booleanIf this coding was chosen directly by the user
.... text0..1stringPlain text representation of the concept
... name SΣC1..1string機構的名稱
... alias 0..*string此機構目前或過去已知的其他(多個)名稱
... telecom SC0..*ContactPoint此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。
.... id 0..1string唯一可識別ID,以供資料項目間相互參照。
.... extension 0..*Extension擴充的資料項目
Slice: Unordered, Open by value:url
.... system SΣC0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入ContactPointSystem代碼表中的其中一個代碼。

.... value SΣ0..1string實際的聯絡方式之細節
.... use ?!Σ0..1codehome | work | temp | old | mobile-此聯絡方式的用途
Binding: ContactPointUse (required): 應填入ContactPointUse代碼表中的其中一個代碼。

.... rank Σ0..1positiveInt具體說明偏好的使用順序(1=最高優先順序)
.... period Σ0..1Period此聯絡方式的使用效期
... address C0..*TWCoreAddress此機構的地址。 org-2:一個機構的地址永遠不可能是「家用」,意即不可能使用「home」。
... partOf Σ0..1Reference(TW Core Organization)此機構屬於哪個更高層次機構的一部分
... contact 0..*BackboneElement某一用途的機構聯絡方式
.... id 0..1string唯一可識別ID,以供資料項目間相互參照。
.... extension 0..*Extension擴充的資料項目
.... modifierExtension ?!Σ0..*Extension此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
.... purpose 0..1CodeableConceptTW聯絡的型別
Binding: ContactEntityType (extensible): 你所聯絡之聯絡人的聯絡方式用途;應填入ContactEntityType代碼表中適合的代碼,確定無適合的代碼才可以使用其他代碼中的代碼來表示。

.... name 0..1HumanName聯絡人名字
.... telecom 0..*ContactPoint聯絡人的詳細聯絡方式(例如:電話、電子郵件等)。
.... address 0..1TWCoreAddress聯絡人的到訪或郵政地址
... endpoint 0..*Reference(Endpoint)存取此Organization的技術服務的終端(endpoints)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Organization.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Organization.identifier.userequiredIdentifierUse
Organization.identifier.typerequiredPattern: GUI
Organization.typeexamplePattern: bus
Organization.telecom.systemrequiredContactPointSystem
Organization.telecom.userequiredContactPointUse
Organization.contact.purposeextensibleContactEntityType

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

This structure is derived from TWCoreOrganization

Summary

Differential View

This structure is derived from TWCoreOrganization

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization 0..*TWCoreOrganization具有共同目的的一群人或機構
... identifier
.... type 0..1CodeableConceptTW機構識別碼(identifier)的型別說明
Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: GUI
.... system 0..1uri機構識別碼(identifier)的命名空間(namespace)
Required Pattern: https://gcis.nat.gov.tw
.... value 1..1string唯一值。例如:統一編號為:06100268
... type 0..1CodeableConceptTW機構的型別
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: bus

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C0..*TWCoreOrganization具有共同目的的一群人或機構
... implicitRules ?!Σ0..1uri創建此內容所依據的一組規則
... text S0..1NarrativeOrganization Resource之內容摘要以供人閱讀
... modifierExtension ?!0..*Extension此擴充的資料項目可能會完全修改或改變其他資料項目的意涵,需特別留意。
.... use ?!SΣ0..1codeusual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,請說明此識別碼的目的;應填入IdentifierUse代碼表中的其中一個代碼。

.... type S0..1CodeableConceptTW機構識別碼(identifier)的型別說明
Binding: IdentifierType + 臺灣識別碼類型值集 (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入臺灣識別碼類型值集代碼表中的其中一個代碼。


Required Pattern: At least the following
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... system1..1uriIdentity of the terminology system
Fixed Value: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: GUI
.... system SΣ0..1uri機構識別碼(identifier)的命名空間(namespace)
Required Pattern: https://gcis.nat.gov.tw
.... value SΣ1..1string唯一值。例如:統一編號為:06100268
Example General: 123456
... active ?!SΣ0..1boolean此機構的紀錄是否仍在使用中
... type S0..1CodeableConceptTW機構的型別
Binding: OrganizationType (example): 用於分類機構;可參考OrganizationType代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。



Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: bus
... name SΣC1..1string機構的名稱
... telecom SC0..*ContactPoint此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。
.... system SΣC0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入ContactPointSystem代碼表中的其中一個代碼。

.... value SΣ0..1string實際的聯絡方式之細節
.... use ?!Σ0..1codehome | work | temp | old | mobile-此聯絡方式的用途
Binding: ContactPointUse (required): 應填入ContactPointUse代碼表中的其中一個代碼。


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Organization.identifier.userequiredIdentifierUse
Organization.identifier.typerequiredPattern: GUI
Organization.typeexamplePattern: bus
Organization.telecom.systemrequiredContactPointSystem
Organization.telecom.userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorOrganizationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOrganizationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOrganizationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOrganizationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
org-1errorOrganizationThe organization SHALL at least have a name or an identifier, and possibly more than one
: (identifier.count() + name.count()) > 0
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization C0..*TWCoreOrganization具有共同目的的一群人或機構
... id Σ0..1id不重複的ID用以識別儲存在特定FHIR Server中的Organization紀錄,通常又稱為邏輯性ID。
... meta Σ0..1Meta此Organization Resource的metadata
... implicitRules ?!Σ0..1uri創建此內容所依據的一組規則
... text S0..1NarrativeOrganization Resource之內容摘要以供人閱讀
... contained 0..*Resource內嵌的(contained)、行內的Resources
... extension 0..*Extension擴充的資料項目
... modifierExtension ?!0..*Extension此擴充的資料項目可能會完全修改或改變其他資料項目的意涵,需特別留意。
... identifier SΣC1..*Identifier跨多個系統中識別此機構
.... id 0..1string唯一可識別ID,以供資料項目間相互參照。
.... extension 0..*Extension擴充的資料項目
Slice: Unordered, Open by value:url
.... use ?!SΣ0..1codeusual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 如果已知,請說明此識別碼的目的;應填入IdentifierUse代碼表中的其中一個代碼。

.... type S0..1CodeableConceptTW機構識別碼(identifier)的型別說明
Binding: IdentifierType + 臺灣識別碼類型值集 (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入臺灣識別碼類型值集代碼表中的其中一個代碼。


Required Pattern: At least the following
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... system1..1uriIdentity of the terminology system
Fixed Value: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203
...... version0..1stringVersion of the system - if relevant
...... code1..1codeSymbol in syntax defined by the system
Fixed Value: GUI
...... display0..1stringRepresentation defined by the system
...... userSelected0..1booleanIf this coding was chosen directly by the user
..... text0..1stringPlain text representation of the concept
.... system SΣ0..1uri機構識別碼(identifier)的命名空間(namespace)
Required Pattern: https://gcis.nat.gov.tw
.... value SΣ1..1string唯一值。例如:統一編號為:06100268
Example General: 123456
.... period Σ0..1Period此機構識別碼(identifier)的使用效期
.... assigner Σ0..1Reference(TW Core Organization)簽發identifier的機構(可以只是文字表述)
... active ?!SΣ0..1boolean此機構的紀錄是否仍在使用中
... type S0..1CodeableConceptTW機構的型別
Binding: OrganizationType (example): 用於分類機構;可參考OrganizationType代碼表,但此代碼表只是針對這個欄位的一個可能值的示例,不預期也不鼓勵使用者一定要使用此代碼表的代碼。



Required Pattern: At least the following
.... id0..1stringUnique id for inter-element referencing
.... extension0..*ExtensionAdditional content defined by implementations
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/organization-type
..... version0..1stringVersion of the system - if relevant
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: bus
..... display0..1stringRepresentation defined by the system
..... userSelected0..1booleanIf this coding was chosen directly by the user
.... text0..1stringPlain text representation of the concept
... name SΣC1..1string機構的名稱
... alias 0..*string此機構目前或過去已知的其他(多個)名稱
... telecom SC0..*ContactPoint此機構的詳細聯絡方式。 org-3:一個機構的通訊永遠不可能是「家用」,意即不可能使用「home」。
.... id 0..1string唯一可識別ID,以供資料項目間相互參照。
.... extension 0..*Extension擴充的資料項目
Slice: Unordered, Open by value:url
.... system SΣC0..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入ContactPointSystem代碼表中的其中一個代碼。

.... value SΣ0..1string實際的聯絡方式之細節
.... use ?!Σ0..1codehome | work | temp | old | mobile-此聯絡方式的用途
Binding: ContactPointUse (required): 應填入ContactPointUse代碼表中的其中一個代碼。

.... rank Σ0..1positiveInt具體說明偏好的使用順序(1=最高優先順序)
.... period Σ0..1Period此聯絡方式的使用效期
... address C0..*TWCoreAddress此機構的地址。 org-2:一個機構的地址永遠不可能是「家用」,意即不可能使用「home」。
... partOf Σ0..1Reference(TW Core Organization)此機構屬於哪個更高層次機構的一部分
... contact 0..*BackboneElement某一用途的機構聯絡方式
.... id 0..1string唯一可識別ID,以供資料項目間相互參照。
.... extension 0..*Extension擴充的資料項目
.... modifierExtension ?!Σ0..*Extension此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
.... purpose 0..1CodeableConceptTW聯絡的型別
Binding: ContactEntityType (extensible): 你所聯絡之聯絡人的聯絡方式用途;應填入ContactEntityType代碼表中適合的代碼,確定無適合的代碼才可以使用其他代碼中的代碼來表示。

.... name 0..1HumanName聯絡人名字
.... telecom 0..*ContactPoint聯絡人的詳細聯絡方式(例如:電話、電子郵件等)。
.... address 0..1TWCoreAddress聯絡人的到訪或郵政地址
... endpoint 0..*Reference(Endpoint)存取此Organization的技術服務的終端(endpoints)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Organization.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Organization.identifier.userequiredIdentifierUse
Organization.identifier.typerequiredPattern: GUI
Organization.typeexamplePattern: bus
Organization.telecom.systemrequiredContactPointSystem
Organization.telecom.userequiredContactPointUse
Organization.contact.purposeextensibleContactEntityType

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()

This structure is derived from TWCoreOrganization

Summary

 

Other representations of profile: CSV, Excel, Schematron

Notes:

以下概述了此Profile所需的RESTful FHIR互動功能。有關TW Core IG支援的RESTful互動功能的完整清單,請參閱TW Core Server能力聲明

建議應該支援以下查詢參數:

  1. 建議應該(SHOULD) 支援透過查詢參數 _id 查詢所有Organization:
    (如何透過token查詢)
    GET [base]/Organization?_id=[id]
    GET [base]/Organization/[id]

    例子:
    (1) GET [base]/Organization?_id=0621
    (2) GET [base]/Organization/0621

  2. 建議應該(SHOULD) 支援透過查詢參數 identifier 查詢所有Organization:
    (如何透過token查詢)
    GET [base]/Organization?identifier={system|}[code]

    例子:
    (1) GET [base]/Organization?identifier=https://gcis.nat.gov.tw|0601160016

  3. 建議應該(SHOULD) 支援透過查詢參數 name 查詢所有Organization:
    (如何透過string查詢)
    GET [base]/Organization?name=[name]

    例子:
    (1) GET [base]/Organization?name=莉梓股份有限公司

  4. 建議應該(SHOULD) 支援透過查詢參數 type 查詢所有Organization:
    (如何透過token查詢)
    GET [base]/Organization?type={system|}[code]

    例子:
    (1) GET [base]/Organization?type=http://terminology.hl7.org/CodeSystem/organization-type|bus