Implementation Guide
ePA Basisfunktionalitäten
Version 1.2.0-ballot.1 - draft

: ExpEPAOperationOutcomeOrgHeaderProfileMismatch - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "3e5635b7-5546-4b2b-8509-a138652985e7",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "structure",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-details-codes",
            "code" : "SVC_ORG_HEADER_PROFILE_MISMATCH",
            "display" : "Profile mismatch in header Organization"
          }
        ]
      }
    }
  ]
}