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

FHIR IG analytics

Packagelt.hl7.fhir.lifestyle
Resource TypeObservation
IdObservation-observation-number-of-steps-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation observation-number-of-steps-example

Language: en

Profile: Number of Steps

status: Final

category: Activity, Number of steps in 24 hour Measured

code: Number of steps in 24 hour Measured

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-27 23:59:00+0300

value: 8642 {#}/{24.h} (Details: UCUM code/d = '/d')

interpretation: Normal

note:

Steps counted automatically using a smartwatch throughout the day.

device: Device: displayName = Fitbit Versa 4; status = active; manufacturer = Fitbit Inc.; type =


Lithuanian


Generated Narrative: Observation observation-number-of-steps-example

Language: en

Profile: Number of Steps

status: Final

category: Activity, Number of steps in 24 hour Measured

code: Number of steps in 24 hour Measured

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2025-10-27 23:59:00+0300

value: 8642 {#}/{24.h} (Details: UCUM code/d = '/d')

interpretation: Normal

note:

Steps counted automatically using a smartwatch throughout the day.

device: Device: displayName = Fitbit Versa 4; status = active; manufacturer = Fitbit Inc.; type =


Source1

{
  "resourceType": "Observation",
  "id": "observation-number-of-steps-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lifestyle/StructureDefinition/number-of-steps-lt-lifestyle"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "41950-7",
          "display": "Number of steps in 24 hour Measured"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "41950-7",
        "display": "Number of steps in 24 hour Measured"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2025-10-27T23:59:00+03:00",
  "valueQuantity": {
    "value": 8642,
    "unit": "{#}/{24.h}",
    "system": "http://unitsofmeasure.org",
    "code": "/d"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Steps counted automatically using a smartwatch throughout the day."
    }
  ],
  "device": {
    "reference": "Device/device-physical-activity-example"
  }
}