Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions

: Mart Mets (verified 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 "pat1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-patient"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-patient>     ] )
  ] ; # 
  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>Mart Mets (Official)</b> male, DoB: 1973-02-10 ( <a href=\"NamingSystem-pid-est-ni.html\" title=\"The personal national identification code of Estonian citizens and residents.\">Estonian Personal National Identification Code</a>/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 Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337 (period: (?) --&gt; 2023-12-28)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10(work)</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
fhir:value [ fhir:v "37302102711" ]
  ] [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ppn"^^xsd:anyURI ] ;
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"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Mets" ] ;
    ( fhir:given [ fhir:v "Mart" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [
fhir:v "1973-02-10"^^xsd:date ;
    ( fhir:extension [
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/date-accuracy-indicator"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AAA" ] ;
fhir:display [ fhir:v "Day, month and year are accurate" ]       ]     ] )
  ] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-ads-adr-id"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-adr-id"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2280361" ]       ]     ] [
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-ads-oid"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-oid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ME03379409" ]       ]     ] [
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-ehak"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/sid/ehak"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0387" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/address-official"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:text [ fhir:v "Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10" ] ;
fhir:city [ fhir:v "Tallinn" ] ;
fhir:state [ fhir:v "Harju" ] ;
fhir:postalCode [ fhir:v "14215" ] ;
fhir:country [ fhir:v "EE" ]
  ] ) . #