JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

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

Resource Profile: JanuSync MedicalDoctor PractitionerRole

Official URL: http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole Version: 1.0.0
Draft as of 2026-02-13 Computable Name: JanuSyncMedicalDoctorPractitionerRole

JanuSync에서 의사의 역할을 표현하기 위한 Resource (Resource for Representing the Role of a Physician in JanuSync)

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* KRCore_PractitionerRole_MedicalDoctor KR Core PractitionerRole Profile for Medical Doctor
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 1..1 Identifier 직원고유번호 (Employee ID Number)
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 1..1 uri 의료기관 식별자 (Identifier for Healthcare facility)
Example General: http://www.acme.com/identifiers/patient
Example General: urn:oid:1.2.410.100110.10.11100123
.... value Σ 1..1 string 의료 기관내의 직원고유번호(비식별화) (Employee ID Number(Anonymization))
Example General: 123456
Example 생성예시: 직원번호를 SHA-256으로 HASH한 값
Example General: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969
... Slices for code Σ 1..* CodeableConcept 의료인 역할 (Role of Healthcare Provider)
Slice: Unordered, Open by value:$this
Binding: PractitionerRole (extensible)
.... code:MDRole Σ 1..1 CodeableConcept 의료인 역할(의사) (Role of Healthcare Provider(Doctor))
Binding: PractitionerRole (required)

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
..... coding Σ 1..* Coding Code defined by a terminology system

Fixed Value: As shown (Doctor)
...... id 0..0 string Unique id for inter-element referencing
...... extension 0..0 Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..0 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..0 string Representation defined by the system
...... userSelected 0..0 boolean If this coding was chosen directly by the user
... specialty SΣ 1..* CodeableConcept 의료인 진료과 코드 (Healthcare Provider Specialty Code)
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:HIRA SΣ 1..* Coding 건강보험심사평가원 진료과목 코드 정보
Binding: KR Core Medical Department Codes (required)
...... system SΣ 1..1 uri 건강보험심사평가원 진료과목 코드체계
Fixed Value: http://www.hl7korea.or.kr/CodeSystem/hira-medical-department
...... code SΣ 1..1 code 진료과목코드 (Code of Specialty) : 00 | 01 | 02 | 03 | 04 +
...... display Σ 0..1 string 진료과목명칭 (Name of Specialty) : 일반의 | 내과 | 신경과 | 정신건강의학과 | 외과 +
Example General: 정신건강의학과
.... text Σ 0..1 string 실제 진료과 명칭 (Detail Name of Specialty)
Example General: 수면건강센터
... telecom Σ 0..* ContactPoint 의료기관내에서의 연락처 (Internal Contact Details of the Healthcare Facility)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PractitionerRole.code Base extensible Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.code:MDRole Base required Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.specialty Base preferred Practice Setting Code Value Set 📦4.0.1 FHIR Std.
PractitionerRole.specialty.​coding:HIRA Base required KR Core Medical Department Codes 📦1.0.2 KR Core Implementation Guide v1.0

Constraints

