FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.dev.ti
Resource TypeOperationOutcome
IdOperationOutcome-ad48bf90-a664-44f4-af14-ee6e81db3df4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "id": "ad48bf90-a664-44f4-af14-ee6e81db3df4",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue": [
    {
      "severity": "error",
      "code": "forbidden",
      "details": {
        "coding": [
          {
            "code": "SVC_IDENTITY_MISMATCH",
            "system": "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
            "display": "Telematik-ID inside ID-Token or KVNR in x-insurantid HTTP header does not match FHIR data"
          }
        ]
      }
    }
  ]
}