FHIR IG analytics| Package | hl7.fhir.us.pco |
| Resource Type | Goal |
| Id | Goal-pcoGoalAnxietyExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal pcoGoalAnxietyExample
Language: en
Profile: Person-Centered PROM Goal
lifecycleStatus: Active
achievementStatus: In Progress
category: Social Functioning
description: I want to practice being present when interacting with family and friends in an uplifting way at least 3x monthly.
start: 2025-02-15
| Measure | Detail[x] | Due[x] |
| Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ] | <10 score (Details: UCUM code1 = '1') | 2025-07-31 |
expressedBy: Practitioner John Anderson, MD
addresses: What Matters: Family & Friends
{
"resourceType": "Goal",
"id": "pcoGoalAnxietyExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-goal-profile"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "in-progress"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains-temporary",
"code": "social-functioning",
"display": "Social Functioning"
}
]
}
],
"description": {
"text": "I want to practice being present when interacting with family and friends in an uplifting way at least 3x monthly."
},
"subject": {
"reference": "Patient/pcoPatientJones"
},
"startDate": "2025-02-15",
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "70274-6",
"display": "Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"
}
]
},
"detailQuantity": {
"value": 10,
"comparator": "<",
"unit": "score",
"system": "http://unitsofmeasure.org",
"code": "1"
},
"dueDate": "2025-07-31"
}
],
"expressedBy": {
"reference": "Practitioner/pcoPractitionerAnderson"
},
"addresses": [
{
"reference": "Observation/pcoWhatMattersRelationshipsExample",
"display": "What Matters: Family & Friends"
}
]
}