@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 -------------------------------------------------------------------

<https://fhir.ee/Patient/pat1MatiMeri> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pat1MatiMeri"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified"^^xsd:anyURI ;
       fhir:l <https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified>
     ] )
  ] ; # 
  fhir:language [ fhir:v "et"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat1MatiMeri</b></p><a name=\"pat1MatiMeri\"> </a><a name=\"hcpat1MatiMeri\"> </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\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://fhir.ee/packages/mpi/1.5.0/site/StructureDefinition-ee-mpi-patient-verified.html\">EE MPI Patient Verified</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mati Meri (official) (no stated gender), DoB Unknown ( https://fhir.ee/sid/pid/est/ni#38301105216)</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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ;
       fhir:l <https://fhir.ee/sid/pid/est/ni>
     ] ;
     fhir:value [ fhir:v "38301105216" ]
  ] [
     fhir:system [
       fhir:v "https://fhir.ee/sid/pid/est/ppn"^^xsd:anyURI ;
       fhir:l <https://fhir.ee/sid/pid/est/ppn>
     ] ;
     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 "Meri" ] ;
     fhir:given ( [ fhir:v "Mati" ] )
  ] ) ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://fhir.ee/base/StructureDefinition/ee-ehak"^^xsd:anyURI ;
         fhir:l <https://fhir.ee/base/StructureDefinition/ee-ehak>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "https://fhir.ee/base/ehak"^^xsd:anyURI ;
           fhir:l <https://fhir.ee/base/ehak>
         ] ;
         fhir:code [ fhir:v "0387" ]
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/address-official"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/address-official>
       ] ;
       fhir:value [
         a fhir:Boolean ;
         fhir:v true
       ]
     ] ) ;
     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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

