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

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) 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: 門診病歷-醫師姓名

Official URL: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRPractitioner Version: 0.1.0
Draft as of 2024-08-23 Computable Name: PMRPractitioner

此Profile繼承於臺灣核心-健康照護服務提供人員(TW Core Practitioner),並用於紀錄門診病歷中的醫師姓名[FMM1]

Usage:

Formal Views of Profile Content

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

This structure is derived from TWCorePractitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* TWCorePractitioner 對於所提供之健康照護或相關服務負有正式責任的人員
... name
.... text 1..1 string 完整的中文姓名。[應填入於門診病歷醫師姓名Physician Name]

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* TWCorePractitioner 對於所提供之健康照護或相關服務負有正式責任的人員
... implicitRules ?!Σ 0..1 uri 創建此內容所依據的一組規則
... modifierExtension ?! 0..* Extension 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
... identifier SΣ 0..* Identifier 此照護服務提供人員的識別碼
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。


Required Pattern: official
.... type S 0..1 CodeableConceptTW 照護服務提供人員的識別碼(identifier)的型別說明
Binding: Identifier Type Codes (extensible): 應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。

.... system SΣ 1..1 uri 照護服務提供人員識別碼(identifier)的命名空間(namespace)
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值。 例如:照護服務提供人員之員工編號為KP00017
Example General: 123456
... name SΣC 1..* HumanName 照護服務提供人員的姓名
tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present
.... use ?!SΣ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): 人名的使用情況;應填入所綁定值集中的其中一個代碼。


Required Pattern: official
.... text SΣC 1..1 string 完整的中文姓名。[應填入於門診病歷醫師姓名Physician Name]
Example General: 王依昇
.... family SΣC 0..1 string 英文姓
Example General: Wang
.... given SΣC 0..* string 英文名
This repeating element order: Given Names appear in the correct order for presenting the name
Example General: Yi Sheng
... telecom SΣ 0..* ContactPoint 照護服務提供人員的詳細聯絡方式(適用於所有角色)。
.... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入所綁定值集中的其中一個代碼。

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

.... period SΣ 0..1 Period 此聯絡方式的使用效期
... address S 0..* TWCoreAddress 不限特定角色的照護服務提供人員的地址(通常是住家地址)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): 性別;應填入所綁定值集中的其中一個代碼。

... birthDate SΣ 0..1 date 照護服務提供人員的出生日期
... photo S 0..* Attachment 人員的影像(照片)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.identifier.userequiredPattern: official
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()
tw-core-1errorPractitioner.namePatient.name.text or Patient.name.family or both SHALL be present
: text.exists() or family.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* TWCorePractitioner 對於所提供之健康照護或相關服務負有正式責任的人員
... id Σ 0..1 id 不重複的ID用以識別儲存在特定FHIR Server中的Practitioner紀錄,通常又稱為邏輯性ID。
... meta Σ 0..1 Meta 此Practitioner Resource的metadata
... implicitRules ?!Σ 0..1 uri 創建此內容所依據的一組規則
... text 0..1 Narrative Practitioner Resource之內容摘要以供人閱讀
... contained 0..* Resource 內嵌的(contained)、行內的Resources
... extension 0..* Extension 擴充的資料項目
... modifierExtension ?! 0..* Extension 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
... identifier SΣ 0..* Identifier 此照護服務提供人員的識別碼
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。


Required Pattern: official
.... type S 0..1 CodeableConceptTW 照護服務提供人員的識別碼(identifier)的型別說明
Binding: Identifier Type Codes (extensible): 應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。

.... system SΣ 1..1 uri 照護服務提供人員識別碼(identifier)的命名空間(namespace)
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值。 例如:照護服務提供人員之員工編號為KP00017
Example General: 123456
.... period Σ 0..1 Period 此身份識別碼(identifier)的使用效期
.... assigner Σ 0..1 Reference(TW Core Organization) 簽發identifier的機構(可以只是文字表述)
... active SΣ 0..1 boolean 此照護服務提供人員的紀錄是否在使用中
... name SΣC 1..* HumanName 照護服務提供人員的姓名
tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): 人名的使用情況;應填入所綁定值集中的其中一個代碼。


Required Pattern: official
.... text SΣC 1..1 string 完整的中文姓名。[應填入於門診病歷醫師姓名Physician Name]
Example General: 王依昇
.... family SΣC 0..1 string 英文姓
Example General: Wang
.... given SΣC 0..* string 英文名
This repeating element order: Given Names appear in the correct order for presenting the name
Example General: Yi Sheng
.... prefix Σ 0..* string 姓名前面的頭銜 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名開頭。
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix Σ 0..* string 姓名後面的稱謂 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名之後。
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period Σ 0..1 Period 此姓名的使用效期
... telecom SΣ 0..* ContactPoint 照護服務提供人員的詳細聯絡方式(適用於所有角色)。
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
Slice: Unordered, Open by value:url
.... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入所綁定值集中的其中一個代碼。

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

