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

FHIR IG analytics

Packagesynapxe.rcm.snapshots
Resource TypeOperationOutcome
IdOperationOutcome-framework-level-error.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": "framework-level-error",
  "issue": [
    {
      "severity": "error",
      "code": "invalid",
      "details": {
        "coding": [
          {
            "system": "http: //hl7.org/fhir/dotnet-api-operation-outcome",
            "code": "1008"
          }
        ],
        "text": "Value is not exactly equal to fixed value 'http://hl7.org/fhir/ValueSet/all-languages'"
      }
    }
  ]
}