Da Vinci Health Record Exchange (HRex)
1.1.0 - STU 1.1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. 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"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole full</b></p><a name="full"> </a><a name="hcfull"> </a><a name="full-en-US"> </a><p><b>practitioner</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/new-payer/fhir/Practitioner/pract1">??</a></p><p><b>organization</b>: <a href="Organization-full.html">Organization New Health Plan</a></p><p><b>code</b>: <span title="Codes:{http://nucc.org/provider-taxonomy 111N00000X}, {http://snomed.info/sct 3842006}">Chiropractor</span>, <span title="Codes:{http://nucc.org/provider-taxonomy 122300000X}, {http://snomed.info/sct 106289002}">Dentist</span></p><p><b>specialty</b>: <span title="Codes:{http://nucc.org/provider-taxonomy 103TE1100X}">Exercise &amp; Sports Psychologist</span>, <span title="Codes:{http://nucc.org/provider-taxonomy 103TF0000X}">Family Psychologist</span></p><p><b>location</b>: </p><ul><li><a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/some-clinic/Location/1874">??</a></li><li><a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=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="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/some-clinic/EndPoint/1">??</a></li><li><a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/some-clinic/EndPoint/2">??</a></li></ul></div>
  </text>
  <practitioner>
    <reference value="http://example.org/new-payer/fhir/Practitioner/pract1"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/full"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="111N00000X"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="3842006"/>
    </coding>
  </code>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="122300000X"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="106289002"/>
    </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>