@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Goal ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "wgt-loss"] ; # Example adapted from MCC eCare Plan Implementation Guide WGT-loss fhir:meta [ fhir:versionId [ fhir:v "9" ] ; fhir:lastUpdated [ fhir:v "2022-08-02T18:25:27.359+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#Co3eBzwkPfsp7Smu"^^xsd:anyURI ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Goal

Resource Goal "wgt-loss" Version "9" Updated "2022-08-02 18:25:27+0000"

Information Source: #Co3eBzwkPfsp7Smu!

lifecycleStatus: active

category: Dietary (Goal category#dietary)

priority: high (Goal priority#high-priority "High Priority")

description: Target weight is 150 to 155 lbs. (SNOMED CT#43664005 "Normal weight")

subject: Patient/dan-harry " DAN"

start: 2019-10-14

statusDate: 2019-10-14

expressedBy: Patient/dan-harry " DAN"

" ] ; # fhir:lifecycleStatus [ fhir:v "active"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "dietary" ] ] ) ] ) ; # fhir:priority [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "high-priority" ] ; fhir:display [ fhir:v "High Priority" ] ] ) ; fhir:text [ fhir:v "high" ] ] ; # fhir:description [ fhir:coding ( [ a sct:43664005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "43664005" ] ; fhir:display [ fhir:v "Normal weight" ] ] ) ; fhir:text [ fhir:v "Target weight is 150 to 155 lbs." ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:start [ fhir:v "2019-10-14"^^xsd:date] ; # fhir:statusDate [ fhir:v "2019-10-14"^^xsd:date] ; # fhir:expressedBy [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] . # # -------------------------------------------------------------------------------------