HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Organization. Esempio generico - XML Representation

(back to description)

Raw xml

Source view


<Organization xmlns="http://hl7.org/fhir">
  <id value="nice-org"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: nice-org</p><p><b>identifier</b>: 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), mailto:info@nice-org.it(WORK)</p><p><b>address</b>: 1, Piazza Signoria Firenze 50100 IT </p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</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>