FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomeParticipateInvalidPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomeParticipateInvalidPatient
| Severity | Code | Details |
| Error | Element value invalid | The patient parameter is invalid for the shared digital health record service operation. Please ensure the patient is correctly specified and matches the required NHI Patient URL format. |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomeParticipateInvalidPatient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "value",
"details": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes",
"code": "sdhr-invalid-patient",
"display": "SDHR Invalid Patient"
}
],
"text": "The patient parameter is invalid for the shared digital health record service operation. Please ensure the patient is correctly specified and matches the required NHI Patient URL format."
}
}
]
}