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

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Esempio di risorsa Organization che descrive le informazioni dell' operatore sanitario/socio sanitario - 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 "ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/lab-report/StructureDefinition/organizationOperatore-it-lab"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/lab-report/StructureDefinition/organizationOperatore-it-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8\"> </a></p><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\">Resource Organization &quot;ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8&quot; </p><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>: Azienda Sanitaria Locale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-it-tipoEntita.html\">HL7 Italia - Tipo di Entità</a>#asl)</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:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.it/fhir/lab-report/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://hl7.it/fhir/lab-report/CodeSystem/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://hl7.it/fhir/lab-report/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" ]
  ] ) . #