KR Core Implementation Guide
1.0.2 - STU1
This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions
Official URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter | Version: 1.0.2 | |||
Active as of 2024-09-12 | Computable Name: KRCore_Encounter |
KR Core의 내원 정보에 적용되는 Encounter 구조.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Other representations of profile: CSV, Excel, Schematron
KR Core IG를 따르는 Server는 반드시(SHALL) Encounter Resource
를 지원하고, KR Core Encounter Profile을 반드시(SHALL) 지원해야 한다.
KR Core IG를 따르는 Client는 가능한 한(SHOULD) Encounter Resource
를 지원하고, Encounter Resource
를 지원하는 경우, KR Core Encounter Profile을 반드시(SHALL) 지원해야 한다.
KR Core Encounter Profile은 KR CDI의 내원 정보 클래스에 대응됨.
KR CDI 내원 정보 클래스 항목 | KR Core Encounter Profile 관련 항목 |
---|---|
진료구분 | Encounter.class |
내원상태 | Encounter.status |
내원기간:시작일자 | Encounter.period.start |
내원기간:종료일자 | Encounter.period.end |
KR Core Encounter Profile은 KR CDI의 환자 정보 클래스 중 일부에 대응됨.
KR CDI 환자 정보 클래스 항목 | KR Core Patient Profile 관련 항목 |
---|---|
환자ID | Encounter.subject.reference KR Core Patient Profile 참고 |
성명 | Encounter.subject.reference KR Core Patient Profile 참고 |
생년월일 | Encounter.subject.reference KR Core Patient Profile 참고 |
성별 | Encounter.subject.reference KR Core Patient Profile 참고 |
연락처:전화번호 | Encounter.subject.reference KR Core Patient Profile 참고 |
연락처:이메일 | Encounter.subject.reference KR Core Patient Profile 참고 |
연락처:주소 | Encounter.subject.reference KR Core Patient Profile 참고 |
건강보험유형 | Encounter.extension.where(url = ‘http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insurancetypes’) |
Encounter Resource를 검색하기 위해 Kr Core에서 추가로 정의한 검색 파라미터.
Name | Type | Description | Expression | Expectations |
---|---|---|---|---|
insurance-type | token | 환자의 건강보험유형 | Encounter.extension(‘http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes’).value.ofType(CodeableConcept) | MAY |
Encounter Resource를 검색하기 위해 기본 FHIR 사양을 기반으로 정의한 검색 파라미터.
Name | Type | Description | Expression | Expectations |
---|---|---|---|---|
class | token | 진료 구분 | Encounter.class | MAY |
date | date | 내원 기간 내 날짜 | Encounter.period | MAY |
participant | reference | 내원 참여 의료인 | Encounter.participant.actor | MAY |
patient | reference | 내원 환자 | Encounter.subject.where(resolve() is Patient) | SHALL |
service-provider | reference | 내원 기관 | Encounter.serviceProvider | MAY |
status | token | 내원 상태: planned | arrived | triaged | in-progress | onleave | finished | cancelled + | Encounter.status | MAY |
NOTE: 위 Search Parameter 목록은 아래 요소에 대한 구현 기대치를 정의함:
NOTE: 이 외 기본 FHIR 사양에서 정의하고 있는 Search Parameter들은 KR Core IG를 구현한 서버의 선택 사항에 따라 추가로 제공 가능.