Implementation Guide
TI Common
Version 1.3.0 - release

: ExpTIOperationOutcomeDosageInvalidInstructionMeta - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "176e0f12-d08c-4a05-ae0a-e30bf2f5158d",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
            "code" : "SVC_DOSAGE_INVALID_INSTRUCTION_META",
            "display" : "The generated dosage instruction meta information is invalid"
          }
        ]
      }
    }
  ]
}