Id Grade Path(s) Description Expression
dom-2 error PractitionerRole If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PractitionerRole If 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-4 error PractitionerRole If 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-5 error PractitionerRole If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PractitionerRole A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from KRCore_PractitionerRole_MedicalDoctor

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* KRCore_PractitionerRole_MedicalDoctor KR Core PractitionerRole Profile for Medical Doctor
... identifier 1..1 Identifier 직원고유번호 (Employee ID Number)
.... system 1..1 uri 의료기관 식별자 (Identifier for Healthcare facility)
Example General: urn:oid:1.2.410.100110.10.11100123
.... value 1..1 string 의료 기관내의 직원고유번호(비식별화) (Employee ID Number(Anonymization))
Example 생성예시: 직원번호를 SHA-256으로 HASH한 값
Example General: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969
... organization 1..1 Reference(JanuSync Healthcare Organization) 의료인 소속기관
... code 1..* CodeableConcept 의료인 역할 (Role of Healthcare Provider)
Binding: PractitionerRole (extensible)
.... code:MDRole 1..1 CodeableConcept 의료인 역할(의사) (Role of Healthcare Provider(Doctor))
Binding: PractitionerRole (required)
..... coding 1..* Coding Code defined by a terminology system
Fixed Value: As shown (Doctor)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
... specialty 1..* CodeableConcept 의료인 진료과 코드 (Healthcare Provider Specialty Code)
.... Slices for coding Content/Rules for all slices
..... coding:HIRA 1..* Coding 건강보험심사평가원 진료과목 코드 정보
...... code 1..1 code 진료과목코드 (Code of Specialty) : 00 | 01 | 02 | 03 | 04 +
...... display 0..1 string 진료과목명칭 (Name of Specialty) : 일반의 | 내과 | 신경과 | 정신건강의학과 | 외과 +
Example General: 정신건강의학과
.... text 0..1 string 실제 진료과 명칭 (Detail Name of Specialty)
Example General: 수면건강센터
... telecom 0..* ContactPoint 의료기관내에서의 연락처 (Internal Contact Details of the Healthcare Facility)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PractitionerRole.code Base extensible Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.code:MDRole Base required Practitioner role 📦4.0.1 FHIR Std.
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* KRCore_PractitionerRole_MedicalDoctor KR Core PractitionerRole Profile for Medical Doctor
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 1..1 Identifier 직원고유번호 (Employee ID Number)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 1..1 uri 의료기관 식별자 (Identifier for Healthcare facility)
Example General: http://www.acme.com/identifiers/patient
Example General: urn:oid:1.2.410.100110.10.11100123
.... value Σ 1..1 string 의료 기관내의 직원고유번호(비식별화) (Employee ID Number(Anonymization))
Example General: 123456
Example 생성예시: 직원번호를 SHA-256으로 HASH한 값
Example General: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active Σ 0..1 boolean Whether this practitioner role record is in active use
... period Σ 0..1 Period The period during which the practitioner is authorized to perform in these role(s)
... practitioner Σ 0..1 Reference(KR Core Practitioner Profile for Medical Doctor) 진료의 인적사항
... organization Σ 1..1 Reference(JanuSync Healthcare Organization) 의료인 소속기관
... Slices for code Σ 1..* CodeableConcept 의료인 역할 (Role of Healthcare Provider)
Slice: Unordered, Open by value:$this
Binding: PractitionerRole (extensible)
.... code:MDRole Σ 1..1 CodeableConcept 의료인 역할(의사) (Role of Healthcare Provider(Doctor))
Binding: PractitionerRole (required)

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 1..* Coding Code defined by a terminology system

Fixed Value: As shown (Doctor)
...... id 0..0 string Unique id for inter-element referencing
...... extension 0..0 Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..0 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..0 string Representation defined by the system
...... userSelected 0..0 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... specialty SΣ 1..* CodeableConcept 의료인 진료과 코드 (Healthcare Provider Specialty Code)
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:HIRA SΣ 1..* Coding 건강보험심사평가원 진료과목 코드 정보
Binding: KR Core Medical Department Codes (required)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣ 1..1 uri 건강보험심사평가원 진료과목 코드체계
Fixed Value: http://www.hl7korea.or.kr/CodeSystem/hira-medical-department
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣ 1..1 code 진료과목코드 (Code of Specialty) : 00 | 01 | 02 | 03 | 04 +
...... display Σ 0..1 string 진료과목명칭 (Name of Specialty) : 일반의 | 내과 | 신경과 | 정신건강의학과 | 외과 +
Example General: 정신건강의학과
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string 실제 진료과 명칭 (Detail Name of Specialty)
Example General: 수면건강센터
... location Σ 0..* Reference(Location) The location(s) at which this practitioner provides care
... healthcareService 0..* Reference(HealthcareService) The list of healthcare services that this worker provides for this role's Organization/Location(s)
... telecom Σ 0..* ContactPoint 의료기관내에서의 연락처 (Internal Contact Details of the Healthcare Facility)
... availableTime 0..* BackboneElement Times the Service Site is available
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.
.... allDay 0..1 boolean Always available? e.g. 24 hour service
.... availableStartTime 0..1 time Opening time of day (ignored if allDay = true)
.... availableEndTime 0..1 time Closing time of day (ignored if allDay = true)
... notAvailable 0..* BackboneElement Not available during this time due to provided reason
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description 1..1 string Reason presented to the user explaining why time not available
.... during 0..1 Period Service not available from this date
... availabilityExceptions 0..1 string Description of availability exceptions
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the practitioner with this role

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.language Base preferred Common Languages 📦4.0.1 FHIR Std.
PractitionerRole.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PractitionerRole.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
PractitionerRole.code Base extensible Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.code:MDRole Base required Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.specialty Base preferred Practice Setting Code Value Set 📦4.0.1 FHIR Std.
PractitionerRole.specialty.​coding:HIRA Base required KR Core Medical Department Codes 📦1.0.2 KR Core Implementation Guide v1.0
PractitionerRole.availableTime.​daysOfWeek Base required DaysOfWeek 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error PractitionerRole If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PractitionerRole If 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-4 error PractitionerRole If 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-5 error PractitionerRole If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PractitionerRole A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from KRCore_PractitionerRole_MedicalDoctor

Summary

