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-chief-complaint-example-02 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "krcore-condition-chief-complaint-example-02",
  "meta" : {
    "profile" : [
      🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-chief-complaint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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 --&gt; 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>\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" : "problem-list-item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "24484000",
        "display" : "Severe"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "409966000",
        "display" : "Acute diarrhea (disorder)"
      }
    ],
    "text" : "급성 설사"
  },
  "subject" : {
    🔗 "reference" : "Patient/krcore-patient-example-01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/krcore-encounter-example-02"
  },
  "onsetDateTime" : "2025-05-19",
  "recordedDate" : "2025-05-21",
  "recorder" : {
    🔗 "reference" : "Practitioner/krcore-medicaldoctor-example-01"
  },
  "asserter" : {
    🔗 "reference" : "Patient/krcore-patient-example-01"
  },
  "note" : [
    {
      "text" : "환자가 급성 설사 및 복통을 호소함"
    }
  ]
}