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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeGoal
IdGoal-goal-example.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 goal-example

lifecycleStatus: Active

achievementStatus: In Progress

description: Resolve acute bronchitis within 2 weeks

subject: Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

start: 2025-01-02

Targets

-MeasureDetail[x]Due[x]
*Chronic kidney disease stage 1 (disorder)Resolution of cough and other symptoms2025-01-16

statusDate: 2025-01-02

statusReason: Treatment initiated

expressedBy: Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

addresses: Condition Acute bronchitis (disorder)

note: @2025-01-02 10:30:00+0000

Patient understands the plan and is committed to improved rest and hydration


Source1

{
  "resourceType": "Goal",
  "id": "goal-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "in-progress"
      }
    ]
  },
  "description": {
    "text": "Resolve acute bronchitis within 2 weeks"
  },
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "startDate": "2025-01-02",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "431855005",
            "display": "Chronic kidney disease stage 1 (disorder)"
          }
        ]
      },
      "detailString": "Resolution of cough and other symptoms",
      "dueDate": "2025-01-16"
    }
  ],
  "statusDate": "2025-01-02",
  "statusReason": "Treatment initiated",
  "expressedBy": {
    "reference": "Patient/patient-ledner"
  },
  "addresses": [
    {
      "reference": "Condition/condition-encounter-diagnosis-example"
    }
  ],
  "note": [
    {
      "time": "2025-01-02T10:30:00Z",
      "text": "Patient understands the plan and is committed to improved rest and hydration"
    }
  ]
}