Implementation Guide
TI Common
Version 1.3.0 - release

: ExpTIOperationOutcomeValidationFailed - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="c5fca094-f4d0-4b6a-8662-8fa158d82416"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="invalid"/>
    <details>
      <coding>
        <system
                value="https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes"/>
        <code value="SVC_VALIDATION_FAILED"/>
        <display value="FHIR Profile Validation Failed"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>