HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build

HL7 Italia FHIR Implementation Guide (base) - Local Development build (v0.1.1). See the Directory of published versions

Practitioner. Medico di Medicina Generale - XML Representation

(back to description)

Raw xml

Source view


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PractitionerMMGExample"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: PractitionerMMGExample</p><p><b>identifier</b>: RSSMRT57D12D612R, 123456789</p><p><b>name</b>: Martino Rossi </p></div>
  </text>
  <identifier>
    <system value="http://hl7.it/sid/codiceFiscale"/>
    <value value="RSSMRT57D12D612R"/>
  </identifier>
  <identifier>
    <system value="http://example.org/sid/codiceRegionale"/>
    <value value="123456789"/>
  </identifier>
  <name>
    <family value="Rossi"/>
    <given value="Martino"/>
  </name>
</Practitioner>