Generated Narrative: Goal
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
- | Measure | Detail[x] | Due[x] |
* | Mental health Note (LOINC#34786-4) | 1 | 2024-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 ]
] ) . #
# -------------------------------------------------------------------------------------