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

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

: COW Notification Status - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cow-notification-status-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cow/StructureDefinition/cow-subscription-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cow/StructureDefinition/cow-subscription-status>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "subscription" ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [ fhir:v "https://placer.example.org/cow-subscrition/orders"^^xsd:anyURI ] ;
fhir:value [ fhir:v "77240214" ]       ]     ]
  ] [
fhir:name [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "active"     ]
  ] [
fhir:name [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "event-notification"     ]
  ] [
fhir:name [ fhir:v "notification-event" ] ;
    ( fhir:part [
fhir:name [ fhir:v "event-number" ] ;
fhir:value [
a fhir:string ;
fhir:v "3323"       ]     ] [
fhir:name [ fhir:v "focus" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Task/cow-coordination-task-example" ]       ]     ] [
fhir:name [ fhir:v "timestamp" ] ;
fhir:value [
a fhir:instant ;
fhir:v "2025-03-28T15:44:18.1882432-05:00"^^xsd:dateTime       ]     ] )
  ] ) . #