Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: Goal without GAS or PROM - 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:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pcoGoalPainLevelExample"] ; # 
  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 pcoGoalPainLevelExample</b></p><a name=\"pcoGoalPainLevelExample\"> </a><a name=\"hcpcoGoalPainLevelExample\"> </a><a name=\"pcoGoalPainLevelExample-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://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains physical-function}\">Physical Function</span></p><p><b>description</b>: <span title=\"Codes:\">Maintain pain level below 5 while walking</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-02-15</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-06-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></div>"
  ] ; # 
  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://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "physical-function" ] ;
fhir:display [ fhir:v "Physical Function" ]     ] )
  ] ) ; # 
  fhir:description [
fhir:text [ fhir:v "Maintain pain level below 5 while walking" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
  ] ; # 
  fhir:start [ fhir:v "2024-02-15"^^xsd:date] ; # 
  fhir:target ( [
fhir:due [ fhir:v "2024-06-30"^^xsd:date ]
  ] ) ; # 
  fhir:expressedBy [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
  ] . #