FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Observation |
| Id | Observation-Scen1ObservationStrengthDaysPerWeek.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 "Scen1ObservationStrengthDaysPerWeek"
status: final
category: Activity (Observation Category Codes#activity), Physical Activity (Temporary Codes#PhysicalActivity)
code: Frequency of muscle-strengthening physical activity (LOINC#82291-6)
subject: Patient/Scen1PatientKhatun: Jorin Khatun " KHATUN"
effective: 2023-01-15
performer: Patient/Scen1PatientKhatun: Jorin Khatun " KHATUN"
value: 3 days per week (Details: UCUM code d/wk = 'd/wk')
{
"resourceType": "Observation",
"id": "Scen1ObservationStrengthDaysPerWeek",
"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": "82291-6",
"display": "Frequency of muscle-strengthening physical activity"
}
]
},
"subject": {
"reference": "Patient/Scen1PatientKhatun",
"display": "Jorin Khatun"
},
"effectiveDateTime": "2023-01-15",
"performer": [
{
"reference": "Patient/Scen1PatientKhatun",
"display": "Jorin Khatun"
}
],
"valueQuantity": {
"value": 3,
"unit": "days per week",
"system": "http://unitsofmeasure.org",
"code": "d/wk"
}
}