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/e69228bf-6f07-4055-8190-e832d2c670dc> a fhir:OperationOutcome ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "e69228bf-6f07-4055-8190-e832d2c670dc"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome|1.3.1" ; fhir:index 0 ; fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome|1.3.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 "http://terminology.hl7.org/CodeSystem/operation-outcome" ] ; fhir:Coding.code [ fhir:value "MSG_OP_NOT_ALLOWED" ] ; fhir:Coding.display [ fhir:value "Operation %s not allowed for resource %s (due to local configuration)" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/OperationOutcome/e69228bf-6f07-4055-8190-e832d2c670dc.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/OperationOutcome/e69228bf-6f07-4055-8190-e832d2c670dc.ttl> .