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

HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions

: Organization. Esempio generico - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="nice-org"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization nice-org</b></p><a name="nice-org"> </a><a name="hcnice-org"> </a><a name="nice-org-it-IT"> </a><p><b>identifier</b>: <code>http://example.org/identificativo</code>/12345</p><p><b>active</b>: true</p><p><b>name</b>: Fantastica Azienda</p><p><b>telecom</b>: ph: tel:+39 123 456 7890(Mobile), <a href="mailto:mailto:info@nice-org.it">mailto:info@nice-org.it</a></p><p><b>address</b>: 1, Piazza Signoria Firenze 50100 IT </p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td></tr><tr><td style="display: none">*</td><td>Dott. Ivo Serbelloni Viendalmare</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/identificativo"/>
    <value value="12345"/>
  </identifier>
  <active value="true"/>
  <name value="Fantastica Azienda"/>
  <telecom>
    <system value="phone"/>
    <value value="tel:+39 123 456 7890"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mailto:info@nice-org.it"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="1, Piazza Signoria"/>
    <city value="Firenze"/>
    <postalCode value="50100"/>
    <country value="IT"/>
  </address>
  <contact>
    <name>
      <text value="Dott. Ivo Serbelloni Viendalmare"/>
    </name>
  </contact>
</Organization>