FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Observation |
| Id | Observation-Scen4ObservationDailySteps.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "Scen4ObservationDailySteps"
status: final
category: Activity (Observation Category Codes#activity), Physical Activity (Temporary Codes#PhysicalActivity)
code: Number of steps in 24 hour Measured (LOINC#41950-7)
subject: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
effective: 2023-09-11 12:00:00-0700
performer: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
value: 3000 steps per day (Details: UCUM code /d = '/d')
{
"resourceType": "Observation",
"id": "Scen4ObservationDailySteps",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "activity"
}
]
},
{
"coding": [
{
"system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
"code": "PhysicalActivity"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "41950-7",
"display": "Number of steps in 24 hour Measured"
}
]
},
"subject": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
},
"effectiveDateTime": "2023-09-11T12:00:00-07:00",
"performer": [
{
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
}
],
"valueQuantity": {
"value": 3000,
"unit": "steps per day",
"system": "http://unitsofmeasure.org",
"code": "/d"
}
}