Implementation Guide
ePA Medication Service
Version 1.2.0-ballot.1 - draft

: ExpOperationOutcomeOrgHeaderProfileMismatch - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "41d25882-4a02-47e3-a367-f5b5fe8c8015",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-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"
          }
        ]
      }
    }
  ]
}