FHIR IG analytics| Package | lt.hl7.fhir.lifestyle |
| Resource Type | Observation |
| Id | Observation-observation-physical-activity-below-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-physical-activity-below-example
Language: en
Profile: Physical Activity
status: Final
category: Activity
code: Physical activity (observable entity)
effective: 2025-10-01 09:00:00+0000
value: Exercise below recommended level (finding)
note:
Patient reports engaging in physical activity twice a week, below recommended 150 minutes per week.
Lithuanian
Generated Narrative: Observation observation-physical-activity-below-example
Language: en
Profile: Physical Activity
status: Final
category: Activity
code: Physical activity (observable entity)
effective: 2025-10-01 09:00:00+0000
value: Exercise below recommended level (finding)
note:
Patient reports engaging in physical activity twice a week, below recommended 150 minutes per week.
{
"resourceType": "Observation",
"id": "observation-physical-activity-below-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lifestyle/StructureDefinition/physical-activity-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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "68130003",
"display": "Physical activity (observable entity)"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "413300002",
"display": "Exercise below recommended level (finding)"
}
]
},
"note": [
{
"text": "Patient reports engaging in physical activity twice a week, below recommended 150 minutes per week."
}
]
}