FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomeParticipatePreferencesNotKnown.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomeParticipatePreferencesNotKnown
| Severity | Code | Details |
| Information | Informational Note | The Shared Digital Health Record service has no record of participation preferences for this patient. Please use the $participate operation to indicate the patients participation preferences. |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomeParticipatePreferencesNotKnown",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "information",
"code": "informational",
"details": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes",
"code": "sdhr-participation-status-unknown",
"display": "SDHR Participation Status Unknown"
}
],
"text": "The Shared Digital Health Record service has no record of participation preferences for this patient. Please use the $participate operation to indicate the patients participation preferences."
}
}
]
}