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.

MessageDefinition - PSOM PatientUpdate

MessageDefinition
MessageDefinition.id[0]DataStandardsWales-PSOM-PatientUpdate
MessageDefinition.url[0]https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-PatientUpdate
MessageDefinition.version[0]1.0.0-rc5
MessageDefinition.name[0]DataStandardsWalesPSOMPatientUpdate
MessageDefinition.title[0]Data Standards Wales PSOM PatientUpdate
MessageDefinition.status[0]active
MessageDefinition.date[0]2023-07-10
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 update Patient administrative details.
MessageDefinition.event[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent
MessageDefinition.event[0].code[0]patient-update
MessageDefinition.event[0].display[0]Patient update
MessageDefinition.focus[0].code[0]Patient
MessageDefinition.focus[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient
MessageDefinition.focus[0].min[0]1
MessageDefinition.focus[0].max[0]1
<MessageDefinition xmlns="http://hl7.org/fhir">
<id value="DataStandardsWales-PSOM-PatientUpdate" />
<url value="https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-PatientUpdate" />
<version value="1.0.0-rc5" />
<name value="DataStandardsWalesPSOMPatientUpdate" />
<title value="Data Standards Wales PSOM PatientUpdate" />
<status value="active" />
<date value="2023-07-10" />
<publisher value="NHS Wales" />
<name value="Data Standards" />
<system value="email" />
<value value="data.standards@wales.nhs.uk" />
<use value="work" />
</telecom>
</contact>
<description value="Message to update Patient administrative details." />
<system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent" />
<code value="patient-update" />
<display value="Patient update" />
</eventCoding>
<code value="Patient" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" />
<min value="1" />
<max value="1" />
</focus>
</MessageDefinition>
{
"resourceType": "MessageDefinition",
"id": "DataStandardsWales-PSOM-PatientUpdate",
"url": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-PatientUpdate",
"version": "1.0.0-rc5",
"name": "DataStandardsWalesPSOMPatientUpdate",
"title": "Data Standards Wales PSOM PatientUpdate",
"status": "active",
"date": "2023-07-10",
"publisher": "NHS Wales",
"contact": [
{
"name": "Data Standards",
"telecom": [
{
"system": "email",
"value": "data.standards@wales.nhs.uk",
"use": "work"
}
]
}
],
"description": "Message to update Patient administrative details.",
"system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent",
"code": "patient-update",
"display": "Patient update"
},
"focus": [
{
"code": "Patient",
"profile": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient",
"min": 1,
"max": "1"
}
]
}