MessageHeader.focus
FHIR attribute (stu3)
In the MessageHeader resource for FHIR stu3 , the focus attribute identifies the The actual content of the message
focus (MessageHeader) description
Attribute Name: focus
Description: The actual content of the message
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
MessageHeader.focus Example
"focus": [
{
"reference": "Patient/example"
}
]
MessageHeader attributes
AttributeField is listTypeDescription
Description: Final responsibility for event
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Real world sender of the message
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"sender": {
"reference": "Organization/1"
}
Description: The source of the decision
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"author": {
"reference": "Practitioner/example"
}
Description: Time that the message was sent
Attribute Type : instant
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"timestamp": "2012-01-04T09:10:14Z"
Description: Message destination application(s)
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"destination": [
{
"endpoint": "llp:10.11.12.14:5432",
"name": "Acme Message Gateway",
"target": {
"reference": "Device/example"
}
}
]
Description: The source of the data entry
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"enterer": {
"reference": "Practitioner/example"
}
Description: The actual content of the message
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"focus": [
{
"reference": "Patient/example"
}
]
Description: Code for the event this message represents
Attribute Type : Coding
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"event": {
"code": "admin-notify",
"system": "http://hl7.org/fhir/message-events"
}
Description: Message source application
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"source": {
"endpoint": "llp:10.11.12.13:5432",
"version": "3.1.45.AABB",
"contact": {
"system": "phone",
"value": "+1 (555) 123 4567"
},
"name": "Acme Central Patient Registry",
"software": "FooBar Patient Manager"
}
Description: Cause of event
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"reason": {
"coding": [
{
"code": "admit",
"system": "http://hl7.org/fhir/message-reasons-encounter"
}
]
}
Description: Intended "real-world" recipient for the data
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: If this is a reply to prior message
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"response": {
"code": "ok",
"identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb"
}