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

: Bundle 'Search Set' - CarePlan - initial - Scenario 1 - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Scen1CarePlanBundle1"] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://goodhealth.example.org/fhir/CarePlan?patient=Patient/Scen1PatientKhatun&status=active,on-hold&category=http%3A//hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes|PhysicalActivity"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/CarePlan/Scen1CarePlanV2"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/CarePlan/Scen1CarePlanV2> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]     ]
  ] ) . # 

<http://example.org/fhir/CarePlan/Scen1CarePlanV2> a fhir:CarePlan ;
  fhir:id [ fhir:v "Scen1CarePlanV2"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Jorin will continue with his exercise bike and will purchase a used one he can use at home, which should allow him to increase his weekly exercise to 150+ minutes. He will continue to monitor his blood pressure.</div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/careplan-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "assess-plan" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PhysicalActivity" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Scen1PatientKhatun" ] ;
fhir:display [ fhir:v "Jorin Khatun" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-01-01"^^xsd:date ]
  ] ; # 
  fhir:author [
fhir:reference [ fhir:v "PractitionerRole/Scen1RolePatel" ] ;
fhir:display [ fhir:v "Dr. Rajesh Patel" ]
  ] ; # 
  fhir:goal ( [
fhir:reference [ fhir:v "Goal/Scen1GoalV2" ]
  ] ) ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/Scen1PractitionerPatel" ] ;
fhir:display [ fhir:v "Dr. Rajesh Patel" ]     ] ;
fhir:time [ fhir:v "2023-05-05"^^xsd:date ] ;
fhir:text [ fhir:v "Jorin is adhering well and indicates he's motivated by increased energy playing with his children." ]
  ] ) . #