FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.fhir.nz-shared-digital-health-record
Resource TypeOperationOutcome
IdOperationOutcome-OperationOutcomeRecordsWithheldAtSource.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationOutcome OperationOutcomeRecordsWithheldAtSource

Issues

-SeverityCodeDetails
*InformationInformational NotePatient has withheld records at source. The operation was successful, but some records were not included in the response due to confidentiality settings.

Source1

{
  "resourceType": "OperationOutcome",
  "id": "OperationOutcomeRecordsWithheldAtSource",
  "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-records-withheld-at-source",
            "display": "Records withheld at source"
          }
        ],
        "text": "Patient has withheld records at source. The operation was successful, but some records were not included in the response due to confidentiality settings."
      }
    }
  ]
}