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-encounter-example-01 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "krcore-encounter-example-01",
  "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-01</b></p><a name=\"krcore-encounter-example-01\"> </a><a name=\"hckrcore-encounter-example-01\"> </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-01</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-AMB\">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href=\"Patient-krcore-patient-example-01.html\">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-krcore-medicaldoctor-example-01.html\">Practitioner 김의사</a></td></tr></table><p><b>period</b>: 2023-04-30 --&gt; (ongoing)</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-01"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "subject" : {
    🔗 "reference" : "Patient/krcore-patient-example-01"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/krcore-medicaldoctor-example-01"
      }
    }
  ],
  "period" : {
    "start" : "2023-04-30"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/krcore-condition-encounter-diagnosis-example-01"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/krcore-healthcare-organization-example-01"
  }
}