Implementation Guide for fælles faglige instrumenter (FFInst)
1.0.0 - release Denmark flag

This page is part of the KLFFinst (v1.0.0: Release) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Helene - 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 "Helene"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.kl.dk/core/StructureDefinition/KLCommonCitizen"^^xsd:anyURI ;
fhir:link <http://fhir.kl.dk/core/StructureDefinition/KLCommonCitizen>     ] )
  ] ; # 
  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>Helene Markussen </b> (no stated gender), DoB: 1959-05-03 ( id: helene)</p><hr/></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "helene" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Markussen" ] ;
    ( fhir:given [ fhir:v "Helene" ] )
  ] ) ; # 
  fhir:birthDate [ fhir:v "1959-05-03"^^xsd:date] . #