Implementation Guide
E-T-Rezept Datenaustausch
Version 1.1.0-ballot-1 - ballot

: Fehlermeldung BfArM Webdienst - TTL Representation

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:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ERP-TPrescription-OperationOutcome-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ERP-TPrescription-OperationOutcome-1</b></p><a name=\"ERP-TPrescription-OperationOutcome-1\"> </a><a name=\"hcERP-TPrescription-OperationOutcome-1\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Invalid Content</p><p><b>details</b>: <span title=\"Codes:\">Invalid request payload</span></p><p><b>diagnostics</b>: This field is required</p><p><b>expression</b>: parameter[rxPrescription].part[prescriptionId].value</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Element value invalid</p><p><b>details</b>: <span title=\"Codes:\">Invalid format for field</span></p><p><b>diagnostics</b>: Value must be a date</p><p><b>expression</b>: parameter[rxPrescription].part[medicationRequest].resource.authoredOn</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "invalid" ] ;
fhir:details [
fhir:text [ fhir:v "Invalid request payload" ]     ] ;
fhir:diagnostics [ fhir:v "This field is required" ] ;
    ( fhir:expression [ fhir:v "parameter[rxPrescription].part[prescriptionId].value" ] )
  ] [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "value" ] ;
fhir:details [
fhir:text [ fhir:v "Invalid format for field" ]     ] ;
fhir:diagnostics [ fhir:v "Value must be a date" ] ;
    ( fhir:expression [ fhir:v "parameter[rxPrescription].part[medicationRequest].resource.authoredOn" ] )
  ] ) . #