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 (PatientUpdate)

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