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 - TTL Representation

(back to description)

Raw ttl

Source view

@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:Resource.id [ fhir:value "asl-020101"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<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>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/fls" ];
     fhir:Identifier.value [ fhir:value "020101" ]
  ], [
     fhir:index 1;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/vda/asl" ];
     fhir:Identifier.value [ fhir:value "101" ]
  ], [
     fhir:index 2;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/partitaIva" ];
     fhir:Identifier.value [ fhir:value "00177330073" ]
  ], [
     fhir:index 3;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/codiceFiscale" ];
     fhir:Identifier.value [ fhir:value "91001750073" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.it/CodeSystem/it-tipoEntita" ];
       fhir:Coding.code [ fhir:value "asl" ];
       fhir:Coding.display [ fhir:value "Azienda Sanitaria Locale" ]     ]
  ];
  fhir:Organization.name [ fhir:value "AZIENDA U.S.L. VALLE D'AOSTA"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(0165) 5431" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "(0165) 544587" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "mailto: protocollo@pec.ausl.vda.it" ]
  ], [
     fhir:index 3;
     fhir:ContactPoint.system [ fhir:value "url" ];
     fhir:ContactPoint.value [ fhir:value "http://www.ausl.vda.it" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "VIA GUIDO REY 1";
       fhir:index 0     ];
     fhir:Address.city [
       fhir:value "AOSTA";
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding" ];
         fhir:Extension.valueCoding [
           fhir:Coding.system [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali" ];
           fhir:Coding.code [ fhir:value "007003" ];
           fhir:Coding.display [ fhir:value "AOSTA" ]         ]       ]     ];
     fhir:Address.district [ fhir:value "AO" ];
     fhir:Address.state [
       fhir:value "VALLE D'AOSTA";
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding" ];
         fhir:Extension.valueCoding [
           fhir:Coding.system [ fhir:value "http://terminology.hl7.it/CodeSystem/minsan-regione" ];
           fhir:Coding.code [ fhir:value "020" ];
           fhir:Coding.display [ fhir:value "VALLE D'AOSTA" ]         ]       ]     ];
     fhir:Address.postalCode [ fhir:value "11100" ];
     fhir:Address.country [ fhir:value "IT" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.