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

FHIR IG analytics

Packagehl7.fhir.us.pco
Resource TypeObservation
IdObservation-pcoPROMScoreAnxietyFollowUp.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: Observation pcoPROMScoreAnxietyFollowUp

status: Final

category: Survey

code: Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]

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

focus: Goal: lifecycleStatus = active; achievementStatus = In Progress; category = Social Functioning; description = ; start[x] = 2025-02-15

effective: 2025-04-01 13:15:00+0000

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

value: 10 score (Details: UCUM code1 = '1')


Source1

{
  "resourceType": "Observation",
  "id": "pcoPROMScoreAnxietyFollowUp",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-score-observation"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "70274-6",
        "display": "Generalized anxiety disorder 7 item (GAD-7) total score [Reported.PHQ]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pcoPatientJones"
  },
  "focus": [
    {
      "reference": "Goal/pcoGoalAnxietyExample"
    }
  ],
  "effectiveDateTime": "2025-04-01T13:15:00Z",
  "performer": [
    {
      "reference": "Patient/pcoPatientJones"
    }
  ],
  "valueQuantity": {
    "value": 10,
    "unit": "score",
    "system": "http://unitsofmeasure.org",
    "code": "1"
  }
}