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-OperationOutcomeParticipatePreferencesNotKnown.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 OperationOutcomeParticipatePreferencesNotKnown

Issues

-SeverityCodeDetails
*InformationInformational NoteThe 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.

Source1

{
  "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."
      }
    }
  ]
}