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

Example MessageHeader - Myeloma (Request)

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