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 (Request)
- Overview
- Table
- XML
- JSON
- Narrative
MessageHeader |
id : Example-DataStandardsWales-PSOM-MessageHeader-Myeloma-Request |
meta |
profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageHeader |
event |
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 |
responsible |
reference : Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant |
focus |
reference : CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Request |
focus |
reference : Task/Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Request |
focus |
reference : Task/Example-DataStandardsWales-PSOM-Task-Myeloma-DataEntry-Request |
definition : https://fhir.nhs.wales/MessageDefinition/DataStandardsWales-PSOM-Request |
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" /> <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-request" /> <display value="PSOM request" /> </eventCoding> <source> <name value="Example Health Board" /> <endpoint value="https://nhspsom.examplehealthboard.com" /> </source> <responsible> <reference value="Practitioner/Example-DataStandardsWales-PSOM-Practitioner-Consultant" /> </responsible> <focus> <reference value="CarePlan/Example-DataStandardsWales-PSOM-CarePlan-Myeloma-Request" /> </focus> <focus> <reference value="Task/Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Request" /> </focus> <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" ] }, "eventCoding": { "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" }, "responsible": { "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" }