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 ------------------------------------------------------------------- <http://hl7.org/fhir/OperationOutcome/ad48bf90-a664-44f4-af14-ee6e81db3df4> a fhir:OperationOutcome ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ad48bf90-a664-44f4-af14-ee6e81db3df4"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome|1.1.1" ; fhir:index 0 ; fhir:link <https://gematik.de/fhir/ti/StructureDefinition/operation-outcome|1.1.1> ] ] ; fhir:OperationOutcome.issue [ fhir:index 0 ; fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ; fhir:OperationOutcome.issue.code [ fhir:value "forbidden" ] ; fhir:OperationOutcome.issue.details [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes" ] ; fhir:Coding.code [ fhir:value "SVC_IDENTITY_MISMATCH" ] ; fhir:Coding.display [ fhir:value "Identity mismatch: Access token or x-insurantid header does not match FHIR data (Telematik-ID / KVNR)" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/OperationOutcome/ad48bf90-a664-44f4-af14-ee6e81db3df4.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/OperationOutcome/ad48bf90-a664-44f4-af14-ee6e81db3df4.ttl> .