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

FHIR IG analytics

Packagesynapxe.rcm
Resource TypeOperationOutcome
IdOperationOutcome-multiple-framework-level-errors.json
FHIR VersionR5

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": "multiple-framework-level-errors",
  "issue": [
    {
      "severity": "error",
      "code": "code-invalid",
      "details": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
            "code": "6007"
          }
        ],
        "text": "Code 'final2' does not exist in valueset 'http://hl7.org/fhir/ValueSet/observation-status'"
      }
    },
    {
      "severity": "error",
      "code": "informational",
      "details": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
            "code": "5004"
          }
        ],
        "text": "Validation of this resource has been performed before with a failure result."
      }
    }
  ]
}