FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pco
Resource TypeGoal
IdGoal-pcoGoalAnxietyExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.

subject: Dorothy Jones Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))

start: 2025-02-15

Targets

-MeasureDetail[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


Source1

{
  "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"
    }
  ]
}