FHIR Data Standards Wales for PSOM v1.0.0-rc3
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc2 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.

Example exception response - Missing information.

Bundle
Bundle.id[0]Example-DataStandardsWales-PSOM-Bundle-ExceptionResponse-2-4
Bundle.identifier[0].system[0]https://acme.com/fhir/Id/oracle-guid
Bundle.identifier[0].value[0]ec3af1ea-b892-41c9-8de8-65c55088ae68
Bundle.type[0]message
Bundle.timestamp[0]2023-03-14T11:15:33+00:00
Bundle.entry[0].fullUrl[0]urn:uuid:9cf49031-f5cb-4dcb-bcad-1d5edab89c61
Bundle.entry[0].resource[0].id[0]9cf49031-f5cb-4dcb-bcad-1d5edab89c61
Bundle.entry[0].resource[0].meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader
Bundle.entry[0].resource[0].event[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent
Bundle.entry[0].resource[0].event[0].code[0]exception-response
Bundle.entry[0].resource[0].event[0].display[0]Exception response
Bundle.entry[0].resource[0].source[0].name[0]Example PROMs provider
Bundle.entry[0].resource[0].source[0].endpoint[0]https://nhspsom.examplepromsprovider.com
Bundle.entry[0].resource[0].response[0].identifier[0]5015fe84-8e76-4526-89d8-44b322e8d4fb
Bundle.entry[0].resource[0].response[0].code[0]fatal-error
Bundle.entry[0].resource[0].response[0].details[0].reference[0]urn:uuid:a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe
Bundle.entry[0].resource[0].definition[0]https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse
Bundle.entry[1].fullUrl[0]urn:uuid:a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe
Bundle.entry[1].resource[0].id[0]a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe
Bundle.entry[1].resource[0].issue[0].severity[0]error
Bundle.entry[1].resource[0].issue[0].code[0]business-rule
Bundle.entry[1].resource[0].issue[0].diagnostics[0]The request message has missing information that is necessary to process the PROMs collection.
Bundle.entry[1].resource[0].issue[0].expression[0]Task.location
<Bundle xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-PSOM-Bundle-ExceptionResponse-2-4" />
    <identifier>
        <system value="https://acme.com/fhir/Id/oracle-guid" />
        <value value="ec3af1ea-b892-41c9-8de8-65c55088ae68" />
    </identifier>
    <type value="message" />
    <timestamp value="2023-03-14T11:15:33+00:00" />
    <entry>
        <fullUrl value="urn:uuid:9cf49031-f5cb-4dcb-bcad-1d5edab89c61" />
        <resource>
            <MessageHeader>
                <id value="9cf49031-f5cb-4dcb-bcad-1d5edab89c61" />
                <meta>
                    <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader" />
                </meta>
                <eventCoding>
                    <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent" />
                    <code value="exception-response" />
                    <display value="Exception response" />
                </eventCoding>
                <source>
                    <name value="Example PROMs provider" />
                    <endpoint value="https://nhspsom.examplepromsprovider.com" />
                </source>
                <response>
                    <identifier value="5015fe84-8e76-4526-89d8-44b322e8d4fb" />
                    <code value="fatal-error" />
                    <details>
                        <reference value="urn:uuid:a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe" />
                    </details>
                </response>
                <definition value="https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse" />
            </MessageHeader>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe" />
        <resource>
            <OperationOutcome>
                <id value="a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe" />
                <issue>
                    <severity value="error" />
                    <code value="business-rule" />
                    <diagnostics value="The request message has missing information that is necessary to process the PROMs collection." />
                    <expression value="Task.location" />
                </issue>
            </OperationOutcome>
        </resource>
    </entry>
</Bundle>
{
    "resourceType": "Bundle",
    "id": "Example-DataStandardsWales-PSOM-Bundle-ExceptionResponse-2-4",
    "identifier": {
        "system": "https://acme.com/fhir/Id/oracle-guid",
        "value": "ec3af1ea-b892-41c9-8de8-65c55088ae68"
    },
    "type": "message",
    "timestamp": "2023-03-14T11:15:33+00:00",
    "entry":  [
        {
            "fullUrl": "urn:uuid:9cf49031-f5cb-4dcb-bcad-1d5edab89c61",
            "resource": {
                "resourceType": "MessageHeader",
                "id": "9cf49031-f5cb-4dcb-bcad-1d5edab89c61",
                "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:a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe"
                    }
                },
                "definition": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse"
            }
        },
        {
            "fullUrl": "urn:uuid:a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe",
            "resource": {
                "resourceType": "OperationOutcome",
                "id": "a8c7aa40-d745-4b26-b122-3e1fcbeaf4fe",
                "issue":  [
                    {
                        "severity": "error",
                        "code": "business-rule",
                        "diagnostics": "The request message has missing information that is necessary to process the PROMs collection.",
                        "expression":  [
                            "Task.location"
                        ]
                    }
                ]
            }
        }
    ]
}
Command 'narrative' could not render: File is not a DomainResource