SDOH Clinical Care
2.2.0 - STU 2.2 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Practitioner Role Dr Jan Water Example - XML Representation

Page standards status: Informative

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="SDOHCC-PractitionerRoleDrJanWaterExample"/>
  <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 class="res-header-id"><b>Generated Narrative: PractitionerRole SDOHCC-PractitionerRoleDrJanWaterExample</b></p><a name="SDOHCC-PractitionerRoleDrJanWaterExample"> </a><a name="hcSDOHCC-PractitionerRoleDrJanWaterExample"> </a><a name="SDOHCC-PractitionerRoleDrJanWaterExample-en-US"> </a><p><b>identifier</b>: <code>http://www.deerland.org/practitioners</code>/2424</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-SDOHCC-PractitionerDrJanWaterExample.html">Dr Jan Water</a></p><p><b>organization</b>: <a href="Organization-SDOHCC-OrganizationClinicExample.html">Better Health Clinic</a></p><p><b>code</b>: <span title="Codes:{http://nucc.org/provider-taxonomy 207Q00000X}">Family Medicine Physician</span></p><p><b>telecom</b>: ph: 639 442 6719(Work), <a href="mailto:jan.water@deerland.org">jan.water@deerland.org</a></p></div>
  </text>
  <identifier>
    <system value="http://www.deerland.org/practitioners"/>
    <value value="2424"/>
  </identifier>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/SDOHCC-PractitionerDrJanWaterExample"/>
    <display value="Dr Jan Water"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/SDOHCC-OrganizationClinicExample"/>
    <display value="Better Health Clinic"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="207Q00000X"/>
      <display value="Family Medicine Physician"/>
    </coding>
  </code>
  <telecom>
    <system value="phone"/>
    <value value="639 442 6719"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="jan.water@deerland.org"/>
    <use value="work"/>
  </telecom>
</PractitionerRole>