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

FHIR IG analytics

Packagehl7.fhir.us.pco.r4
Resource TypeObservation
IdObservation-pcoGASScorePatientFollowupExample.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


Source1

{
  "resourceType": "Observation",
  "id": "pcoGASScorePatientFollowupExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pco/StructureDefinition/pco-gas-score-observation"
    ]
  },
  "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": "107334-5",
        "display": "Patient follow-up goal attainment scaling score"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pcoPatientJones"
  },
  "focus": [
    {
      "reference": "Goal/pcoGoalSocialConnectionsWithGAS"
    }
  ],
  "effectiveDateTime": "2025-03-10T10:15:00Z",
  "performer": [
    {
      "reference": "Patient/pcoPatientJones"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA34483-0",
        "display": "Less than expected"
      }
    ]
  }
}