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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeOperationOutcome
Idexample-operations-outcome.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": "099d9975-4f3d-4d5c-8bef-37ca57b75d7d",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-profile-OperationOutcome|1.0.0"
    ]
  },
  "issue": [
    {
      "severity": "error",
      "code": "structure",
      "details": {
        "coding": [
          {
            "system": "https://ehealthontario.ca/fhir/CodeSystem/ppr-master-service-data-exception-code",
            "code": "EH1002"
          }
        ],
        "text": "Provided ID must be valid"
      }
    }
  ]
}