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

: Paziente-SSN - TTL Representation

Raw ttl | Download


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

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

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "8472931c-fbd0-437b-9ed1-4f66472c78b5"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/lab-report/StructureDefinition/patient-it-lab"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/lab-report/StructureDefinition/patient-it-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Paziente 8472931c-fbd0-437b-9ed1-4f66472c78b5</b></p><a name=\"8472931c-fbd0-437b-9ed1-4f66472c78b5\"> </a><a name=\"hc8472931c-fbd0-437b-9ed1-4f66472c78b5\"> </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-patient-it-lab.html\">Patient - Lab Report</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Rossi  Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 3331245678</li><li><a href=\"mailto:maria.rossi@mail.com\">maria.rossi@mail.com</a></li><li>Via della Libertà, 52 Milano 20100 IT (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Luigi Rossi </li><li>ph: 3312345567</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Maria Bianchi </li><li>ph: 3311234598</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8\">Organization AZIENDA U.S.L. VALLE D'AOSTA</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Estensione per gestire la professione del paziente come CodeableConcept.\"><a href=\"StructureDefinition-patient-occupation-it.html\">Professione del paziente</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.it/fhir/lab-report/CodeSystem/istat-professioni 1.1.3}\">Dirigenti della magistratura</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Estensione per gestire il Titolo di studio del paziente come CodeableConcept.\"><a href=\"StructureDefinition-patient-qualification-it.html\">Titolo di Studio del paziente</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.it/fhir/lab-report/CodeSystem/istat-ctsi03 40205013}\">Giuridico economico aziendale</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Codice comune e/o stato di nascita.\"><a href=\"StructureDefinition-patient-codeableBirthPlace.html\">Codice comune e/o stato di nascita</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritorialiEstere 100}\">Italia</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Via della Vittoria, 1 Milano 20100 IT </td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/patient-birthPlace>     ] ;
fhir:value [
a fhir:Address ;
      ( fhir:line [
fhir:v "Via della Vittoria, 1" ;
        ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName>           ] ;
fhir:value [
a fhir:String ;
fhir:v "Via della Vittoria"           ]         ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber>           ] ;
fhir:value [
a fhir:String ;
fhir:v "1"           ]         ] )       ] ) ;
fhir:city [ fhir:v "Milano" ] ;
fhir:postalCode [ fhir:v "20100" ] ;
fhir:country [ fhir:v "IT" ]     ]
  ] [
fhir:url [
fhir:v "http://hl7.it/fhir/StructureDefinition/patient-occupation-it"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/StructureDefinition/patient-occupation-it>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.it/fhir/lab-report/CodeSystem/istat-professioni"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/lab-report/CodeSystem/istat-professioni>         ] ;
fhir:code [ fhir:v "1.1.3" ] ;
fhir:display [ fhir:v "Dirigenti della magistratura" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://hl7.it/fhir/StructureDefinition/patient-qualification-it"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/StructureDefinition/patient-qualification-it>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.it/fhir/lab-report/CodeSystem/istat-ctsi03"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/lab-report/CodeSystem/istat-ctsi03>         ] ;
fhir:code [ fhir:v "40205013" ] ;
fhir:display [ fhir:v "Giuridico economico aziendale" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritorialiEstere"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritorialiEstere>         ] ;
fhir:code [ fhir:v "100" ] ;
fhir:display [ fhir:v "Italia" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [
fhir:v "when"^^xsd:anyURI ;
fhir:l fhir:when         ] ;
fhir:value [
a fhir:DateTime ;
fhir:v "2022-05-01"^^xsd:date         ]       ] ) ;
fhir:url [
fhir:v "http://hl7.it/fhir/StructureDefinition/recordCertification"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/StructureDefinition/recordCertification>       ]     ] ) ;
fhir:system [
fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ;
fhir:l <http://hl7.it/sid/codiceFiscale>     ] ;
fhir:value [ fhir:v "RSSMRA71E01F205E" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Rossi" ] ;
    ( fhir:given [ fhir:v "Maria" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "3331245678" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "maria.rossi@mail.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1971-05-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [
fhir:v "http://hl7.it/fhir/lab-report/StructureDefinition/address-official"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/lab-report/StructureDefinition/address-official>       ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true       ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [
fhir:v "Via della Libertà, 52" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.it/fhir/StructureDefinition/address-dug"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/StructureDefinition/address-dug>         ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [
fhir:v "http://hl7.it/fhir/lab-report/CodeSystem/dug"^^xsd:anyURI ;
fhir:l <http://hl7.it/fhir/lab-report/CodeSystem/dug>             ] ;
fhir:code [ fhir:v "67" ] ;
fhir:display [ fhir:v "via" ]           ] )         ]       ] )     ] ) ;
fhir:city [ fhir:v "Milano" ] ;
fhir:postalCode [ fhir:v "20100" ] ;
fhir:country [ fhir:v "IT" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131>         ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ]       ] )     ] ) ;
fhir:name [
fhir:family [ fhir:v "Rossi" ] ;
      ( fhir:given [ fhir:v "Luigi" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "3312345567" ]     ] )
  ] [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131>         ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ]       ] )     ] ) ;
fhir:name [
fhir:family [ fhir:v "Bianchi" ] ;
      ( fhir:given [ fhir:v "Maria" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "3311234598" ]     ] )
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:l <urn:uuid:ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8> ;
fhir:reference [ fhir:v "urn:uuid:ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8" ]
  ] ) . #