FHIR IG analytics| Package | lt.hl7.fhir.lifestyle |
| Resource Type | Observation |
| Id | Observation-observation-number-of-steps-example.json |
| FHIR Version | R5 |
No resources found
No resources found
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
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
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 =
{
"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"
}
}