FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-invalid-fhirVersion-value-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
%Some xhtml content%
{
"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"
}
}
]
}