Person-Centered Outcomes
0.2.0 - ci-build United States of America flag

Person-Centered Outcomes - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Goal without GAS Extensions - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pcoGoalWalkDogExampleWithoutExtensions"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pco/StructureDefinition/pco-gas-goal-profile"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pco/StructureDefinition/pco-gas-goal-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal pcoGoalWalkDogExampleWithoutExtensions</b></p><a name=\"pcoGoalWalkDogExampleWithoutExtensions\"> </a><a name=\"hcpcoGoalWalkDogExampleWithoutExtensions\"> </a><a name=\"pcoGoalWalkDogExampleWithoutExtensions-en-US\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts what-matters}\">What Matters</span>, <span title=\"Codes:{http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains physical-function}\">Physical Function</span></p><p><b>description</b>: <span title=\"Codes:\">Walk dog outside once a week</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientJones.html\">Dorothy Jones  Female, DoB: 1947-11-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))</a></p><p><b>start</b>: 2024-04-03</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 107332-9}\">Goal attainment scale</span></td><td>2024-09-30</td></tr></table><p><b>expressedBy</b>: <a href=\"Patient-pcoPatientJones.html\">Dorothy Jones  Female, DoB: 1947-11-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))</a></p><p><b>addresses</b>: </p><ul><li><a href=\"Observation-pcoWhatMattersBodyExample.html\">What Matters: Moving the Body</a></li><li><a href=\"Observation-pcoWhatMattersRelationshipsExample.html\">What Matters: Family &amp; Friends</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:lifecycleStatus [ fhir:v "active"] ; # 
  fhir:achievementStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:code [ fhir:v "in-progress" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "what-matters" ] ;
fhir:display [ fhir:v "What Matters" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "physical-function" ] ;
fhir:display [ fhir:v "Physical Function" ]     ] )
  ] ) ; # 
  fhir:description [
fhir:text [ fhir:v "Walk dog outside once a week" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
  ] ; # 
  fhir:start [
a fhir:date ;
fhir:v "2024-04-03"^^xsd:date
  ] ; # 
  fhir:target ( [
fhir:measure [
      ( fhir:coding [
a loinc:107332-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "107332-9" ] ;
fhir:display [ fhir:v "Goal attainment scale" ]       ] )     ] ;
fhir:due [
a fhir:date ;
fhir:v "2024-09-30"^^xsd:date     ]
  ] ) ; # 
  fhir:expressedBy [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
  ] ; # 
  fhir:addresses ( [
fhir:reference [ fhir:v "Observation/pcoWhatMattersBodyExample" ] ;
fhir:display [ fhir:v "What Matters: Moving the Body" ]
  ] [
fhir:reference [ fhir:v "Observation/pcoWhatMattersRelationshipsExample" ] ;
fhir:display [ fhir:v "What Matters: Family & Friends" ]
  ] ) . #