Implementation Guide
TI Common
Version 1.3.0 - release

: ExpTIOperationOutcomeInactiveCode - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "65643d2f-363b-4df4-89e9-a6ce2ba55227",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "processing",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
            "code" : "SVC_INACTIVE_CODE",
            "display" : "Use of inactive code not permitted"
          }
        ]
      }
    }
  ]
}