FHIR IG analytics| Package | hl7.fhir.uv.cow |
| Resource Type | MessageHeader |
| Id | MessageHeader-cow-message-header-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader cow-message-header-example
Language: en
Profile: COW Message Header
event: Temp Clinical Order Workflow Example Codes: order-update (The message is an update to an existing order)
| Endpoint |
| https://placer.example.org/fhir/$processAck |
{
"resourceType": "MessageHeader",
"id": "cow-message-header-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cow/StructureDefinition/cow-message-header"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"eventCoding": {
"system": "http://hl7.org/fhir/uv/cow/CodeSystem/temp",
"code": "order-update"
},
"source": {
"endpoint": "https://placer.example.org/fhir/$processAck"
},
"focus": [
{
"reference": "Task/cow-coordination-task-example"
}
]
}