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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Practitioner-Lab-Esempio - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="dc5842a1-83b6-43c7-b063-75ae989b803d"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/lab-report/StructureDefinition/practitioner-it-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="dc5842a1-83b6-43c7-b063-75ae989b803d"> </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 Practitioner &quot;dc5842a1-83b6-43c7-b063-75ae989b803d&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-practitioner-it-lab.html">Practitioner - Lab Report</a></p></div><p><b>identifier</b>: <code>http://hl7.it/sid/codiceFiscale</code>/MDCPRV80A01H501G (use: OFFICIAL)</p><p><b>name</b>: Prova Medico </p><p><b>telecom</b>: <a href="mailto:medico.prova@policlinico.it">medico.prova@policlinico.it</a>, ph: 331793423(WORK)</p><p><b>gender</b>: male</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://hl7.it/sid/codiceFiscale"/>
    <value value="MDCPRV80A01H501G"/>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Medico"/>
    <given value="Prova"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="medico.prova@policlinico.it"/>
    <use value="work"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="331793423"/>
    <use value="work"/>
    <rank value="2"/>
  </telecom>
  <gender value="male"/>
</Practitioner>