KR Core Implementation Guide
1.0.0 - STU1 Korea, Republic of flag

KR Core Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

Resource Profile: KR Core Patient Profile

Official URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient Version: 1.0.0
Draft as of 2021-11-14 Computable Name: KRCore_Patient

KR Core의 환자 정보에 적용되는 Patient 구조.

Usage:

Formal Views of Profile Content

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

This structure is derived from Patient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*PatientKR Core Patient Profile
... identifier S1..*Identifier환자 ID
.... system S1..1uri식별체계 식별자
.... value S1..1string식별자
... name S1..*HumanName성명
.... text S1..1string전체 성명
... Slices for telecom 0..*ContactPoint연락처
Slice: 순서 없음, system 값에 대해 열려있음
.... telecom:Phone 0..*ContactPoint전화번호
..... system 1..1code연락처 유형: phone
고정값: phone
..... value 1..1string상세 연락처
.... telecom:E-mail 0..*ContactPoint이메일
..... system 1..1code연락처 유형: email
고정값: email
..... value 1..1string상세 연락처
... birthDate S1..1date생년월일
... address 0..*Address환자 주소
.... krcore-roadNameAddress 0..1(Complex)한국 도로명 주소 체계
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... text 0..1string주소 텍스트
.... postalCode 0..1string우편번호
... contact 0..*BackboneElement환자의 연락처(예: 보호자, 배우자, 친구)
.... address
..... krcore-roadNameAddress 0..1(Complex)한국 도로명 주소 체계
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
..... text 0..1string주소 텍스트
..... postalCode 0..1string우편번호

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Notes:

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

KR Core IG를 따르는 Server 및 Client가 전송 및 수신하는 모든 Patient Resource는, KR Core Patient Profile의 요구조건을 반드시(SHALL) 만족해야 한다.

KR CDI 관련항목

KR Core Patient Profile은 KR CDI의 환자 정보 클래스 중 일부에 대응됨.

KR CDI 환자 정보 클래스 항목 KR Core Patient Profile 관련 항목
환자ID Patient.identifier
성명 Patient.name
생년월일 Patient.birthDate
성별 Patient.gender
연락처:전화번호 Patient.telecom.where(system = ‘phone’)
연락처:이메일 Patient.telecom.where(system = ‘email’)
연락처:주소 Patient.address
건강보험유형 KR Core Encounter Profile 참고

KR Core Search Parameters (derived)

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

Name Type Description Expression Expectations
_id token 본 리소스 인스턴스의 논리적 ID Patient.id SHALL
address string 한국 도로명 주소를 포함한 환자 주소 검색 Patient.address | Patient.address.text | Patient.address.extension(‘http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress’).extension.value MAY
birthdate date 환자의 생일 Patient.birthDate SHOULD
gender token 환자의 성별 Patient.gender SHOULD
identifier token 환자의 식별자 Patient.identifier SHALL
name string 환자의 성명을 구성하는 성, 이름 등의 요소 중 일치하는 문자열 Patient.name SHALL
telecom token 환자의 연락처 Patient.telecom SHOULD


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


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