KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: KR Core Practitioner Profile

Official URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner Version: 2.0.0-preview
Standards status: Trial-use Computable Name: KRCore_Practitioner

보건의료 서비스 제공 과정에 직접 또는 간접적으로 관여하는 사람의 정보를 FHIR Practitioner 리소스를 기반으로 구조화하기 위해 정의한 범용 Profile.

KR Core Practitioner Profile은 KR Core Server와 KR Core Client가 진료정보를 교류할 때 보건의료 환경에서 실질적으로 진료 과정에 참여하는 다양한 인력을 일관되게 표현하는데 사용되며, 이 경우 반드시(SHALL) 본 Profile을 준수해야 한다. 임상 행위, 진료 흐름, 환자 정보 처리, 의료 데이터 관리에 공식적으로 참여하는 모든 인력을 표현하는데 이 Profile을 적용할 수 있다. 단, 의료법에 따라 자격이 부여된 의사(Medical Doctor)를 표현하기 위해서는 본 Profile을 상속하여 정의한 KR Core Practitioner Profile for Medical Doctor반드시(SHALL) 적용해야 한다. KR Core Practitioner Profile for Medical Doctor를 만족하는 FHIR 리소스 인스턴스는 자동적으로 본 Profile을 만족한다.

※ 주의사항

  • KR Core Practitioner Profile은 반드시(SHALL) 의사 외 보건의료 서비스 관련자 정보를 표현하기 위한 목적으로만 한정하여 사용한다.

Usages:

Formal Views of Profile Content

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

