ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-practitionerrole-example - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="connectdtx-practitionerrole-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/connectdtx-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="connectdtx-practitionerrole-example"> </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;connectdtx-practitionerrole-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-connectdtx-practitionerrole.html">ConnectDTx PractitionerRole</a></p></div><p><b>identifier</b>: id: ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969</p><p><b>organization</b>: <a href="Organization-connectdtx-organization-example.html">Organization/connectdtx-organization-example</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.0.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-subject.html">Hira Medical Subject</a>#03 &quot;정신건강의학과&quot;)</span></p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.3.4.5.6"/>
    <value
           value="ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"/>
  </identifier>
  <organization>
    <reference value="Organization/connectdtx-organization-example"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
      <code value="doctor"/>
      <display value="DOCTOR"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="https://hira.or.kr/CodeSystem/medical-subject"/>
      <code value="03"/>
      <display value="정신건강의학과"/>
    </coding>
    <text value="수면건강센터"/>
  </specialty>
</PractitionerRole>