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

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="krcore-medicaldoctorrole-example-01"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="krcore-medicaldoctorrole-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 PractitionerRole &quot;krcore-medicaldoctorrole-example-01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-krcore-medical-doctor-role.html">KR Core PractitionerRole Profile for Medical Doctor</a></p></div><p><b>identifier</b>: id: MD12345</p><p><b>practitioner</b>: <a href="Practitioner-krcore-medicaldoctor-example-01.html">Practitioner/krcore-medicaldoctor-example-01</a> &quot;&quot;</p><p><b>organization</b>: <a href="Organization-krcore-healthcare-organization-example-01.html">Organization/krcore-healthcare-organization-example-01</a> &quot;한국병원&quot;</p><p><b>code</b>: Doctor <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-practitioner-role.html">Practitioner role</a>#doctor)</span></p><p><b>specialty</b>: 내과 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-hira-medical-department.html">HIRA Medical Department</a>#01)</span></p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.3.4.5.6"/>
    <value value="MD12345"/>
  </identifier>
  <practitioner>🔗 
    <reference value="Practitioner/krcore-medicaldoctor-example-01"/>
  </practitioner>
  <organization>🔗 
    <reference
               value="Organization/krcore-healthcare-organization-example-01"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
      <code value="doctor"/>
      <display value="Doctor"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-medical-department"/>
      <code value="01"/>
      <display value="내과"/>
    </coding>
  </specialty>
</PractitionerRole>