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 |
{
"resourceType" : "Encounter",
"id" : "krcore-encounter-example-02",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter krcore-encounter-example-02</b></p><a name=\"krcore-encounter-example-02\"> </a><a name=\"hckrcore-encounter-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-encounter.html\">KR Core Encounter Profile</a></p></div><p><b>KR Core Insurance Types Extension</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types 4}\">건강보험</span></p><p><b>identifier</b>: <code>urn:oid:1.2.3.4.5.6</code>/example-encounter-id-02</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 183806006}\">Inpatient stay 8 days (finding)</span></p><p><b>subject</b>: <a href=\"Patient-krcore-patient-example-01.html\">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></p><p><b>individual</b>: <a href=\"Practitioner-krcore-medicaldoctor-example-01.html\">Practitioner 김의사</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PART}\">Participation</span></p><p><b>individual</b>: <a href=\"Practitioner-krcore-nurse-example-01.html\">Practitioner 전진현</a></p></blockquote><p><b>period</b>: 2025-05-21 --> 2025-05-29</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-krcore-condition-encounter-diagnosis-example-01.html\">Condition 요관의 결석</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-krcore-healthcare-organization-example-01.html\">Organization 한국병원</a></p></div>"
},
"extension" : [
{
"url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types",
"code" : "4",
"display" : "건강보험"
}
]
}
}
],
"identifier" : [
{
"system" : "urn:oid:1.2.3.4.5.6",
"value" : "example-encounter-id-02"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "183806006",
"display" : "Inpatient stay 8 days (finding)"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/krcore-patient-example-01"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/krcore-medicaldoctor-example-01"
}
},
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PART",
"display" : "Participation"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/krcore-nurse-example-01"
}
}
],
"period" : {
"start" : "2025-05-21",
"end" : "2025-05-29"
},
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/krcore-condition-encounter-diagnosis-example-01"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/krcore-healthcare-organization-example-01"
}
}