Package | fhir.virtually.healthcare |
Resource Type | Questionnaire |
Id | DailyPhysicalActivity |
FHIR Version | R4 |
Source | https://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/Questionnaire-DailyPhysicalActivity.html |
URL | https://fhir.virtually.healthcare/Questionnaire/DailyPhysicalActivity |
Version | 0.1.1-current |
Status | draft |
Date | 2025-07-24T05:36:54+00:00 |
Title | Daily Physical Activity |
Realm | us |
Authority | hl7 |
Description | Based on [HL7 Physical Activity Implementation Guide](https://build.fhir.org/ig/HL7/physical-activity/) |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire DailyPhysicalActivity
Profile: Questionnaire
LinkID | Text | Cardinality | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | Based on [HL7 Physical Activity Implementation Guide](https://build.fhir.org/ig/HL7/physical-activity/) | Questionnaire | https://fhir.virtually.healthcare/Questionnaire/DailyPhysicalActivity#0.1.1-current | |
![]() ![]() ![]() | Daily Step Count | 0..1 | decimal | Initial Value: Quantity = ? /d |
![]() ![]() ![]() | Peak daily heart rate | 0..1 | decimal | Initial Value: Quantity = ? /min |
![]() ![]() ![]() | Average resting heart rate | 0..1 | decimal | Initial Value: Quantity = ? /min |
![]() ![]() ![]() | Calories per Day | 0..1 | decimal | Initial Value: Quantity = ? kilocalorie per 24 hour |
{ "resourceType": "Questionnaire", "id": "DailyPhysicalActivity", "meta": { "profile": [ "https://fhir.virtually.healthcare/StructureDefinition/Questionnaire" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://fhir.virtually.healthcare/Questionnaire/DailyPhysicalActivity", "version": "0.1.1-current", "title": "Daily Physical Activity", "status": "draft", "date": "2025-07-24T05:36:54+00:00", "publisher": "Virtually Healthcare", "contact": [ { "name": "Virtually Healthcare", "telecom": [ { "system": "url", "value": "https://virtually.healthcare" } ] } ], "description": "Based on [HL7 Physical Activity Implementation Guide](https://build.fhir.org/ig/HL7/physical-activity/)", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "GB", "display": "United Kingdom of Great Britain and Northern Ireland" } ] } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit", "valueCoding": { "system": "http://unitsofmeasure.org", "code": "/d", "display": "/d" } } ], "linkId": "LN/41950-7", "code": [ { "system": "http://loinc.org", "code": "41950-7", "display": "Number of steps in 24 Hours, Measured" } ], "text": "Daily Step Count", "type": "decimal", "initial": [ { "valueQuantity": { "unit": "/d", "system": "http://unitsofmeasure.org", "code": "/d" } } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit", "valueCoding": { "system": "http://unitsofmeasure.org", "code": "/min", "display": "/min" } } ], "linkId": "LN/8873-2", "code": [ { "system": "http://loinc.org", "code": "8873-2", "display": "Maximum Heart rate in 24 Hours" } ], "text": "Peak daily heart rate", "type": "decimal", "initial": [ { "valueQuantity": { "unit": "/min", "system": "http://unitsofmeasure.org", "code": "/min" } } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit", "valueCoding": { "system": "http://unitsofmeasure.org", "code": "/min", "display": "/min" } } ], "linkId": "LN/40443-4", "code": [ { "system": "http://loinc.org", "code": "40443-4", "display": "Heart rate - resting" } ], "text": "Average resting heart rate", "type": "decimal", "initial": [ { "valueQuantity": { "unit": "/min", "system": "http://unitsofmeasure.org", "code": "/min" } } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit", "valueCoding": { "system": "http://unitsofmeasure.org", "code": "kcal/d", "display": "kcal/d" } } ], "linkId": "LN/41979-6", "code": [ { "system": "http://loinc.org", "code": "41979-6", "display": "Calories burned in 24 Hours, Calc" } ], "text": "Calories per Day", "type": "decimal", "initial": [ { "valueQuantity": { "unit": "kilocalorie per 24 hour", "system": "http://unitsofmeasure.org", "code": "kcal/(24.h)" } } ] } ] }