Implementation Guide Release 0.2.0

This page is part of the Pharmacist Care Plan FHIR IG (v0.2.0: STU 1 Draft) based on FHIR v3.1.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: PractitionerRole-phcp-practitionerrole-example

Raw xml


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="phcp-practitionerrole-example"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2019-03-21T05:21:39.000-04:00"/>
    <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>: phcp-practitionerrole-example</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href="Practitioner-phcp-practitioner-example.html">Generated Summary: id: phcp-practitioner-example; 9941339108, 25456; Ronald Bone </a></p><p><b>organization</b>: <a href="Organization-phcp-organization-example.html">Generated Summary: id: phcp-organization-example; 1144221847, 2523423456; active; name: Acme Labs; ph: (+1) 734-677-7777, hq@acme.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>telecom</b>: doc@example.org</p></div>
  </text>
  <practitioner>
    <reference value="Practitioner/phcp-practitioner-example"/>
  </practitioner>
  <organization>
    <reference value="Organization/phcp-organization-example"/>
  </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>
  <telecom>
    <system value="email"/>
    <value value="doc@example.org"/>
  </telecom>
</PractitionerRole>