.... rank Σ 0..1 positiveInt 具體說明偏好的使用順序(1=最高優先順序)
.... period SΣ 0..1 Period 此聯絡方式的使用效期
... address S 0..* TWCoreAddress 不限特定角色的照護服務提供人員的地址(通常是住家地址)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): 性別;應填入所綁定值集中的其中一個代碼。

... birthDate SΣ 0..1 date 照護服務提供人員的出生日期
... photo S 0..* Attachment 人員的影像(照片)
... qualification 0..* BackboneElement 與照護服務相關的證書、執照或培訓
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
.... modifierExtension ?!Σ 0..* Extension 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
.... identifier 0..* Identifier 照護服務提供人員的資格證書識別碼
.... code 1..1 CodeableConceptTW 資格證書的編碼表示法
Binding: SNOMED CT + 臺灣醫事司醫事人員類別值集 (extensible): 照護服務提供人員提供服務所具有的具體資格證書;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。

.... period 0..1 Period 資格證書的有效期限
.... issuer 0..1 Reference(TW Core Organization) 監管和頒發資格證書的機構
... communication 0..* CodeableConceptTW 健康照護服務提供者與病人溝通時可使用的語言
Binding: CommonLanguages (preferred): 人類語言;鼓勵使用所綁定值集中的代碼,但不強制一定要使用此值集,你也可使用其他值集的代碼或單純以文字表示。

Additional BindingsPurpose
AllLanguages Max Binding


Example Value: zh-TW

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Practitioner.identifier.userequiredPattern: official
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard
Practitioner.qualification.codeextensibleTWHealthProfessionalSCT
https://twcore.mohw.gov.tw/ig/twcore/ValueSet/health-professional-sct-tw
Practitioner.communicationpreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()
tw-core-1errorPractitioner.namePatient.name.text or Patient.name.family or both SHALL be present
: text.exists() or family.exists()

This structure is derived from TWCorePractitioner

Summary

Mandatory: 1 element

Differential View

This structure is derived from TWCorePractitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* TWCorePractitioner 對於所提供之健康照護或相關服務負有正式責任的人員
... name
.... text 1..1 string 完整的中文姓名。[應填入於門診病歷醫師姓名Physician Name]

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* TWCorePractitioner 對於所提供之健康照護或相關服務負有正式責任的人員
... implicitRules ?!Σ 0..1 uri 創建此內容所依據的一組規則
... modifierExtension ?! 0..* Extension 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
... identifier SΣ 0..* Identifier 此照護服務提供人員的識別碼
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。


Required Pattern: official
.... type S 0..1 CodeableConceptTW 照護服務提供人員的識別碼(identifier)的型別說明
Binding: Identifier Type Codes (extensible): 應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。

.... system SΣ 1..1 uri 照護服務提供人員識別碼(identifier)的命名空間(namespace)
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值。 例如:照護服務提供人員之員工編號為KP00017
Example General: 123456
... name SΣC 1..* HumanName 照護服務提供人員的姓名
tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present
.... use ?!SΣ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): 人名的使用情況;應填入所綁定值集中的其中一個代碼。


Required Pattern: official
.... text SΣC 1..1 string 完整的中文姓名。[應填入於門診病歷醫師姓名Physician Name]
Example General: 王依昇
.... family SΣC 0..1 string 英文姓
Example General: Wang
.... given SΣC 0..* string 英文名
This repeating element order: Given Names appear in the correct order for presenting the name
Example General: Yi Sheng
... telecom SΣ 0..* ContactPoint 照護服務提供人員的詳細聯絡方式(適用於所有角色)。
.... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入所綁定值集中的其中一個代碼。

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

.... period SΣ 0..1 Period 此聯絡方式的使用效期
... address S 0..* TWCoreAddress 不限特定角色的照護服務提供人員的地址(通常是住家地址)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): 性別;應填入所綁定值集中的其中一個代碼。

... birthDate SΣ 0..1 date 照護服務提供人員的出生日期
... photo S 0..* Attachment 人員的影像(照片)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.identifier.userequiredPattern: official
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()
tw-core-1errorPractitioner.namePatient.name.text or Patient.name.family or both SHALL be present
: text.exists() or family.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* TWCorePractitioner 對於所提供之健康照護或相關服務負有正式責任的人員
... id Σ 0..1 id 不重複的ID用以識別儲存在特定FHIR Server中的Practitioner紀錄,通常又稱為邏輯性ID。
... meta Σ 0..1 Meta 此Practitioner Resource的metadata
... implicitRules ?!Σ 0..1 uri 創建此內容所依據的一組規則
... text 0..1 Narrative Practitioner Resource之內容摘要以供人閱讀
... contained 0..* Resource 內嵌的(contained)、行內的Resources
... extension 0..* Extension 擴充的資料項目
... modifierExtension ?! 0..* Extension 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
... identifier SΣ 0..* Identifier 此照護服務提供人員的識別碼
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | secondary | old (如果知道)
Binding: IdentifierUse (required): 識別碼的型別,用於決定特定目的所適用的識別碼;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。


