Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: ExpOperationOutcomeEMPUnlinkingNotSuccessful - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/c146f801-8f50-4ca4-8578-514d5938e3c3> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "c146f801-8f50-4ca4-8578-514d5938e3c3"] ;
  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 "processing" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code" ] ;
         fhir:Coding.code [ fhir:value "UNLINKING_NOT_SUCCESSFUL" ] ;
         fhir:Coding.display [ fhir:value "Fehlerhafte Aufhebung der eMP-Verknüpfung" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/c146f801-8f50-4ca4-8578-514d5938e3c3.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/OperationOutcome/c146f801-8f50-4ca4-8578-514d5938e3c3.ttl> .