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

Example MessageHeader - Myeloma (Cancellation)

MessageHeader
MessageHeader.id[0]Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Cancellation
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]psom-cancellation
MessageHeader.event[0].display[0]PSOM cancellation
MessageHeader.source[0].name[0]Example Health Board
MessageHeader.source[0].endpoint[0]https://nhspsom.examplehealthboard.com
MessageHeader.responsible[0].reference[0]Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant
MessageHeader.focus[0].reference[0]CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Cancellation
MessageHeader.focus[1].reference[0]Task/Example-DataStandardsWales-PSOM-Task-Myeloma-Cancellation
MessageHeader.definition[0]https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Cancellation
<MessageHeader xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Cancellation" />
    <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="psom-cancellation" />
        <display value="PSOM cancellation" />
    </eventCoding>
    <source>
        <name value="Example Health Board" />
        <endpoint value="https://nhspsom.examplehealthboard.com" />
    </source>
    <responsible>
        <reference value="Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant" />
    </responsible>
    <focus>
        <reference value="CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Cancellation" />
    </focus>
    <focus>
        <reference value="Task/Example-DataStandardsWales-PSOM-Task-Myeloma-Cancellation" />
    </focus>
    <definition value="https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Cancellation" />
</MessageHeader>
{
    "resourceType": "MessageHeader",
    "id": "Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Cancellation",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader"
        ]
    },
    "eventCoding": {
        "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent",
        "code": "psom-cancellation",
        "display": "PSOM cancellation"
    },
    "source": {
        "name": "Example Health Board",
        "endpoint": "https://nhspsom.examplehealthboard.com"
    },
    "responsible": {
        "reference": "Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant"
    },
    "focus":  [
        {
            "reference": "CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Cancellation"
        },
        {
            "reference": "Task/Example-DataStandardsWales-PSOM-Task-Myeloma-Cancellation"
        }
    ],
    "definition": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Cancellation"
}