HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

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

: Esempio di risorsa Organization che descrive le informazioni dell' operatore sanitario/socio sanitario - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/lab-report/StructureDefinition/organizationOperatore-it-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organizzazione ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8</b></p><a name="ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8"> </a><a name="hcae0365ea-d8a1-45e0-a39d-f14fac4ccfe8"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-organizationOperatore-it-lab.html">Organization operatore sanitario/socio sanitario - Lab Report</a></p></div><p><b>identifier</b>: <code>http://hl7.it/sid/fls</code>/020101</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://hl7.it/fhir/lab-report/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, <a href="mailto:protocollo@pec.ausl.vda.it">protocollo@pec.ausl.vda.it</a>, <a href="http://www.ausl.vda.it">http://www.ausl.vda.it</a></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>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://hl7.it/fhir/lab-report/CodeSystem/it-tipoEntita"/>
      <code value="asl"/>
      <display value="Azienda Sanitaria Locale"/>
    </coding>
  </type>
  <name value="AZIENDA U.S.L. VALLE D'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="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://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritoriali"/>
          <code value="007003"/>
          <display value="AOSTA"/>
        </valueCoding>
      </extension>
    </city>
    <district value="AO"/>
    <state value="VALLE D'AOSTA">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
        <valueCoding>
          <system
                  value="http://hl7.it/fhir/lab-report/CodeSystem/minsan-regione"/>
          <code value="020"/>
          <display value="VALLE D'AOSTA"/>
        </valueCoding>
      </extension>
    </state>
    <postalCode value="11100"/>
    <country value="IT"/>
  </address>
</Organization>