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.
MessageDefinition - PSOM PatientUpdate
- Overview
- Table
- XML
- JSON
- Narrative
| MessageDefinition |
| id : DataStandardsWales-PSOM-PatientUpdate |
| url : https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-PatientUpdate |
| name : DataStandardsWalesPSOMPatientUpdate |
| title : Data Standards Wales PSOM PatientUpdate |
| status : draft |
| 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. |
| event |
| 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 |
| MessageDefinition.id[0] | DataStandardsWales-PSOM-PatientUpdate |
| MessageDefinition.url[0] | https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-PatientUpdate |
| MessageDefinition.name[0] | DataStandardsWalesPSOMPatientUpdate |
| MessageDefinition.title[0] | Data Standards Wales PSOM PatientUpdate |
| MessageDefinition.status[0] | draft |
| 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] | |
| 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" /> <name value="DataStandardsWalesPSOMPatientUpdate" /> <title value="Data Standards Wales PSOM PatientUpdate" /> <status value="draft" /> <date value="2023-07-10" /> <publisher value="NHS Wales" /> <contact> <name value="Data Standards" /> <telecom> <system value="email" /> <value value="data.standards@wales.nhs.uk" /> <use value="work" /> </telecom> </contact> <description value="Message to update Patient administrative details." /> <eventCoding> <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent" /> <code value="patient-update" /> <display value="Patient update" /> </eventCoding> <focus> <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", "name": "DataStandardsWalesPSOMPatientUpdate", "title": "Data Standards Wales PSOM PatientUpdate", "status": "draft", "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.", "eventCoding": { "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" } ] }