XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions

: example-it-1 - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-it-1"] ; # 
  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: Patient example-it-1</b></p><a name=\"example-it-1\"> </a><a name=\"hcexample-it-1\"> </a><a name=\"example-it-1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#LGHDNT71E01D612Q)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia(home)</li><li>Via Capitolina 27 - interno 5b - 34131 - TRIESTE(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 33312345678</li></ul></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.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Italia </td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:country [
fhir:v "Italia" ;
        ( 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/mef-ae-comuni"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F979" ] ;
fhir:display [ fhir:v "NUORO" ]           ]         ] )       ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LGHDNT71E01D612Q" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "ALIGHIERI" ] ;
    ( fhir:given [ fhir:v "DANTE" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1971-05-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia" ] ;
    ( fhir:line [
fhir:v "Viale della Repubblica 12, scala 2" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Viale della Repubblica" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "VIALE" ]       ] [
fhir:url [ fhir:v "http://hl7.it/fhir/StructureDefinition/address-dug"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://registry.geodati.gov.it/dug"^^xsd:anyURI ] ;
fhir:code [ fhir:v "76" ] ;
fhir:display [ fhir:v "viale" ]           ] )         ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DELLA REPUBBLICA" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"^^xsd:anyURI ] ;
fhir:value [ fhir:v "scala 2" ]       ] )     ] ) ;
fhir:city [ fhir:v "PANTIGLIATE" ] ;
fhir:postalCode [ fhir:v "20090" ] ;
fhir:country [ fhir:v "Italia" ]
  ] [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "Via Capitolina 27 - interno 5b - 34131 - TRIESTE" ] ;
    ( fhir:line [ fhir:v "Via Capitolina 27 - interno 5b" ] ) ;
fhir:city [ fhir:v "TRIESTE" ] ;
fhir:postalCode [ fhir:v "34131" ] ;
fhir:country [ fhir:v "Italia" ] ;
fhir:period [
fhir:start [ fhir:v "2009-06-09T00:00:00+02:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "33312345678" ]     ] )
  ] ) . #