@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://hl7.fi/fhir/finnish-scheduling/Patient/patient-pentti> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-pentti"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-pentti</b></p><a name=\"patient-pentti\"> </a><a name=\"hcpatient-pentti\"> </a><a name=\"patient-pentti-fi-FI\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Pentti Potilas  (no stated gender), DoB Unknown ( urn:oid:1.2.246.21#010101-123N (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:oid:1.2.246.537.5.40175 FI}, {urn:ietf:bcp:47 fi}\">Suomi</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Huoltaja\">Huoltaja:</td><td colspan=\"3\"><ul><li>Pappa Potilas </li><li>+3581234567</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension for home municipality. Home municipality is relevant for ex. in billing and listing available healthcare services, and for statistical purposes. It it not necessarily the place where a patient lives, rather closer to where they pay their taxes.\"><a href=\"https://hl7.fi/fhir/finnish-base-profiles/1.0.0/StructureDefinition-municipality-code.html\">Municipality Code</a></td><td colspan=\"3\">unknown 564: Oulu</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/municipality-code"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Coding ;
       fhir:system [ fhir:v "urn:oid:1.2.246.537.6.21"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "564" ] ;
       fhir:display [ fhir:v "Oulu" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [ fhir:v "urn:oid:1.2.246.21"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "010101-123N" ]
  ] ) ; # 
  fhir:name ( [
     fhir:family [ fhir:v "Potilas" ] ;
     fhir:given ( [ fhir:v "Pentti" ] )
  ] ) ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:1.2.246.537.6.882"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Huoltaja" ]
       ] )
     ] ) ;
     fhir:name [
       fhir:family [ fhir:v "Potilas" ] ;
       fhir:given ( [ fhir:v "Pappa" ] )
     ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "sms" ] ;
       fhir:value [ fhir:v "+3581234567" ]
     ] )
  ] ) ; # 
  fhir:communication ( [
     fhir:language [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:1.2.246.537.5.40175"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "FI" ] ;
         fhir:display [ fhir:v "Suomi" ]
       ] [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "fi" ]
       ] ) ;
       fhir:text [ fhir:v "Suomi" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

