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 "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." ] ] ) . #