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-nurse-example-01 - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="krcore-nurse-example-01"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner krcore-nurse-example-01</b></p><a name="krcore-nurse-example-01"> </a><a name="hckrcore-nurse-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-practitioner.html">KR Core Practitioner Profile</a></p></div><p><b>identifier</b>: 원내 식별자/example-nurse-id-01 (use: official, )</p><p><b>name</b>: 전진현</p><p><b>telecom</b>: ph: 05-2222-1111(Work), <a href="mailto:ghanho@examplehospital.com">ghanho@examplehospital.com</a></p><p><b>address</b>: 대구광역시 동구 효동로6길 예병원(work)</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">간호사</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <text value="원내 식별자"/>
    </type>
    <system
            value="https://www.examplehospital.com/Identifier/practitioner-id"/>
    <value value="example-nurse-id-01"/>
  </identifier>
  <name>
    <text value="전진현"/>
    <family value="전"/>
    <given value="진현"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="05-2222-1111"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="ghanho@examplehospital.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <extension
               url="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress">
      <extension url="district">
        <valueString value="대구광역시 동구"/>
      </extension>
      <extension url="roadName">
        <valueString value="효동로6길"/>
      </extension>
      <extension url="detailedAddress">
        <valueString value="-"/>
      </extension>
      <extension url="complements">
        <valueString value="예병원"/>
      </extension>
    </extension>
    <use value="work"/>
    <text value="대구광역시 동구 효동로6길 예병원"/>
    <postalCode value="04454"/>
  </address>
  <gender value="female"/>
  <qualification>
    <code>
      <text value="간호사"/>
    </code>
  </qualification>
</Practitioner>