@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Goal ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Goal1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2024-04-10T09:48:01-04:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-goal"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Goal

Resource Goal "Goal1" Updated "2024-04-10 09:48:01-0400"

Profile: Developer Satisfaction Goal Profile - Required Data

identifier: https://example.com/fhir/satisfactionidentifier/88834500123

lifecycleStatus: active

category: Behavioral (Goal category#behavioral)

description: Satisfaction Goal ()

subject: : Test Subject

start: 2024-01-01

Targets

-MeasureDetail[x]Due[x]
*Mental health Note (LOINC#34786-4)12024-12-31
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://example.com/fhir/satisfactionidentifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "88834500123" ] ] ) ; # 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 "behavioral" ] ] ) ] ) ; # fhir:description [ fhir:text [ fhir:v "Satisfaction Goal" ] ] ; # fhir:subject [ fhir:display [ fhir:v "Test Subject" ] ] ; # fhir:start [ fhir:v "2024-01-01"^^xsd:date] ; # fhir:target ( [ fhir:measure [ fhir:coding ( [ a loinc:34786-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "34786-4" ] ; fhir:display [ fhir:v "Mental health Note" ] ] ) ] ; fhir:detail [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ] ; fhir:due [ fhir:v "2024-12-31"^^xsd:date ] ] ) . # # -------------------------------------------------------------------------------------