Physical Activity Implementation Guide 1.0.0 - STU Release 1
This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Scen2SubscriptionNotificationNewTaskBundle"] ; # fhir:type [ fhir:v "history"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Parameters/Scen2Parameters"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Parameters/Scen2Parameters> ) ; fhir:request [ fhir:method [ fhir:v "GET" ] ; fhir:url [ fhir:v "https://GetFit.example.org/fhir/Subscription/Scen2SubscriptionGetFit/$status"^^xsd:anyURI ] ] ; fhir:response [ fhir:status [ fhir:v "200" ] ] ] ) . # <http://example.org/fhir/Parameters/Scen2Parameters> a fhir:Parameters ; fhir:id [ fhir:v "Scen2Parameters"] ; # fhir:parameter ( [ fhir:name [ fhir:v "subscription" ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Subscription/Scen2SubscriptionGetFit" ] ] ] [ 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 "notification-event" ] ; ( fhir:part [ fhir:name [ fhir:v "event-number" ] ; fhir:value [ fhir:v "208" ] ] [ fhir:name [ fhir:v "focus" ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Task/Scen2TaskGetFitV1" ] ] ] ) ] ) . #