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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeGoal
IdGoal-social-connection-example-1.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 social-connection-example-1

Profile: SDOHCC Goal

lifecycleStatus: Active

achievementStatus: Improving

description: Adequate social participation (finding)

subject: James Wolff

statusDate: 2024-02-01


Source1

{
  "resourceType": "Goal",
  "id": "social-connection-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Goal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "improving",
        "display": "Improving"
      }
    ]
  },
  "description": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1230393005",
        "display": "Adequate social participation (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "statusDate": "2024-02-01"
}