Required Pattern: official
.... type S 0..1 CodeableConceptTW 照護服務提供人員的識別碼(identifier)的型別說明
Binding: Identifier Type Codes (extensible): 應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。

.... system SΣ 1..1 uri 照護服務提供人員識別碼(identifier)的命名空間(namespace)
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 1..1 string 唯一值。 例如:照護服務提供人員之員工編號為KP00017
Example General: 123456
.... period Σ 0..1 Period 此身份識別碼(identifier)的使用效期
.... assigner Σ 0..1 Reference(TW Core Organization) 簽發identifier的機構(可以只是文字表述)
... active SΣ 0..1 boolean 此照護服務提供人員的紀錄是否在使用中
... name SΣC 1..* HumanName 照護服務提供人員的姓名
tw-core-1: Patient.name.text or Patient.name.family or both SHALL be present
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): 人名的使用情況;應填入所綁定值集中的其中一個代碼。


Required Pattern: official
.... text SΣC 1..1 string 完整的中文姓名。[應填入於門診病歷醫師姓名Physician Name]
Example General: 王依昇
.... family SΣC 0..1 string 英文姓
Example General: Wang
.... given SΣC 0..* string 英文名
This repeating element order: Given Names appear in the correct order for presenting the name
Example General: Yi Sheng
.... prefix Σ 0..* string 姓名前面的頭銜 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名開頭。
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix Σ 0..* string 姓名後面的稱謂 由於學術,法律,職業或貴族身份等原因而獲得頭銜,出現在姓名之後。
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period Σ 0..1 Period 此姓名的使用效期
... telecom SΣ 0..* ContactPoint 照護服務提供人員的詳細聯絡方式(適用於所有角色)。
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
Slice: Unordered, Open by value:url
.... system SΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): 應填入所綁定值集中的其中一個代碼。

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

.... rank Σ 0..1 positiveInt 具體說明偏好的使用順序(1=最高優先順序)
.... period SΣ 0..1 Period 此聯絡方式的使用效期
... address S 0..* TWCoreAddress 不限特定角色的照護服務提供人員的地址(通常是住家地址)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): 性別;應填入所綁定值集中的其中一個代碼。

... birthDate SΣ 0..1 date 照護服務提供人員的出生日期
... photo S 0..* Attachment 人員的影像(照片)
... qualification 0..* BackboneElement 與照護服務相關的證書、執照或培訓
.... id 0..1 string 唯一可識別ID,以供資料項目間相互參照。
.... extension 0..* Extension 擴充的資料項目
.... modifierExtension ?!Σ 0..* Extension 此擴充的資料項目可能會完全修正或改變其他資料項目的意涵,需特別留意。
.... identifier 0..* Identifier 照護服務提供人員的資格證書識別碼
.... code 1..1 CodeableConceptTW 資格證書的編碼表示法
Binding: SNOMED CT + 臺灣醫事司醫事人員類別值集 (extensible): 照護服務提供人員提供服務所具有的具體資格證書;應填入所綁定值集中適合的代碼,確定無適合的代碼才可以使用其他值集的代碼來表示。

.... period 0..1 Period 資格證書的有效期限
.... issuer 0..1 Reference(TW Core Organization) 監管和頒發資格證書的機構
... communication 0..* CodeableConceptTW 健康照護服務提供者與病人溝通時可使用的語言
Binding: CommonLanguages (preferred): 人類語言;鼓勵使用所綁定值集中的代碼,但不強制一定要使用此值集,你也可使用其他值集的代碼或單純以文字表示。

Additional BindingsPurpose
AllLanguages Max Binding


Example Value: zh-TW

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Practitioner.identifier.userequiredPattern: official
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard
Practitioner.qualification.codeextensibleTWHealthProfessionalSCT
https://twcore.mohw.gov.tw/ig/twcore/ValueSet/health-professional-sct-tw
Practitioner.communicationpreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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()
tw-core-1errorPractitioner.namePatient.name.text or Patient.name.family or both SHALL be present
: text.exists() or family.exists()

This structure is derived from TWCorePractitioner

Summary

Mandatory: 1 element

 

Other representations of profile: CSV, Excel, Schematron