KR Core Implementation Guide
2.0.0 - STU 2
Korea, Republic of
KR Core Implementation Guide, published by HL7 Korea. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7korea/krcore/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
| 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 | datetime | 진단 및 주호소 발생일자 | Condition.onset.ofType(dateTime) | Condition.onset.ofType(Period) | MAY |
| patient | reference | 진단 및 주호소 상태의 대상 | Condition.subject.where(resolve() is Patient) | SHALL |
| recorded-date | datetime | 진단 및 주호소 최초 기록일자 또는 진단일자 | Condition.recordedDate | MAY |