@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 -------------------------------------------------------------------

<https://gematik.de/fhir/tiflow-diga/OperationOutcome/ExampleOperationCloseError> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOperationCloseError"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExampleOperationCloseError</b></p><a name=\"ExampleOperationCloseError\"> </a><a name=\"hcExampleOperationCloseError\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Invalid Content</td><td><span title=\"Codes:\">FHIR-Validation error</span></td><td>MedicationDispense.status: error: Value closed not allowed for ValueSet binding, allowed are \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]cancelled, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]completed, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]declined, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]entered-in-error, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]in-progress, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]on-hold, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]preparation, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]stopped, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]unknown \n(from profile: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.2); \nMedicationDispense.status: error: Value closed not allowed for ValueSet binding, allowed are \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]cancelled, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]completed, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]declined, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]entered-in-error, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]in-progress, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]on-hold, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]preparation, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]stopped, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]unknown \n(from profile: http://hl7.org/fhir/StructureDefinition/MedicationDispense|4.0.1); \nMedicationDispense.status: error: value must match fixed value: \"completed\" (but is \"closed\") \n(from profile: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.2);</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:issue ( [
     fhir:severity [ fhir:v "error" ] ;
     fhir:code [ fhir:v "invalid" ] ;
     fhir:details [
       fhir:text [ fhir:v "FHIR-Validation error" ]
     ] ;
     fhir:diagnostics [ fhir:v "MedicationDispense.status: error: Value closed not allowed for ValueSet binding, allowed are \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]cancelled, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]completed, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]declined, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]entered-in-error, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]in-progress, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]on-hold, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]preparation, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]stopped, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]unknown \n(from profile: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.2); \nMedicationDispense.status: error: Value closed not allowed for ValueSet binding, allowed are \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]cancelled, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]completed, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]declined, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]entered-in-error, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]in-progress, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]on-hold, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]preparation, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]stopped, \n[http://terminology.hl7.org/CodeSystem/medicationdispense-status]unknown \n(from profile: http://hl7.org/fhir/StructureDefinition/MedicationDispense|4.0.1); \nMedicationDispense.status: error: value must match fixed value: \"completed\" (but is \"closed\") \n(from profile: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.2);" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

