Da Vinci Health Record Exchange (HRex)
1.0.0 - STU R1 US

This page is part of the Da Vinci Health Record Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: HRex PractitionerRole full example - XML Representation

Page standards status: Informative

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="full"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></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 "full" </p></div><p><b>practitioner</b>: <a href="Practitioner-full.html">Practitioner/full</a> " BONE"</p><p><b>organization</b>: <a href="Organization-full.html">Organization/full</a> "New Health Plan"</p><p><b>code</b>: Chiropractor <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (provider-taxonomy#111N00000X)</span>, Dentist <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (provider-taxonomy#122300000X)</span></p><p><b>specialty</b>: Exercise &amp; Sports Psychologist <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (provider-taxonomy#103TE1100X)</span>, Family Psychologist <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (provider-taxonomy#103TF0000X)</span></p><p><b>location</b>: </p><ul><li><a href="http://example.org/some-clinic/Location/1874">http://example.org/some-clinic/Location/1874</a></li><li><a href="http://example.org/some-clinic/Location/9233">http://example.org/some-clinic/Location/9233</a></li></ul><p><b>telecom</b>: ph: 1-222-333-4444, <a href="mailto:ronald.bone@newpayer.com">ronald.bone@newpayer.com</a>, 1(111)-1111111 - after 5pm</p><p><b>endpoint</b>: </p><ul><li><a href="http://example.org/some-clinic/EndPoint/1">http://example.org/some-clinic/EndPoint/1</a></li><li><a href="http://example.org/some-clinic/EndPoint/2">http://example.org/some-clinic/EndPoint/2</a></li></ul></div>
  </text>
  <practitioner>
    <reference value="Practitioner/full"/>
  </practitioner>
  <organization>
    <reference value="Organization/full"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="111N00000X"/>
    </coding>
  </code>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="122300000X"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="103TE1100X"/>
    </coding>
  </specialty>
  <specialty>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="103TF0000X"/>
    </coding>
  </specialty>
  <location>
    <reference value="http://example.org/some-clinic/Location/1874"/>
  </location>
  <location>
    <reference value="http://example.org/some-clinic/Location/9233"/>
  </location>
  <telecom>
    <system value="phone"/>
    <value value="1-222-333-4444"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="ronald.bone@newpayer.com"/>
  </telecom>
  <telecom>
    <system value="pager"/>
    <value value="1(111)-1111111 - after 5pm"/>
  </telecom>
  <endpoint>
    <reference value="http://example.org/some-clinic/EndPoint/1"/>
  </endpoint>
  <endpoint>
    <reference value="http://example.org/some-clinic/EndPoint/2"/>
  </endpoint>
</PractitionerRole>