Patsiendi üldandmete teenus / Master Patient Index
1.5.0 - trial-use Estonia flag

Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.5.0 See the Directory of published versions

: PatientIndrekBambus - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/pat1> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pat1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified"^^xsd:anyURI ;
       fhir:link <https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified>
     ] )
  ] ; # 
  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><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-ee-mpi-patient-verified.html\">EE MPI Patient Verified</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>https://fhir.ee/sid/pid/fin/ni</code>/31002736540023</li><li><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337 (, period: (?) --&gt; 2023-12-28)</li><li><code>https://fhir.ee/sid/pid/est/mr</code>/82746127612</li><li><code>https://fhir.ee/sid/pid/est/prn/90006399</code>/123e4567-e89b-12d3-a456-426614174000</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(work)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Languages:</td><td colspan=\"3\"><ul><li><span title=\"Codes:{urn:ietf:bcp:47 en-US}\">English (United States)</span></li><li><span title=\"Codes:{urn:ietf:bcp:47 et}\">Estonian</span> (preferred)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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/fin/ni"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "31002736540023" ]
  ] [
     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:system [ fhir:v "https://fhir.ee/sid/pid/est/mr"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "82746127612" ]
  ] [
     fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/prn/90006399"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "123e4567-e89b-12d3-a456-426614174000" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Bambus" ] ;
     fhir:given ( [ fhir:v "Indrek" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1973-02-10"^^xsd:date] ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "https://fhir.ee/base/CodeSystem/ads-adr-id"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "2280361" ]
       ]
     ] [
       fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-oid"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "https://fhir.ee/base/CodeSystem/ads-oid"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ME03379409" ]
       ]
     ] ) ;
     fhir:use [ fhir:v "work" ] ;
     fhir:text [ fhir:v "Valukoja 10, Tallinn" ] ;
     fhir:postalCode [ fhir:v "14215" ] ;
     fhir:country [ fhir:v "EE" ]
  ] ) ; # 
  fhir:communication ( [
     fhir:language [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "en-US" ] ;
         fhir:display [ fhir:v "English (United States)" ]
       ] )
     ] ;
     fhir:preferred [ fhir:v false ]
  ] [
     fhir:language [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "et" ]
       ] )
     ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . #