This page is part of the Clinical Order Workflows (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"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"
}
]
}
]
}