Finnish Base Profiles - Local Development build (v1.0.0-rc15). See the Directory of published versions
: Patient - with the MunicipalityCode extension. - 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 "patient-of-municipality"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-patient"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Testi Henkilö </b> male, DoB: 1990-01-01 ( NNFIN: 010190-999Y (use: OFFICIAL))</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 Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+358401234657\">+358401234657</a></li><li>Testikatu 1 37910 Akaa (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:oid:2.16.840.1.113883.4.642.3.20 fi}\">fi</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension for home municipality\"><a href=\"StructureDefinition-municipality-code.html\">MunicipalityCode:</a></td><td colspan=\"3\"><ul><li>urn:oid:1.2.246.537.6.21.2003 020: Akaa</li></ul></td></tr></table></div>"
] ; #
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.2003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "020" ] ;
fhir:display [ fhir:v "Akaa" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "NNFIN" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.2.246.21"^^xsd:anyURI ] ;
fhir:value [ fhir:v "010190-999Y" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Henkilö" ] ;
( fhir:given [ fhir:v "Testi" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+358401234657" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "Testikatu 1" ] [ fhir:v "37910 Akaa" ] )
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.20"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fi" ] ] ) ]
] ) . #