KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
<Condition xmlns="http://hl7.org/fhir">
<id value="krcore-condition-chief-complaint-example-02"/>
<meta>
<profile
value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-chief-complaint"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition krcore-condition-chief-complaint-example-02</b></p><a name="krcore-condition-chief-complaint-example-02"> </a><a name="hckrcore-condition-chief-complaint-example-02"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-krcore-condition-chief-complaint.html">KR Core Condition Profile for Chief Complaint</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>category</b>: <span title="Codes:{http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types 주호소}, {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">주호소</span></p><p><b>severity</b>: <span title="Codes:{http://snomed.info/sct 24484000}">Severe</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 409966000}">급성 설사</span></p><p><b>subject</b>: <a href="Patient-krcore-patient-example-01.html">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href="Encounter-krcore-encounter-example-02.html">Encounter: extension = 건강보험; identifier = urn:oid:1.2.3.4.5.6#example-encounter-id-02; status = finished; class = inpatient encounter (ActCode#IMP); type = Inpatient stay 8 days (finding); period = 2025-05-21 --> 2025-05-29</a></p><p><b>onset</b>: 2025-05-19</p><p><b>recordedDate</b>: 2025-05-21</p><p><b>recorder</b>: <a href="Practitioner-krcore-medicaldoctor-example-01.html">Practitioner 김의사</a></p><p><b>asserter</b>: <a href="Patient-krcore-patient-example-01.html">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><p><b>note</b>: </p><blockquote><div><p>환자가 급성 설사 및 복통을 호소함</p>
</div></blockquote></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system
value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"/>
<code value="주호소"/>
</coding>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
</coding>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct"/>
<code value="24484000"/>
<display value="Severe"/>
</coding>
</severity>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="409966000"/>
<display value="Acute diarrhea (disorder)"/>
</coding>
<text value="급성 설사"/>
</code>
<subject>🔗
<reference value="Patient/krcore-patient-example-01"/>
</subject>
<encounter>🔗
<reference value="Encounter/krcore-encounter-example-02"/>
</encounter>
<onsetDateTime value="2025-05-19"/>
<recordedDate value="2025-05-21"/>
<recorder>🔗
<reference value="Practitioner/krcore-medicaldoctor-example-01"/>
</recorder>
<asserter>🔗
<reference value="Patient/krcore-patient-example-01"/>
</asserter>
<note>
<text value="환자가 급성 설사 및 복통을 호소함"/>
</note>
</Condition>