Da Vinci Alerts Implementation Guide (Release 0.1.0 STU1 Ballot)

This page is part of a downloaded copy of this specification. This page is part of the Da Vinci Care Coordination Alerts (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

XML Format: PractitionerRole-example

Download Raw xml


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href="Practitioner-example-1.html">Brenda Jennings Richard MD. Generated Summary: id: example-1; 9941339108, 25456; Ronald Bone </a></p><p><b>organization</b>: <a href="Organization-example-2.html">Acme Lab. Generated Summary: id: example-2; 1407071236, 121111111; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span>; name: Acme Clinic; ph: (+1) 734-677-7777, customer-service@acme-clinic.org</a></p><p><b>code</b>: Primary Care <span style="background: LightGoldenRodYellow">(Details : {http://nucc.org/provider-taxonomy code '261QP2300X' = 'Primary Care', given as 'Primary Care'})</span></p><p><b>specialty</b>: General Practice <span style="background: LightGoldenRodYellow">(Details : {http://nucc.org/provider-taxonomy code '208D00000X' = 'General Practice', given as 'General Practice'})</span></p><p><b>location</b>: <a href="Location-hl7east.html">Health Level Seven International. Generated Summary: id: hl7east; 29; status: active; name: Health Level Seven International - Amherst; description: HL7 Headquarters - East; ph: (+1) 734-677-7777</a></p><p><b>endpoint</b>: </p><ul><li>Westwood Physicians Organization ADT</li><li>Brenda.Jennings.Richard.MD@direct.example.org</li></ul></div>
  </text>
  <practitioner>
    <reference value="Practitioner/example-1"/>
    <display value="Brenda Jennings Richard MD"/>
  </practitioner>
  <organization>
    <reference value="Organization/example-2"/>
    <display value="Acme Lab"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="261QP2300X"/>
      <display value="Primary Care"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="208D00000X"/>
      <display value="General Practice"/>
    </coding>
  </specialty>
  <location>
    <reference value="Location/hl7east"/>
    <display value="Health Level Seven International"/>
  </location>
  <endpoint>
  <!--  comment out endpoint resource to pass qa for this version of ig
        <reference value="http://52.90.126.238:8080/fhir/baseDstu3/Endpoint/Endpoint-71"/>
       -->
    <display value="Westwood Physicians Organization ADT"/>
  </endpoint>
  <endpoint>
  <!--  comment out endpoint resource to pass qa for this version of ig
        <reference value="http://52.90.126.238:8080/fhir/baseDstu3/Endpoint/Endpoint-71"/>
       -->
    <display value="Brenda.Jennings.Richard.MD@direct.example.org"/>
  </endpoint>
</PractitionerRole>