Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: 1.03.4 Patient Patrick Egger - 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 "cps-patient-patrick"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient> ] )
] ; #
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 cps-patient-patrick</b></p><a name=\"cps-patient-patrick\"> </a><a name=\"hccps-patient-patrick\"> </a><a name=\"cps-patient-patrick-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patrick Egger Male, DoB: 1984-04-01 ( http://fhir.nl/fhir/NamingSystem/bsn#111222333)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:patrickegger@myweb.nl\">patrickegger@myweb.nl</a></li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "111222333" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Egger" ] ;
( fhir:given [ fhir:v "Patrick" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31612345678" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patrickegger@myweb.nl" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1984-04-01"^^xsd:date] . #