Clinical Order Workflows
1.0.0-ballot - STU 1 Ballot International flag

Clinical Order Workflows, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cow-ig/ and changes regularly. See the Directory of published versions

: COW Notification Status - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "cow-notification-status-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cow/StructureDefinition/cow-subscription-status"
    ]
  },
  "parameter" : [
    {
      "name" : "subscription",
      "valueReference" : {
        "identifier" : {
          "system" : "https://placer.example.org/cow-subscrition/orders",
          "value" : "77240214"
        }
      }
    },
    {
      "name" : "status",
      "valueCode" : "active"
    },
    {
      "name" : "type",
      "valueCode" : "event-notification"
    },
    {
      "name" : "notification-event",
      "part" : [
        {
          "name" : "event-number",
          "valueString" : "3323"
        },
        {
          "name" : "focus",
          "valueReference" : {
            🔗 "reference" : "Task/cow-coordination-task-example"
          }
        },
        {
          "name" : "timestamp",
          "valueInstant" : "2025-03-28T15:44:18.1882432-05:00"
        }
      ]
    }
  ]
}