FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomeParticipateSuccess.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomeParticipateSuccess
| Severity | Code | Details |
| Information | Informational Note | Patient participation status successfully recorded. |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomeParticipateSuccess",
"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-operation-success",
"display": "SDHR Operation Success"
}
],
"text": "Patient participation status successfully recorded."
}
}
]
}