Mandatory: 5 elements
Fixed: 1 element

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* KRCore_PractitionerRole_MedicalDoctor KR Core PractitionerRole Profile for Medical Doctor
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 1..1 Identifier 직원고유번호 (Employee ID Number)
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 1..1 uri 의료기관 식별자 (Identifier for Healthcare facility)
Example General: http://www.acme.com/identifiers/patient
Example General: urn:oid:1.2.410.100110.10.11100123
.... value Σ 1..1 string 의료 기관내의 직원고유번호(비식별화) (Employee ID Number(Anonymization))
Example General: 123456
Example 생성예시: 직원번호를 SHA-256으로 HASH한 값
Example General: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969
... Slices for code Σ 1..* CodeableConcept 의료인 역할 (Role of Healthcare Provider)
Slice: Unordered, Open by value:$this
Binding: PractitionerRole (extensible)
.... code:MDRole Σ 1..1 CodeableConcept 의료인 역할(의사) (Role of Healthcare Provider(Doctor))
Binding: PractitionerRole (required)

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
..... coding Σ 1..* Coding Code defined by a terminology system

Fixed Value: As shown (Doctor)
...... id 0..0 string Unique id for inter-element referencing
...... extension 0..0 Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..0 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..0 string Representation defined by the system
...... userSelected 0..0 boolean If this coding was chosen directly by the user
... specialty SΣ 1..* CodeableConcept 의료인 진료과 코드 (Healthcare Provider Specialty Code)
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:HIRA SΣ 1..* Coding 건강보험심사평가원 진료과목 코드 정보
Binding: KR Core Medical Department Codes (required)
...... system SΣ 1..1 uri 건강보험심사평가원 진료과목 코드체계
Fixed Value: http://www.hl7korea.or.kr/CodeSystem/hira-medical-department
...... code SΣ 1..1 code 진료과목코드 (Code of Specialty) : 00 | 01 | 02 | 03 | 04 +
...... display Σ 0..1 string 진료과목명칭 (Name of Specialty) : 일반의 | 내과 | 신경과 | 정신건강의학과 | 외과 +
Example General: 정신건강의학과
.... text Σ 0..1 string 실제 진료과 명칭 (Detail Name of Specialty)
Example General: 수면건강센터
... telecom Σ 0..* ContactPoint 의료기관내에서의 연락처 (Internal Contact Details of the Healthcare Facility)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PractitionerRole.code Base extensible Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.code:MDRole Base required Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.specialty Base preferred Practice Setting Code Value Set 📦4.0.1 FHIR Std.
PractitionerRole.specialty.​coding:HIRA Base required KR Core Medical Department Codes 📦1.0.2 KR Core Implementation Guide v1.0

Constraints

Id Grade Path(s) Description Expression
dom-2 error PractitionerRole If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PractitionerRole If 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-4 error PractitionerRole If 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-5 error PractitionerRole If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PractitionerRole A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from KRCore_PractitionerRole_MedicalDoctor

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* KRCore_PractitionerRole_MedicalDoctor KR Core PractitionerRole Profile for Medical Doctor
... identifier 1..1 Identifier 직원고유번호 (Employee ID Number)
.... system 1..1 uri 의료기관 식별자 (Identifier for Healthcare facility)
Example General: urn:oid:1.2.410.100110.10.11100123
.... value 1..1 string 의료 기관내의 직원고유번호(비식별화) (Employee ID Number(Anonymization))
Example 생성예시: 직원번호를 SHA-256으로 HASH한 값
Example General: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969
... organization 1..1 Reference(JanuSync Healthcare Organization) 의료인 소속기관
... code 1..* CodeableConcept 의료인 역할 (Role of Healthcare Provider)
Binding: PractitionerRole (extensible)
.... code:MDRole 1..1 CodeableConcept 의료인 역할(의사) (Role of Healthcare Provider(Doctor))
Binding: PractitionerRole (required)
..... coding 1..* Coding Code defined by a terminology system
Fixed Value: As shown (Doctor)
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
... specialty 1..* CodeableConcept 의료인 진료과 코드 (Healthcare Provider Specialty Code)
.... Slices for coding Content/Rules for all slices
..... coding:HIRA 1..* Coding 건강보험심사평가원 진료과목 코드 정보
...... code 1..1 code 진료과목코드 (Code of Specialty) : 00 | 01 | 02 | 03 | 04 +
...... display 0..1 string 진료과목명칭 (Name of Specialty) : 일반의 | 내과 | 신경과 | 정신건강의학과 | 외과 +
Example General: 정신건강의학과
.... text 0..1 string 실제 진료과 명칭 (Detail Name of Specialty)
Example General: 수면건강센터
... telecom 0..* ContactPoint 의료기관내에서의 연락처 (Internal Contact Details of the Healthcare Facility)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PractitionerRole.code Base extensible Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.code:MDRole Base required Practitioner role 📦4.0.1 FHIR Std.

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* KRCore_PractitionerRole_MedicalDoctor KR Core PractitionerRole Profile for Medical Doctor
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 1..1 Identifier 직원고유번호 (Employee ID Number)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 1..1 uri 의료기관 식별자 (Identifier for Healthcare facility)
Example General: http://www.acme.com/identifiers/patient
Example General: urn:oid:1.2.410.100110.10.11100123
.... value Σ 1..1 string 의료 기관내의 직원고유번호(비식별화) (Employee ID Number(Anonymization))
Example General: 123456
Example 생성예시: 직원번호를 SHA-256으로 HASH한 값
Example General: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active Σ 0..1 boolean Whether this practitioner role record is in active use
... period Σ 0..1 Period The period during which the practitioner is authorized to perform in these role(s)
... practitioner Σ 0..1 Reference(KR Core Practitioner Profile for Medical Doctor) 진료의 인적사항
... organization Σ 1..1 Reference(JanuSync Healthcare Organization) 의료인 소속기관
... Slices for code Σ 1..* CodeableConcept 의료인 역할 (Role of Healthcare Provider)
Slice: Unordered, Open by value:$this
Binding: PractitionerRole (extensible)
.... code:MDRole Σ 1..1 CodeableConcept 의료인 역할(의사) (Role of Healthcare Provider(Doctor))
Binding: PractitionerRole (required)

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..1 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..1 string Representation defined by the system
...... userSelected 0..1 boolean If this coding was chosen directly by the user
..... text 0..1 string Plain text representation of the concept
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 1..* Coding Code defined by a terminology system

