Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: PractitionerRoleExample - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="r001"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="r001"> </a><a name="hcr001"> </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;r001&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-practitionerrole.html">Fujitsu PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2011-04-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner-p001.html">Practitioner/p001</a> &quot; 医師&quot;</p><p><b>organization</b>: <a href="Organization-o001.html">Organization/o001</a> &quot;サンプル病院&quot;</p><p><b>code</b>: 医師 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-practitioner-role-cs.html">JP Core Practitioner Role CodeSystem</a>#JPR10000)</span></p><p><b>telecom</b>: ph: 04-1111-1111</p></div>
  </text>
  <active value="true"/>
  <period>
    <start value="2011-04-01"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/p001"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/o001"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/CodeSystem/JP_PractitionerRole_CS"/>
      <code value="JPR10000"/>
      <display value="医師"/>
    </coding>
    <text value="医師"/>
  </code>
  <telecom>
    <system value="phone"/>
    <value value="04-1111-1111"/>
  </telecom>
</PractitionerRole>