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. For a full list of available versions, see the Directory of published versions

Organization. Esempio di Azienda Sanitaria Locale - XML Representation

(back to description)

Raw xml

Source view


<Organization xmlns="http://hl7.org/fhir">
  <id value="asl-020101"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: asl-020101</p><p><b>identifier</b>: 020101, 101, 00177330073, 91001750073</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes: {http://terminology.hl7.it/CodeSystem/it-tipoEntita asl}">Azienda Sanitaria Locale</span></p><p><b>name</b>: AZIENDA U.S.L. VALLE D'AOSTA</p><p><b>telecom</b>: ph: (0165) 5431, fax: (0165) 544587, mailto: protocollo@pec.ausl.vda.it, http://www.ausl.vda.it</p><p><b>address</b>: VIA GUIDO REY 1 AOSTA VALLE D'AOSTA 11100 IT </p></div>
  </text>
  <identifier>
    <system value="http://hl7.it/sid/fls"/>
    <value value="020101"/>
  </identifier>
  <identifier>
    <system value="http://hl7.it/sid/vda/asl"/>
    <value value="101"/>
  </identifier>
  <identifier>
    <system value="http://hl7.it/sid/partitaIva"/>
    <value value="00177330073"/>
  </identifier>
  <identifier>
    <system value="http://hl7.it/sid/codiceFiscale"/>
    <value value="91001750073"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.it/CodeSystem/it-tipoEntita"/>
      <code value="asl"/>
      <display value="Azienda Sanitaria Locale"/>
    </coding>
  </type>
  <name value="AZIENDA U.S.L. VALLE D&#39;AOSTA"/>
  <telecom>
    <system value="phone"/>
    <value value="(0165) 5431"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="(0165) 544587"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mailto: protocollo@pec.ausl.vda.it"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://www.ausl.vda.it"/>
  </telecom>
  <address>
    <line value="VIA GUIDO REY 1"/>
    <city value="AOSTA">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
        <valueCoding>
          <system
                  value="http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali"/>
          <code value="007003"/>
          <display value="AOSTA"/>
        </valueCoding>
      </extension>
    </city>
    <district value="AO"/>
    <state value="VALLE D&#39;AOSTA">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
        <valueCoding>
          <system value="http://terminology.hl7.it/CodeSystem/minsan-regione"/>
          <code value="020"/>
          <display value="VALLE D&#39;AOSTA"/>
        </valueCoding>
      </extension>
    </state>
    <postalCode value="11100"/>
    <country value="IT"/>
  </address>
</Organization>