FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Observation |
| Id | Observation-Scen4ObservationEVSMinutesPerDay.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 "Scen4ObservationEVSMinutesPerDay"
status: final
category: Activity (Observation Category Codes#activity), Physical Activity (Temporary Codes#PhysicalActivity)
code: On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise (LOINC#68516-4)
subject: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
effective: 2023-07-15 12:00:00-0700
performer: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
value: 20 minutes per day (Details: UCUM code min/d = 'min/d')
{
"resourceType": "Observation",
"id": "Scen4ObservationEVSMinutesPerDay",
"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": "68516-4",
"display": "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise"
}
]
},
"subject": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
},
"effectiveDateTime": "2023-07-15T12:00:00-07:00",
"performer": [
{
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
}
],
"valueQuantity": {
"value": 20,
"unit": "minutes per day",
"system": "http://unitsofmeasure.org",
"code": "min/d"
}
}