KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: krcore-healthcare-organization-example-01 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="krcore-healthcare-organization-example-01"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="krcore-healthcare-organization-example-01"> </a></p><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">Resource Organization &quot;krcore-healthcare-organization-example-01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-krcore-healthcare-organization.html">KR Core Healthcare Organization Profile</a></p></div><p><b>identifier</b>: id: <a href="NamingSystem-ns-hira-healthcare-organization-identifier.html">#</a>11100000</p><p><b>type</b>: 상급종합병원 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-hira-healthcare-organization-types.html">HIRA Healthcare Organization Types</a>#01)</span></p><p><b>name</b>: 한국병원</p><p><b>telecom</b>: ph: 02-1237-4567, ph: 02-1237-4568, fax: 02-1237-4569</p><p><b>address</b>: 서울특별시 중구 서소문동 37</p></div>
  </text>
  <identifier>
    <system value="http://www.hl7korea.or.kr/Identifier/hira-krnpi"/>
    <value value="11100000"/>
  </identifier>
  <type>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types"/>
      <code value="01"/>
      <display value="상급종합병원"/>
    </coding>
  </type>
  <name value="한국병원"/>
  <telecom>
    <system value="phone"/>
    <value value="02-1237-4567"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="02-1237-4568"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="02-1237-4569"/>
  </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="덕수궁길"/>
      </extension>
      <extension url="detailedAddress">
        <valueString value="15"/>
      </extension>
      <extension url="complements">
        <valueString value="서소문동"/>
      </extension>
    </extension>
    <text value="서울특별시 중구 서소문동 37"/>
    <postalCode value="04515"/>
  </address>
</Organization>