FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cow.r4b
Resource TypeMessageHeader
IdMessageHeader-cow-message-header-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MessageHeader cow-message-header-example

event: Temp Clinical Order Workflow Example Codes order-update: The message is an update to an existing order

Sources

-Endpoint
*https://placer.example.org/fhir/$processAck

focus: Task Fulfill the focal request


Source1

{
  "resourceType": "MessageHeader",
  "id": "cow-message-header-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cow/StructureDefinition/cow-message-header"
    ]
  },
  "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"
    }
  ]
}