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

: CarePlan - initial version - Scenario 4 - TTL Representation

Page standards status: Informative

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:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Scen4CarePlanV1"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ms. Scarborough will use her home weights and alternate between lower-body and upper-body on week-days each morning for 30 minutes after waking.</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/Scen4PatientScarborough" ] ;
fhir:display [ fhir:v "Ms. Scarborough" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-12-24"^^xsd:date ]
  ] ; # 
  fhir:author [
fhir:reference [ fhir:v "Practitioner/Scen4Practitioner" ] ;
fhir:display [ fhir:v "Ms. Rocha" ]
  ] ; # 
  fhir:goal ( [
fhir:reference [ fhir:v "Goal/Scen4Goal1V1" ]
  ] ) . #