FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomeParticipateMissingReason.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomeParticipateMissingReason
| Severity | Code | Details |
| Error | Required element missing | The reasonCode parameter must be provided when operation is indicating records are withheld at the source. |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomeParticipateMissingReason",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "required",
"details": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes",
"code": "sdhr-parameter-missing",
"display": "SDHR Required parameter missing"
}
],
"text": "The reasonCode parameter must be provided when operation is indicating records are withheld at the source."
}
}
]
}