Implementation Guide for fælleskommunal informationsmodel
0.7.0 - CI Build Denmark flag

Implementation Guide for fælleskommunal informationsmodel - Local Development build (v0.7.0). See the Directory of published versions

: Andreas - 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 "Andreas"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://kl.dk/fhir/common/caresocial/StructureDefinition/KLCommonCitizen"^^xsd:anyURI ;
fhir:link <http://kl.dk/fhir/common/caresocial/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>Andreas Hansen </b> (no stated gender), DoB: 1993-01-05 ( id: andreas)</p><hr/></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "andreas" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Hansen" ] ;
    ( fhir:given [ fhir:v "Andreas" ] )
  ] ) ; # 
  fhir:birthDate [ fhir:v "1993-01-05"^^xsd:date] . #