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

Issues

-SeverityCodeDetails
*ErrorElement value invalidThe facility has not been onboarded to SDHR

Source1

{
  "resourceType": "OperationOutcome",
  "id": "OperationOutcomeFacilityUnknown",
  "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-facility-unknown",
            "display": "SDHR Facility Unknown"
          }
        ],
        "text": "The facility has not been onboarded to SDHR"
      }
    }
  ]
}