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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeOperationOutcome
IdOperationOutcome-invalid-fhirVersion-value-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

%Some xhtml content%


Source1

{
  "resourceType": "OperationOutcome",
  "id": "OLISOperationOutcome-invalid-fhirVersion-value-example",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-OperationOutcome|2.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "not-supported",
      "details": {
        "text": "Invalid FHIR version in Accept header. Only 3.0 and 4.0 are supported"
      }
    }
  ]
}