Implementation Guide
ePA Basisfunktionalitäten
Version 1.1.5 - release

: Example Patient History Bundle - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-patient-history-bundle"] ; # 
  fhir:type [ fhir:v "history"] ; # 
  fhir:total [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "/epa/patient/api/v1/fhir/Patient/_history"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951"^^xsd:anyURI ] ;
    ( fhir:resource <http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Patient/e6442a99-521b-482c-b62b-b0f809d4e951/_history/2"^^xsd:anyURI ]     ] ;
fhir:response [
fhir:status [ fhir:v "200 OK" ] ;
fhir:lastModified [ fhir:v "2025-10-10T15:00:00.000Z"^^xsd:dateTime ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951"^^xsd:anyURI ] ;
    ( fhir:resource <http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Patient/e6442a99-521b-482c-b62b-b0f809d4e951/_history/1"^^xsd:anyURI ]     ] ;
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:lastModified [ fhir:v "2025-08-22T14:43:33.244Z"^^xsd:dateTime ]     ]
  ] ) . # 

<http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951> a fhir:Patient, fhir:Patient ;
  fhir:id [ fhir:v "e6442a99-521b-482c-b62b-b0f809d4e951"], [ fhir:v "e6442a99-521b-482c-b62b-b0f809d4e951"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-patient"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-patient>     ] )
  ], [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-patient"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-patient>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G995030566" ]
  ] [
fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G995030566" ]
  ] ) ; # 
  fhir:active [ fhir:v true], [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Mustermann" ] ;
    ( fhir:given [ fhir:v "Erika" ] )
  ] [
fhir:use [ fhir:v "maiden" ] ;
fhir:family [
fhir:v "Gabler" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Gabler"         ]       ] )     ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Gabler" ] ;
    ( fhir:given [ fhir:v "Erika" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"], [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1964-08-12"^^xsd:date], [ fhir:v "1964-08-12"^^xsd:date] . #