Implementation Guide
ePA Medication Service
Version 1.0.5-1 - release

: ExpOperationOutcomeSuccess - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "255002c7-aa1b-4163-bdd4-ede482453cca",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details",
            "code" : "MEDICATIONSVC_OPERATION_SUCCESS",
            "display" : "Operation Successfully Completed in Medication Service"
          }
        ]
      }
    }
  ]
}