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.

MessageDefinition - PSOM ExceptionResponse

MessageDefinition
MessageDefinition.id[0]DataStandardsWales-PSOM-ExceptionResponse
MessageDefinition.url[0]https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse
MessageDefinition.name[0]DataStandardsWalesPSOMExceptionResponse
MessageDefinition.title[0]Data Standards Wales PSOM ExceptionResponse
MessageDefinition.status[0]draft
MessageDefinition.date[0]2023-12-13
MessageDefinition.publisher[0]NHS Wales
MessageDefinition.contact[0].name[0]Data Standards
MessageDefinition.contact[0].telecom[0].system[0]email
MessageDefinition.contact[0].telecom[0].value[0]data.standards@wales.nhs.uk
MessageDefinition.contact[0].telecom[0].use[0]work
MessageDefinition.description[0]Message to indicate an exception.
MessageDefinition.event[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent
MessageDefinition.event[0].code[0]exception-response
MessageDefinition.event[0].display[0]Exception Response
<MessageDefinition xmlns="http://hl7.org/fhir">
    <id value="DataStandardsWales-PSOM-ExceptionResponse" />
    <url value="https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse" />
    <name value="DataStandardsWalesPSOMExceptionResponse" />
    <title value="Data Standards Wales PSOM ExceptionResponse" />
    <status value="draft" />
    <date value="2023-12-13" />
    <publisher value="NHS Wales" />
    <contact>
        <name value="Data Standards" />
        <telecom>
            <system value="email" />
            <value value="data.standards@wales.nhs.uk" />
            <use value="work" />
        </telecom>
    </contact>
    <description value="Message to indicate an exception." />
    <eventCoding>
        <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent" />
        <code value="exception-response" />
        <display value="Exception Response" />
    </eventCoding>
</MessageDefinition>
{
    "resourceType": "MessageDefinition",
    "id": "DataStandardsWales-PSOM-ExceptionResponse",
    "url": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse",
    "name": "DataStandardsWalesPSOMExceptionResponse",
    "title": "Data Standards Wales PSOM ExceptionResponse",
    "status": "draft",
    "date": "2023-12-13",
    "publisher": "NHS Wales",
    "contact":  [
        {
            "name": "Data Standards",
            "telecom":  [
                {
                    "system": "email",
                    "value": "data.standards@wales.nhs.uk",
                    "use": "work"
                }
            ]
        }
    ],
    "description": "Message to indicate an exception.",
    "eventCoding": {
        "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent",
        "code": "exception-response",
        "display": "Exception Response"
    }
}