Physical Activity Implementation Guide
1.0.1 - STU Release 1 United States of America flag

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: Parameters (Subscription Status) - Task with Ids - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "ExampleSubscriptionStatusWithIds"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "subscription" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Subscription/ExampleSubscriptionWebhook" ]     ]
  ] [
fhir:name [ fhir:v "topic" ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task>     ]
  ] [
fhir:name [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
  ] [
fhir:name [ fhir:v "type" ] ;
fhir:value [ fhir:v "event-notification" ]
  ] [
fhir:name [ fhir:v "events-since-subscription-start" ] ;
fhir:value [ fhir:v "287" ]
  ] [
fhir:name [ fhir:v "notification-event" ] ;
    ( fhir:part [
fhir:name [ fhir:v "event-number" ] ;
fhir:value [ fhir:v "288" ]     ] [
fhir:name [ fhir:v "timestamp" ] ;
fhir:value [ fhir:v "2022-06-17T14:38:55.8826-05:00"^^xsd:dateTime ]     ] [
fhir:name [ fhir:v "focus" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Task/ExampleFulfillmentTask" ]       ]     ] [
fhir:name [ fhir:v "additional-context" ] ;
fhir:value [
a fhir:Reference ;
fhir:link <http://example.org/fhir/Patient/1> ;
fhir:reference [ fhir:v "http://example.org/fhir/Patient/1" ] ;
fhir:display [ fhir:v "Example Patient" ]       ]     ] )
  ] ) . #