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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeObservation
IdObservation-ObservationFrailtyExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "ObservationFrailtyExample",
  "meta": {
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-Frailty"
    ]
  },
  "status": "final",
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/observation",
      "value": "frailty-obs-uuid-1"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://alticelabs.com/fhir/loinc-custom",
        "code": "3000-G",
        "display": "Frailty Physical Assessment"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "83173-5",
            "display": "Grip strength Hand - left Dynamometer"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "kg",
        "value": 25,
        "unit": "kg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "83174-3",
            "display": "Grip strength Hand - right Dynamometer"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "kg",
        "value": 28,
        "unit": "kg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "83144-6",
            "display": "4-Meter Walk Gait Speed Test [NIH Toolbox]"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "s",
        "value": 4.5,
        "unit": "s"
      }
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479"
  },
  "effectiveDateTime": "2026-03-03T10:00:00+00:00"
}