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:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c"] ; # 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:identifier ( [ fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ; fhir:value [ fhir:v "G995030566" ] ] ) ; # fhir:active [ 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:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1964-08-12"^^xsd:date] . #