HL7 FHIR Implementation Guide Dossier Farmaceutico, 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/dossier-pharma/ and changes regularly. See the Directory of published versions
: Patient - 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 "Patient-Dossier-Esempio"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.it/fhir/StructureDefinition/Patient-it-base"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/StructureDefinition/Patient-it-base> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Verdi Maria </b> female, DoB: 1989-04-03 ( <code>http://hl7.it/sid/codiceFiscale</code>/VRDMRA89D43F979Y)</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\">Via Nazionale, Roma - 00100 - Italia(home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 7342643738</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\"><ul><li>Italia </li></ul></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 "https://www.hl7.it/fhir/terminology/CodeSystem/istat-comuni"^^xsd:anyURI ] ;
fhir:code [ fhir:v "091051" ] ;
fhir:display [ fhir:v "NUORO" ] ] ] ) ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "VRDMRA89D43F979Y" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Maria" ] ;
( fhir:given [ fhir:v "Verdi" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1989-04-03"^^xsd:date] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/address-official"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "Via Nazionale, Roma - 00100 - Italia" ] ;
( fhir:line [ fhir:v "Viale della Repubblica 12, scala 2" ] ) ;
fhir:city [ fhir:v "Roma" ] ;
fhir:postalCode [ fhir:v "23839" ] ;
fhir:country [ fhir:v "Italia" ]
] ) ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "7342643738" ] ] )
] ) . #