KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

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

: krcore-condition-encounter-diagnosis-example-02 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "krcore-condition-encounter-diagnosis-example-02",
  "meta" : {
    "profile" : [
      🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-encounter-diagnosis"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition krcore-condition-encounter-diagnosis-example-02</b></p><a name=\"krcore-condition-encounter-diagnosis-example-02\"> </a><a name=\"hckrcore-condition-encounter-diagnosis-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-encounter-diagnosis.html\">KR Core Condition Profile for Encounter Diagnosis</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 encounter-diagnosis}\">진단</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://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8 A04.9}, {http://snomed.info/sct 75375008}\">상세불명의 세균성 장감염</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 --&gt; 2025-05-29</a></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>note</b>: </p><blockquote><div><p>세균성 장염</p>\n</div></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
          "code" : "진단"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "24484000",
        "display" : "Severe"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8",
        "code" : "A04.9",
        "display" : "상세불명의 세균성 장감염"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "75375008",
        "display" : "Inflammation of intestine caused by bacteria (disorder)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/krcore-patient-example-01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/krcore-encounter-example-02"
  },
  "recordedDate" : "2025-05-21",
  "recorder" : {
    🔗 "reference" : "Practitioner/krcore-medicaldoctor-example-01"
  },
  "note" : [
    {
      "text" : "세균성 장염"
    }
  ]
}