Da Vinci Health Record Exchange (HRex)
0.2.0 - STU R1 - 2nd ballot

This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HRex PractitionerRole full example - XML Representation

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><p><b>id</b>: full</p><p><b>practitioner</b>: <a href="Practitioner-full.html">Generated Summary: id: full; id: 9941339108, id: 9941339108, id: 25456; Bone </a></p><p><b>organization</b>: <a href="Organization-full.html">Generated Summary: id: full; id: 11223344, id: 11223344, id: 55566667, id: 0123456789, id: 918273645; active; name: New Health Plan; ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org</a></p><p><b>code</b>: <span title="Codes: {http://nucc.org/provider-taxonomy 111N00000X}">111N00000X</span>, <span title="Codes: {http://nucc.org/provider-taxonomy 122300000X}">122300000X</span></p><p><b>specialty</b>: <span title="Codes: {http://nucc.org/provider-taxonomy 103TE1100X}">103TE1100X</span>, <span title="Codes: {http://nucc.org/provider-taxonomy 103TF0000X}">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, ronald.bone@newpayor.com, 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@newpayor.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>