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

FHIR IG analytics

Packagefhir.r4.wales.psom
Resource TypeBundle
IdExample-DataStandardsWales-PSOM-Bundle-ExceptionResponse-2-3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "Example-DataStandardsWales-PSOM-Bundle-ExceptionResponse-2-3",
  "identifier": {
    "system": "https://acme.com/fhir/Id/oracle-guid",
    "value": "f3f9f688-2d3e-43c8-9bca-bbd5635c6dea"
  },
  "type": "message",
  "timestamp": "2023-03-14T11:15:33+00:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:da506274-3fc5-4e29-9cc5-60a0c4cb2452",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "da506274-3fc5-4e29-9cc5-60a0c4cb2452",
        "meta": {
          "profile": [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader"
          ]
        },
        "eventCoding": {
          "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent",
          "code": "exception-response",
          "display": "Exception response"
        },
        "source": {
          "name": "Example PROMs provider",
          "endpoint": "https://nhspsom.examplepromsprovider.com"
        },
        "response": {
          "identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb",
          "code": "fatal-error",
          "details": {
            "reference": "urn:uuid:72ab8e35-ce21-4d65-8a7e-3f1abaa70306"
          }
        },
        "definition": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse"
      }
    },
    {
      "fullUrl": "urn:uuid:72ab8e35-ce21-4d65-8a7e-3f1abaa70306",
      "resource": {
        "resourceType": "OperationOutcome",
        "id": "72ab8e35-ce21-4d65-8a7e-3f1abaa70306",
        "issue": [
          {
            "severity": "error",
            "code": "business-rule",
            "diagnostics": "The request message contains data elements that violate pathway restrictions.",
            "expression": [
              "Patient.birthDate"
            ]
          }
        ]
      }
    }
  ]
}