| Package | fhir.virtually.healthcare |
| Resource Type | Questionnaire |
| Id | ExerciseActivity |
| FHIR Version | R4 |
| Source | https://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/Questionnaire-ExerciseActivity.html |
| URL | https://fhir.virtually.healthcare/Questionnaire/ExerciseActivity |
| Version | 0.1.1-current |
| Status | draft |
| Date | 2025-08-12T10:08:23+00:00 |
| Title | Exercise 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 ExerciseActivity
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/ExerciseActivity#0.1.1-current | |
![]() ![]() | 1. Exercise activity | 0..1 | choice | Value Set: http://snomed.info/sct/900000000000207008?fhir_vs=ecl%2F%3C+415577004 |
![]() ![]() | 2. Peak Activity Heart Rate | 0..1 | decimal | Initial Value: Quantity = ? /min |
![]() ![]() | 3. Activity Duration | 0..1 | decimal | Initial Value: Quantity = ? minute |
![]() ![]() | 4. Calories per activity | 0..1 | decimal | Initial Value: Quantity = ? kilocalorie |
![]() ![]() | 5. Average Heart Rate | 0..1 | decimal | Initial Value: Quantity = ? /min |
{
"resourceType": "Questionnaire",
"id": "ExerciseActivity",
"meta": {
"profile": [
"https://fhir.virtually.healthcare/StructureDefinition/Questionnaire"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.virtually.healthcare/Questionnaire/ExerciseActivity",
"version": "0.1.1-current",
"title": "Exercise Activity",
"status": "draft",
"date": "2025-08-12T10:08:23+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"
}
]
}
],
"code": [
{
"system": "http://snomed.info/sct",
"code": "68130003",
"display": "Physical activity"
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
]
}
}
],
"linkId": "LN/73985-4",
"code": [
{
"system": "http://loinc.org",
"code": "73985-4",
"display": "Exercise activity"
}
],
"prefix": "1",
"text": "Exercise activity",
"type": "choice",
"answerValueSet": "http://snomed.info/sct/900000000000207008?fhir_vs=ecl%2F%3C+415577004"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "/min",
"display": "/min"
}
}
],
"linkId": "LN/55426-1",
"code": [
{
"system": "http://loinc.org",
"code": "55426-1",
"display": "Maximum Heart rate in Unspecified Time"
}
],
"prefix": "2",
"text": "Peak Activity 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/55411-3",
"code": [
{
"system": "http://loinc.org",
"code": "55411-3",
"display": "Exercise duration"
}
],
"prefix": "3",
"text": "Activity Duration",
"type": "decimal",
"initial": [
{
"valueQuantity": {
"unit": "minute",
"system": "http://unitsofmeasure.org",
"code": "min"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "kcal",
"display": "kcal"
}
}
],
"linkId": "LN/55424-6",
"code": [
{
"system": "http://loinc.org",
"code": "55424-6",
"display": "Calories burned in Unspecified Time, Pedometer"
}
],
"prefix": "4",
"text": "Calories per activity",
"type": "decimal",
"initial": [
{
"valueQuantity": {
"unit": "kilocalorie",
"system": "http://unitsofmeasure.org",
"code": "kcal"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"system": "http://unitsofmeasure.org",
"code": "/min",
"display": "/min"
}
}
],
"linkId": "LN/55425-3",
"code": [
{
"system": "http://loinc.org",
"code": "55425-3",
"display": "Heart rate unspecified time mean by Pedometer"
}
],
"prefix": "5",
"text": "Average Heart Rate",
"type": "decimal",
"initial": [
{
"valueQuantity": {
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}
]
}
]
}