JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: janusync-medicaldoctor-practitionerrole-example - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="janusync-medicaldoctor-practitionerrole-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"/>
  </meta>
  <identifier>
    <system value="urn:oid:1.2.410.100110.10.11100123"/>
    <value
           value="ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"/>
  </identifier>
  <organization>🔗 
    <reference value="Organization/janusync-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="http://www.hl7korea.or.kr/CodeSystem/hira-medical-department"/>
      <code value="03"/>
      <display value="정신건강의학과"/>
    </coding>
    <text value="수면건강센터"/>
  </specialty>
</PractitionerRole>