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

: ExpOperationOutcomeDosageInvalid - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "1a5a1db0-7bab-4d25-a43d-3ad1efb29cb5",
  "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-medication/CodeSystem/epa-ms-operation-outcome-details",
            "code" : "MEDSVC_DOSAGE_INVALID",
            "display" : "Invalid dosage structure or content"
          }
        ]
      }
    }
  ]
}