FHIR IG analytics| Package | ca.on.oh-ereferral-econsult |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
The code "W" is not known and not legal Patient.gender.
{
"resourceType": "OperationOutcome",
"id": "101",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "code-invalid",
"details": {
"text": "The code \"W\" is not known and not legal in this context"
},
"diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453",
"location": [
"/f:Patient/f:gender"
],
"expression": [
"Patient.gender"
]
}
]
}