FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4 |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-InvalidRequestResponse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome InvalidRequestResponse
| Severity | Code | Details |
| Error | Invalid Content | The input request is not of the desired format. |
{
"resourceType": "OperationOutcome",
"id": "InvalidRequestResponse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"text": "The input request is not of the desired format."
}
}
]
}