Fixed Value: As shown (Doctor)
...... id 0..0 string Unique id for inter-element referencing
...... extension 0..0 Extension Additional content defined by implementations
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version 0..0 string Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: doctor
...... display 0..0 string Representation defined by the system
...... userSelected 0..0 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... specialty SΣ 1..* CodeableConcept 의료인 진료과 코드 (Healthcare Provider Specialty Code)
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:HIRA SΣ 1..* Coding 건강보험심사평가원 진료과목 코드 정보
Binding: KR Core Medical Department Codes (required)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣ 1..1 uri 건강보험심사평가원 진료과목 코드체계
Fixed Value: http://www.hl7korea.or.kr/CodeSystem/hira-medical-department
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣ 1..1 code 진료과목코드 (Code of Specialty) : 00 | 01 | 02 | 03 | 04 +
...... display Σ 0..1 string 진료과목명칭 (Name of Specialty) : 일반의 | 내과 | 신경과 | 정신건강의학과 | 외과 +
Example General: 정신건강의학과
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string 실제 진료과 명칭 (Detail Name of Specialty)
Example General: 수면건강센터
... location Σ 0..* Reference(Location) The location(s) at which this practitioner provides care
... healthcareService 0..* Reference(HealthcareService) The list of healthcare services that this worker provides for this role's Organization/Location(s)
... telecom Σ 0..* ContactPoint 의료기관내에서의 연락처 (Internal Contact Details of the Healthcare Facility)
... availableTime 0..* BackboneElement Times the Service Site is available
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.
.... allDay 0..1 boolean Always available? e.g. 24 hour service
.... availableStartTime 0..1 time Opening time of day (ignored if allDay = true)
.... availableEndTime 0..1 time Closing time of day (ignored if allDay = true)
... notAvailable 0..* BackboneElement Not available during this time due to provided reason
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description 1..1 string Reason presented to the user explaining why time not available
.... during 0..1 Period Service not available from this date
... availabilityExceptions 0..1 string Description of availability exceptions
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the practitioner with this role

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.language Base preferred Common Languages 📦4.0.1 FHIR Std.
PractitionerRole.identifier.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
PractitionerRole.identifier.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
PractitionerRole.code Base extensible Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.code:MDRole Base required Practitioner role 📦4.0.1 FHIR Std.
PractitionerRole.specialty Base preferred Practice Setting Code Value Set 📦4.0.1 FHIR Std.
PractitionerRole.specialty.​coding:HIRA Base required KR Core Medical Department Codes 📦1.0.2 KR Core Implementation Guide v1.0
PractitionerRole.availableTime.​daysOfWeek Base required DaysOfWeek 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error PractitionerRole If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error PractitionerRole If 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-4 error PractitionerRole If 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-5 error PractitionerRole If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice PractitionerRole A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from KRCore_PractitionerRole_MedicalDoctor

Summary

Mandatory: 5 elements
Fixed: 1 element

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron