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-immunization-example-02 - XML Representation

Page standards status: Informative

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="krcore-immunization-example-02"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization krcore-immunization-example-02</b></p><a name="krcore-immunization-example-02"> </a><a name="hckrcore-immunization-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-immunization.html">KR Core Immunization Profile</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-vcnt-types 18}, {http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode 8806689021617}">B형간염(HepB) 예방 주사</span></p><p><b>patient</b>: <a href="Patient-krcore-patient-example-03.html">null Unknown, DoB:  ( Medical record number)</a></p><p><b>occurrence</b>: 2025-05-20 12:23:12+0900</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: UBX20250520</p><p><b>site</b>: <span title="Codes:{http://snomed.info/sct 368208006}">Left upper arm structure (body structure)</span></p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 78421000}">Intramuscular route (qualifier value)</span></p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 OP}">Ordering Provider</span></p><p><b>actor</b>: <a href="Practitioner-krcore-medicaldoctor-example-01.html">Practitioner 김의사</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}">Administering Provider</span></p><p><b>actor</b>: <a href="Practitioner-krcore-nurse-example-01.html">Practitioner 전진현</a></p></blockquote></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-vcnt-types"/>
      <code value="18"/>
      <display value="B형간염(HepB)"/>
    </coding>
    <coding>
      <system value="http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode"/>
      <code value="8806689021617"/>
      <display value="유박스비프리필드주[B형간염백신(유전자재조합)]"/>
    </coding>
    <text value="B형간염(HepB) 예방 주사"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/krcore-patient-example-03"/>
  </patient>
  <occurrenceDateTime value="2025-05-20T12:23:12+09:00"/>
  <primarySource value="true"/>
  <lotNumber value="UBX20250520"/>
  <site>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368208006"/>
      <display value="Left upper arm structure (body structure)"/>
    </coding>
  </site>
  <route>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="78421000"/>
      <display value="Intramuscular route (qualifier value)"/>
    </coding>
  </route>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="OP"/>
        <display value="Ordering Provider"/>
      </coding>
    </function>
    <actor>🔗 
      <reference value="Practitioner/krcore-medicaldoctor-example-01"/>
    </actor>
  </performer>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="AP"/>
        <display value="Administering Provider"/>
      </coding>
    </function>
    <actor>🔗 
      <reference value="Practitioner/krcore-nurse-example-01"/>
    </actor>
  </performer>
</Immunization>