HealthSense Implementation Guide (Taltech), published by Taltech. 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/e-medlab/healthsense/ and changes regularly. See the Directory of published versions
: Patients - Igor Bossenko - 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 "pat1"] ; #
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: Patient pat1</b></p><a name=\"pat1\"> </a><a name=\"hcpat1\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)</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=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>urn:pin:hl7.ee:pid:ni:uzb</code>/31002736540023</li><li><code>urn:pin:hl7.ee:pid:cz:est</code>/AB0421183 (, period: (?) --> 2023-12-28)</li><li><code>urn:pin:hl7.ee:pid:ppn:est</code>/K0307337 (, period: (?) --> 2023-12-28)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Valukoja 10 Tallinn 14215 EST </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:pin:hl7.ee:pid:ni:est"^^xsd:anyURI ;
fhir:l <urn:pin:hl7.ee:pid:ni:est> ] ;
fhir:value [ fhir:v "37302102711" ]
] [
fhir:system [
fhir:v "urn:pin:hl7.ee:pid:ni:uzb"^^xsd:anyURI ;
fhir:l <urn:pin:hl7.ee:pid:ni:uzb> ] ;
fhir:value [ fhir:v "31002736540023" ]
] [
fhir:system [
fhir:v "urn:pin:hl7.ee:pid:cz:est"^^xsd:anyURI ;
fhir:l <urn:pin:hl7.ee:pid:cz:est> ] ;
fhir:value [ fhir:v "AB0421183" ] ;
fhir:period [
fhir:end [ fhir:v "2023-12-28"^^xsd:date ] ] ;
fhir:assigner [
fhir:display [ fhir:v "Estonian Police and Board Agency" ] ]
] [
fhir:system [
fhir:v "urn:pin:hl7.ee:pid:ppn:est"^^xsd:anyURI ;
fhir:l <urn:pin:hl7.ee:pid:ppn:est> ] ;
fhir:value [ fhir:v "K0307337" ] ;
fhir:period [
fhir:end [ fhir:v "2023-12-28"^^xsd:date ] ] ;
fhir:assigner [
fhir:display [ fhir:v "Estonian Police and Board Agency" ] ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Bossenko" ] ;
( fhir:given [ fhir:v "Igor" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1973-02-10"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "Valukoja 10" ] ) ;
fhir:city [ fhir:v "Tallinn" ] ;
fhir:postalCode [ fhir:v "14215" ] ;
fhir:country [ fhir:v "EST" ]
] ) . #