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.
Example MessageHeader - Myeloma (Response)
- Overview
- Table
- XML
- JSON
- Narrative
MessageHeader |
id : Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Response |
meta |
profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader |
event |
system : https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent |
code : psom-response |
display : PSOM response |
source |
name : Example PROMs provider |
endpoint : https://nhspsom.examplepromsprovider.com |
responsible |
reference : Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant |
focus |
reference : CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Response |
focus |
reference : Task/Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response |
focus |
reference : Task/le-DataStandardsWales-PSOM-QuestionnaireResponse-DataEntry-Response |
definition : https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Response |
MessageHeader.id[0] | Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Response |
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-response |
MessageHeader.event[0].display[0] | PSOM response |
MessageHeader.source[0].name[0] | Example PROMs provider |
MessageHeader.source[0].endpoint[0] | https://nhspsom.examplepromsprovider.com |
MessageHeader.responsible[0].reference[0] | Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant |
MessageHeader.focus[0].reference[0] | CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Response |
MessageHeader.focus[1].reference[0] | Task/Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response |
MessageHeader.focus[2].reference[0] | Task/le-DataStandardsWales-PSOM-QuestionnaireResponse-DataEntry-Response |
MessageHeader.definition[0] | https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Response |
<MessageHeader xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Response" /> <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-response" /> <display value="PSOM response" /> </eventCoding> <source> <name value="Example PROMs provider" /> <endpoint value="https://nhspsom.examplepromsprovider.com" /> </source> <responsible> <reference value="Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant" /> </responsible> <focus> <reference value="CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Response" /> </focus> <focus> <reference value="Task/Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response" /> </focus> <focus> <reference value="Task/le-DataStandardsWales-PSOM-QuestionnaireResponse-DataEntry-Response" /> </focus> <definition value="https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Response" /> </MessageHeader>
{ "resourceType": "MessageHeader", "id": "Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Response", "meta": { "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader" ] }, "eventCoding": { "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-MessageEvent", "code": "psom-response", "display": "PSOM response" }, "source": { "name": "Example PROMs provider", "endpoint": "https://nhspsom.examplepromsprovider.com" }, "responsible": { "reference": "Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant" }, "focus": [ { "reference": "CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Response" }, { "reference": "Task/Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response" }, { "reference": "Task/le-DataStandardsWales-PSOM-QuestionnaireResponse-DataEntry-Response" } ], "definition": "https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Response" }