Finnish Scheduling
0.2.0-cibuild - ci-build Finland flag

Finnish Scheduling, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-scheduling/ and changes regularly. See the Directory of published versions

: example-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 "example-patient"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-03-02T11:06:59.579+00:00"^^xsd:dateTime ]
  ] ; # 
  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 example-patient</b></p><a name=\"example-patient\"> </a><a name=\"hcexample-patient\"> </a><a name=\"example-patient-fi-FI\"> </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\">Last updated: 2021-03-02 11:06:59+0000</p></div><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}\">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></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.fi/fhir/StructureDefinition/HomeMunicipalityExtension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.21.2003"^^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" ]       ] )     ]
  ] ) . #