KR Core Implementation Guide
1.0.0 - STU1
KR Core Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Official URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-encounter-diagnosis | Version: 1.0.0 | |||
Draft as of 2021-11-11 | Computable Name: KRCore_Condition_EncounterDiagnosis |
KR Core의 진단 상태 정보에 적용되는 Condition 구조.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Other representations of profile: CSV, Excel, Schematron
KR Core IG를 따르는 Server는 반드시(SHALL) Codition Resource
를 지원하고, KR Core Condition Profile for Encounter Diagnosis을 반드시(SHALL) 지원해야 한다.
KR Core IG를 따르는 Client는 가능한 한(SHOULD) Codition Resource
를 지원하고, Codition Resource
를 지원하는 경우, KR Core Condition for Encounter Diagnosis을 반드시(SHALL) 지원해야 한다.
KR Core Condition Profile for Encounter Diagnosis은 KR CDI의 진단 및 주호소 정보 클래스 중 일부에 대응됨.
KR CDI 진단 및 주호소 정보 클래스 항목 | KR Core Condition Profile for Encounter Diagnosis 관련 항목 |
---|---|
진단일자 | Condition.extension.where(url = ‘http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosisDateTime’) |
진단명 | Condition.code |
진단 임상적 상태 | Condition.clinicalStatus |
주호소 발생일자 | KR Core Condition Profile for Chief Complaint 참고 |
주호소명 | KR Core Condition Profile for Chief Complaint 참고 |
주호소 임상적 상태 | KR Core Condition Profile for Chief Complaint 참고 |
Condition Resource를 검색하기 위해 Kr Core에서 추가로 정의한 검색 파라미터.
Name | Type | Description | Expression | Expectations |
---|---|---|---|---|
diagnosis-date | date | 진단일자 | Condition.extension(‘http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosisDateTime’).value.ofType(dateTime) | MAY |
Condition Resource를 검색하기 위해 기본 FHIR 사양을 기반으로 정의한 검색 파라미터.
Name | Type | Description | Expression | Expectations |
---|---|---|---|---|
category | token | 진단 및 주호소 범주 | Condition.category | MAY |
clinical-status | token | 진단 및 주호소 임상적 상태: active | recurrence | relapse | inactive | remission | resolved | Condition.clinicalStatus | MAY |
code | token | 진단 및 주호소 상태를 식별하는 코드 | Condition.code | SHALL |
encounter | reference | 진단 및 주호소 상태가 속한 수진 | Condition.encounter | MAY |
onset-date | date | 진단 및 주호소 발생일자 | Condition.onset.ofType(dateTime) | Condition.onset.ofType(Period) | MAY |
patient | reference | 진단 및 주호소 상태의 대상 | Condition.subject.where(resolve() is Patient) | SHALL |
NOTE: 위 Search Parameter 목록은 아래 요소에 대한 구현 기대치를 정의함:
NOTE: 이 외 기본 FHIR 사양에서 정의하고 있는 Search Parameter들은 KR Core IG를 구현한 서버의 선택 사항에 따라 추가로 제공 가능.