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 di Azienda Sanitaria Locale - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "asl-020101"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization asl-020101</b></p><a name=\"asl-020101\"> </a><a name=\"hcasl-020101\"> </a><a name=\"asl-020101-it-IT\"> </a><p><b>identifier</b>: <code>http://hl7.it/sid/fls</code>/020101, <code>http://hl7.it/sid/vda/asl</code>/101, <code>http://hl7.it/sid/partitaIva</code>/00177330073, <code>http://hl7.it/sid/codiceFiscale</code>/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, <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>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.it/sid/fls"^^xsd:anyURI ] ;
fhir:value [ fhir:v "020101" ]
  ] [
fhir:system [ fhir:v "http://hl7.it/sid/vda/asl"^^xsd:anyURI ] ;
fhir:value [ fhir:v "101" ]
  ] [
fhir:system [ fhir:v "http://hl7.it/sid/partitaIva"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00177330073" ]
  ] [
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "91001750073" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.it/CodeSystem/it-tipoEntita"^^xsd:anyURI ] ;
fhir:code [ fhir:v "asl" ] ;
fhir:display [ fhir:v "Azienda Sanitaria Locale" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "AZIENDA U.S.L. VALLE D'AOSTA"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(0165) 5431" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "(0165) 544587" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "protocollo@pec.ausl.vda.it" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.ausl.vda.it" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "VIA GUIDO REY 1" ] ) ;
fhir:city [
fhir:v "AOSTA" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.it/sid/istat-unitaAmministrativeTerritoriali"^^xsd:anyURI ] ;
fhir:code [ fhir:v "007003" ] ;
fhir:display [ fhir:v "AOSTA" ]         ]       ] )     ] ;
fhir:district [ fhir:v "AO" ] ;
fhir:state [
fhir:v "VALLE D'AOSTA" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.it/CodeSystem/minsan-regione"^^xsd:anyURI ] ;
fhir:code [ fhir:v "020" ] ;
fhir:display [ fhir:v "VALLE D'AOSTA" ]         ]       ] )     ] ;
fhir:postalCode [ fhir:v "11100" ] ;
fhir:country [ fhir:v "IT" ]
  ] ) . #