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 MessageHeader - Myeloma (Response)
- Overview
- Table
- XML
- JSON
- Narrative
| MessageHeader | 
| id : Example-DataStandardsWales-PSOM-MessageHeader-ExceptionResponse | 
| meta | 
| profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader | 
| event | 
| 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 : OperationOutcome/Example-DataStandardsWales-PSOM-OperationOutcome | 
| definition : https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse | 
| MessageHeader.id[0] | Example-DataStandardsWales-PSOM-MessageHeader-ExceptionResponse | 
| MessageHeader.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader | 
| MessageHeader.event[0].system[0] | https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent | 
| MessageHeader.event[0].code[0] | exception-response | 
| MessageHeader.event[0].display[0] | Exception response | 
| MessageHeader.source[0].name[0] | Example PROMs provider | 
| MessageHeader.source[0].endpoint[0] | https://nhspsom.examplepromsprovider.com | 
| MessageHeader.response[0].identifier[0] | 5015fe84-8e76-4526-89d8-44b322e8d4fb | 
| MessageHeader.response[0].code[0] | fatal-error | 
| MessageHeader.response[0].details[0].reference[0] | OperationOutcome/Example-DataStandardsWales-PSOM-OperationOutcome | 
| MessageHeader.definition[0] | https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse | 
<MessageHeader xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-PSOM-MessageHeader-ExceptionResponse" /> <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="OperationOutcome/Example-DataStandardsWales-PSOM-OperationOutcome" /> </details> </response> <definition value="https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse" /> </MessageHeader>
{ "resourceType": "MessageHeader", "id": "Example-DataStandardsWales-PSOM-MessageHeader-ExceptionResponse", "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": "OperationOutcome/Example-DataStandardsWales-PSOM-OperationOutcome" } }, "definition": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-ExceptionResponse" }
