FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.ti
Resource TypeOperationOutcome
IdOperationOutcome-0c81ad3a-d6d1-4924-91d2-555cd3d5716f.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "id": "0c81ad3a-d6d1-4924-91d2-555cd3d5716f",
  "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_RENDERED_INSTRUCTION",
            "display": "The provided rendered dosage instruction is invalid"
          }
        ]
      }
    }
  ]
}