@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.cognovis.de/dental/Patient/pat-gkv-dental-01> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pat-gkv-dental-01"] ; # 
  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 pat-gkv-dental-01</b></p><a name=\"pat-gkv-dental-01\"> </a><a name=\"hcpat-gkv-dental-01\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</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\">Rothenburger Str. 71 Nürnberg 90443 DE (home)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.de/CodeSystem/identifier-type-de-basis"^^xsd:anyURI ;
           fhir:l <http://fhir.de/CodeSystem/identifier-type-de-basis>
         ] ;
         fhir:code [ fhir:v "KVZ10" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ;
       fhir:l <http://fhir.de/sid/gkv/kvid-10>
     ] ;
     fhir:value [ fhir:v "B200200202" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Özdemir" ] ;
     fhir:given ( [ fhir:v "Aylin" ] )
  ] ) ; # 
  fhir:birthDate [ fhir:v "1988-03-14"^^xsd:date] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:type [ fhir:v "both" ] ;
     fhir:line ( [ fhir:v "Rothenburger Str. 71" ] ) ;
     fhir:city [ fhir:v "Nürnberg" ] ;
     fhir:postalCode [ fhir:v "90443" ] ;
     fhir:country [ fhir:v "DE" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

