HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PractitionerRole-Lab-Esempio - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="dc5842a1-83b6-43c7-b063-75ae989b803c"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/lab-report/StructureDefinition/practitionerrole-it-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="dc5842a1-83b6-43c7-b063-75ae989b803c"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource PractitionerRole &quot;dc5842a1-83b6-43c7-b063-75ae989b803c&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-practitionerrole-it-lab.html">PractitionerRole - Lab Report</a></p></div><p><b>identifier</b>: <code>http://esempio_policlinico.it/codiceEmatologo</code>/12345 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-dc5842a1-83b6-43c7-b063-75ae989b803d">urn:uuid:dc5842a1-83b6-43c7-b063-75ae989b803d</a></p><p><b>organization</b>: <a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8">urn:uuid:5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8</a></p><p><b>code</b>: Generalist Medical Practitioners <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#2211)</span></p><p><b>specialty</b>: Clinical hematology <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394803006)</span></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://esempio_policlinico.it/codiceEmatologo"/>
    <value value="12345"/>
  </identifier>
  <active value="true"/>
  <practitioner>
    <reference value="urn:uuid:dc5842a1-83b6-43c7-b063-75ae989b803d"/>
  </practitioner>
  <organization>
    <reference value="urn:uuid:5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8"/>
  </organization>
  <code>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.2.9.6.2.7"/>
      <code value="2211"/>
      <display value="Generalist Medical Practitioners"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394803006"/>
      <display value="Clinical hematology"/>
    </coding>
  </specialty>
</PractitionerRole>