This structure is derived from Practitioner

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* Practitioner KR Core Practitioner Profile
... identifier 0..* Identifier 보건의료 종사자 ID
... name 1..* HumanName 성명
.... text 1..1 string 전체 성명
... telecom 0..* ContactPoint 보건의료 종사자 개인 연락처
.... Slices for extension 모든 분할항목에 적용되는 내용/규칙
..... extension:krcore-roadNameAddress 0..1 (Complex) KR Core Road Name Address Extension
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... text 0..1 string 주소 텍스트
.... postalCode 0..1 string 우편번호
... qualification 0..* BackboneElement 보건의료 종사자 자격증 정보
.... identifier 0..* Identifier 보건의료 종사자 자격증 식별 정보
.... code 1..1 CodeableConcept 보건의료 종사자 자격증 종류 정보

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* Practitioner KR Core Practitioner Profile
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... modifierExtension ?! 0..* Extension 반드시 지원해야 하는 확장들
... identifier Σ 0..* Identifier 보건의료 종사자 ID
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
바인딩(Binding): NameUse (required): 이름의 용도.
.... text Σ 1..1 string 전체 성명
... telecom Σ 0..* ContactPoint 보건의료 종사자 개인 연락처
... address Σ 0..* Address 보건의료 종사자 개인 주소
.... Slices for extension 모든 분할항목에 적용되는 내용/규칙
..... extension:krcore-roadNameAddress 0..1 (Complex) KR Core Road Name Address Extension
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... use ?!Σ 0..1 code home | work | temp | old | billing - 본 주소의 용도
바인딩(Binding): AddressUse (required): 주소의 용도.
일반 예시: home
.... text Σ 0..1 string 주소 텍스트
일반 예시: 137 Nowhere Street, Erewhon 9132
.... postalCode Σ 0..1 string 우편번호
일반 예시: 9132
... qualification 0..* BackboneElement 보건의료 종사자 자격증 정보
.... modifierExtension ?!Σ 0..* Extension 인식할 수 없는 상황에서도 반드시 지원해야 하는 확장들
.... identifier 0..* Identifier 보건의료 종사자 자격증 식별 정보
.... code 1..1 CodeableConcept 보건의료 종사자 자격증 종류 정보
바인딩(Binding): v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.name.userequiredNameUse
http://hl7.org/fhir/ValueSet/name-use|4.0.1
From the FHIR Standard
Practitioner.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard
Practitioner.qualification.codeexamplev2.0360.2.7(a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
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()
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* Practitioner KR Core Practitioner Profile
... id Σ 0..1 id 본 리소스 인스턴스의 논리적 ID
... meta Σ 0..1 Meta 리소스에 대한 메타데이터
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... text 0..1 Narrative 사람이 이해할 수 있도록 작성된 리소스 인스턴스의 요약 텍스트
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource 포함된 리소스
... extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
... modifierExtension ?! 0..* Extension 반드시 지원해야 하는 확장들
... identifier Σ 0..* Identifier 보건의료 종사자 ID
... active Σ 0..1 boolean 본 의료인 기록이 현재 사용 중인지 여부
... name Σ 1..* HumanName 성명
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
분할항목(Slice): 순서 없음, 다음 요소의 값이 다른 임의의 분할항목을 허용:url
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
바인딩(Binding): NameUse (required): 이름의 용도.
.... text Σ 1..1 string 전체 성명
.... family Σ 0..1 string
.... given Σ 0..* string 이름 (중간 이름 포함)
중복 사용 시 순서 주의: 이름을 표현하는 순서대로 given 사용
.... prefix Σ 0..* string 이름 앞에 오는 부분
중복 사용 시 순서 주의: 이름을 표현하는 순서대로 prefix 사용
.... suffix Σ 0..* string 이름 뒤에 오는 부분
중복 사용 시 순서 주의: 이름을 표현하는 순서대로 suffix 사용
.... period Σ 0..1 Period 이름의 유효 기간.
... telecom Σ 0..* ContactPoint 보건의료 종사자 개인 연락처
... address Σ 0..* Address 보건의료 종사자 개인 주소
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... Slices for extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
분할항목(Slice): 순서 없음, 다음 요소의 값이 다른 임의의 분할항목을 허용:url
..... extension:krcore-roadNameAddress 0..1 (Complex) KR Core Road Name Address Extension
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... use ?!Σ 0..1 code home | work | temp | old | billing - 본 주소의 용도
바인딩(Binding): AddressUse (required): 주소의 용도.
일반 예시: home
.... type Σ 0..1 code postal | physical | both
바인딩(Binding): AddressType (required): 주소 용도 (우편 / 거주).
일반 예시: both
.... text Σ 0..1 string 주소 텍스트
일반 예시: 137 Nowhere Street, Erewhon 9132
.... line Σ 0..* string 주소 명, 번호, 방향 및 사서함 등.
중복 사용 시 순서 주의: 주소를 나타내는 순서대로 line 사용.
일반 예시: 137 Nowhere Street
.... city Σ 0..1 string 도시, 마을 이름 등
일반 예시: Erewhon
.... district Σ 0..1 string 구역 이름 (군)
일반 예시: Madison
.... state Σ 0..1 string 국가 하위 단위 (약어 허용)
.... postalCode Σ 0..1 string 우편번호
일반 예시: 9132
.... country Σ 0..1 string 국가 (예: ISO 3166을 따라 2 또는 3자리 코드)
.... period Σ 0..1 Period 주소 유효 기간.
일반 예시: {"start":"2010-03-23","end":"2010-07-01"}
... gender Σ 0..1 code male | female | other | unknown
바인딩(Binding): AdministrativeGender (required): 행정 목적으로 사용되는 사람의 성별
... birthDate Σ 0..1 date 의료인이 태어난 날짜
... photo 0..* Attachment 개인의 사진
... qualification 0..* BackboneElement 보건의료 종사자 자격증 정보
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
.... modifierExtension ?!Σ 0..* Extension 인식할 수 없는 상황에서도 반드시 지원해야 하는 확장들
.... identifier 0..* Identifier 보건의료 종사자 자격증 식별 정보
.... code 1..1 CodeableConcept 보건의료 종사자 자격증 종류 정보
바인딩(Binding): v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.
.... period 0..1 Period 자격증이 유효한 기간
.... issuer 0..1 Reference(Organization) 자격증을 규제하고 발급하는 기관
... communication 0..* CodeableConcept 의료인이 환자와 소통에 사용할 수 있는 언어
바인딩(Binding): CommonLanguages (preferred): 국가별 언어.
추가 바인딩목적
AllLanguages Max Binding


doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
추가 바인딩 목적
AllLanguages Max Binding
Practitioner.name.userequiredNameUse
http://hl7.org/fhir/ValueSet/name-use|4.0.1
From the FHIR Standard
Practitioner.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard
Practitioner.address.typerequiredAddressType
http://hl7.org/fhir/ValueSet/address-type|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.codeexamplev2.0360.2.7(a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
From the FHIR Standard
Practitioner.communicationpreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
추가 바인딩 목적
AllLanguages Max Binding

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()

This structure is derived from Practitioner

Summary

Mandatory: 2 elements

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from Practitioner

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* Practitioner KR Core Practitioner Profile
... identifier 0..* Identifier 보건의료 종사자 ID
... name 1..* HumanName 성명
.... text 1..1 string 전체 성명
... telecom 0..* ContactPoint 보건의료 종사자 개인 연락처
.... Slices for extension 모든 분할항목에 적용되는 내용/규칙
..... extension:krcore-roadNameAddress 0..1 (Complex) KR Core Road Name Address Extension
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... text 0..1 string 주소 텍스트
.... postalCode 0..1 string 우편번호
... qualification 0..* BackboneElement 보건의료 종사자 자격증 정보
.... identifier 0..* Identifier 보건의료 종사자 자격증 식별 정보
.... code 1..1 CodeableConcept 보건의료 종사자 자격증 종류 정보

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* Practitioner KR Core Practitioner Profile
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... modifierExtension ?! 0..* Extension 반드시 지원해야 하는 확장들
... identifier Σ 0..* Identifier 보건의료 종사자 ID
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
바인딩(Binding): NameUse (required): 이름의 용도.
.... text Σ 1..1 string 전체 성명
... telecom Σ 0..* ContactPoint 보건의료 종사자 개인 연락처
... address Σ 0..* Address 보건의료 종사자 개인 주소
.... Slices for extension 모든 분할항목에 적용되는 내용/규칙
..... extension:krcore-roadNameAddress 0..1 (Complex) KR Core Road Name Address Extension
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... use ?!Σ 0..1 code home | work | temp | old | billing - 본 주소의 용도
바인딩(Binding): AddressUse (required): 주소의 용도.
일반 예시: home
.... text Σ 0..1 string 주소 텍스트
일반 예시: 137 Nowhere Street, Erewhon 9132
.... postalCode Σ 0..1 string 우편번호
일반 예시: 9132
... qualification 0..* BackboneElement 보건의료 종사자 자격증 정보
.... modifierExtension ?!Σ 0..* Extension 인식할 수 없는 상황에서도 반드시 지원해야 하는 확장들
.... identifier 0..* Identifier 보건의료 종사자 자격증 식별 정보
.... code 1..1 CodeableConcept 보건의료 종사자 자격증 종류 정보
바인딩(Binding): v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.name.userequiredNameUse
http://hl7.org/fhir/ValueSet/name-use|4.0.1
From the FHIR Standard
Practitioner.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard
Practitioner.qualification.codeexamplev2.0360.2.7(a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
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()

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* Practitioner KR Core Practitioner Profile
... id Σ 0..1 id 본 리소스 인스턴스의 논리적 ID
... meta Σ 0..1 Meta 리소스에 대한 메타데이터
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... text 0..1 Narrative 사람이 이해할 수 있도록 작성된 리소스 인스턴스의 요약 텍스트
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource 포함된 리소스
... extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
... modifierExtension ?! 0..* Extension 반드시 지원해야 하는 확장들
... identifier Σ 0..* Identifier 보건의료 종사자 ID
... active Σ 0..1 boolean 본 의료인 기록이 현재 사용 중인지 여부
... name Σ 1..* HumanName 성명
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
분할항목(Slice): 순서 없음, 다음 요소의 값이 다른 임의의 분할항목을 허용:url
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
바인딩(Binding): NameUse (required): 이름의 용도.
.... text Σ 1..1 string 전체 성명
.... family Σ 0..1 string
.... given Σ 0..* string 이름 (중간 이름 포함)
중복 사용 시 순서 주의: 이름을 표현하는 순서대로 given 사용
.... prefix Σ 0..* string 이름 앞에 오는 부분
중복 사용 시 순서 주의: 이름을 표현하는 순서대로 prefix 사용
.... suffix Σ 0..* string 이름 뒤에 오는 부분
중복 사용 시 순서 주의: 이름을 표현하는 순서대로 suffix 사용
.... period Σ 0..1 Period 이름의 유효 기간.
... telecom Σ 0..* ContactPoint 보건의료 종사자 개인 연락처
... address Σ 0..* Address 보건의료 종사자 개인 주소
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... Slices for extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
분할항목(Slice): 순서 없음, 다음 요소의 값이 다른 임의의 분할항목을 허용:url
..... extension:krcore-roadNameAddress 0..1 (Complex) KR Core Road Name Address Extension
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... use ?!Σ 0..1 code home | work | temp | old | billing - 본 주소의 용도
바인딩(Binding): AddressUse (required): 주소의 용도.
일반 예시: home
.... type Σ 0..1 code postal | physical | both
바인딩(Binding): AddressType (required): 주소 용도 (우편 / 거주).
일반 예시: both
.... text Σ 0..1 string 주소 텍스트
일반 예시: 137 Nowhere Street, Erewhon 9132
.... line Σ 0..* string 주소 명, 번호, 방향 및 사서함 등.
중복 사용 시 순서 주의: 주소를 나타내는 순서대로 line 사용.
일반 예시: 137 Nowhere Street
.... city Σ 0..1 string 도시, 마을 이름 등
일반 예시: Erewhon
.... district Σ 0..1 string 구역 이름 (군)
일반 예시: Madison
.... state Σ 0..1 string 국가 하위 단위 (약어 허용)
.... postalCode Σ 0..1 string 우편번호
일반 예시: 9132
.... country Σ 0..1 string 국가 (예: ISO 3166을 따라 2 또는 3자리 코드)
.... period Σ 0..1 Period 주소 유효 기간.
일반 예시: {"start":"2010-03-23","end":"2010-07-01"}
... gender Σ 0..1 code male | female | other | unknown
바인딩(Binding): AdministrativeGender (required): 행정 목적으로 사용되는 사람의 성별
... birthDate Σ 0..1 date 의료인이 태어난 날짜
... photo 0..* Attachment 개인의 사진
... qualification 0..* BackboneElement 보건의료 종사자 자격증 정보
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... extension 0..* Extension 구현 주체에 의해 정의된 추가 정보
.... modifierExtension ?!Σ 0..* Extension 인식할 수 없는 상황에서도 반드시 지원해야 하는 확장들
.... identifier 0..* Identifier 보건의료 종사자 자격증 식별 정보
.... code 1..1 CodeableConcept 보건의료 종사자 자격증 종류 정보
바인딩(Binding): v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.
.... period 0..1 Period 자격증이 유효한 기간
.... issuer 0..1 Reference(Organization) 자격증을 규제하고 발급하는 기관
... communication 0..* CodeableConcept 의료인이 환자와 소통에 사용할 수 있는 언어
바인딩(Binding): CommonLanguages (preferred): 국가별 언어.
추가 바인딩목적
AllLanguages Max Binding


doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Practitioner.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
추가 바인딩 목적
AllLanguages Max Binding
Practitioner.name.userequiredNameUse
http://hl7.org/fhir/ValueSet/name-use|4.0.1
From the FHIR Standard
Practitioner.address.userequiredAddressUse
http://hl7.org/fhir/ValueSet/address-use|4.0.1
From the FHIR Standard
Practitioner.address.typerequiredAddressType
http://hl7.org/fhir/ValueSet/address-type|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.codeexamplev2.0360.2.7(a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
From the FHIR Standard
Practitioner.communicationpreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
추가 바인딩 목적
AllLanguages Max Binding

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()

This structure is derived from Practitioner

Summary

Mandatory: 2 elements

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron

Notes:

KR Core IG를 따르는 Server는 반드시(SHALL) Practitioner Resource를 지원하고, KR Core Practitioner Profile을 반드시(SHALL) 지원해야 한다.
KR Core IG를 따르는 Client는 가능한 한(SHOULD) Practitioner Resource를 지원하고, Practitioner Resource를 지원하는 경우, KR Core Practitioner Profile을 반드시(SHALL) 지원해야 한다.

KR Core Search Parameters (defined)

Practitioner Resource를 검색하기 위해 KR Core에서 추가로 정의한 검색 파라미터.

Name Type Description Expression Expectations
code token 의료인 면허 및 자격증 유형 Practitioner.qualification.code MAY

KR Core Search Parameters (derived)

Practitioner Resource를 검색하기 위해 기본 FHIR 사양을 기반으로 정의한 검색 파라미터.

Name Type Description Expression Expectations
_id token 본 리소스 인스턴스의 논리적 ID Practitioner.id SHOULD
identifier token 의료인 식별자 Practitioner.identifier | Practitioner.qualification.identifier SHALL
name string 의료인의 성명을 구성하는 성, 이름 등의 요소 중 일치하는 문자열 Practitioner.name SHALL

NOTE: 위 Search Parameter 목록은 아래 요소에 대한 구현 기대치를 정의함:

NOTE: 이 외 기본 FHIR 사양에서 정의하고 있는 Search Parameter들은 KR Core IG를 구현한 서버의 선택 사항에 따라 추가로 제공 가능.