FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Observation |
| Id | Observation-Scen2ObsDaysPerWeek2.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 "Scen2ObsDaysPerWeek2"
status: final
category: Activity (Observation Category Codes#activity), Physical Activity (Temporary Codes#PhysicalActivity)
code: How many days per week did you engage in moderate to strenuous physical activity in the last 30 days (LOINC#89555-7)
subject: Patient/Scen2PatientJohansson: Nancy Johansson " JOHANSSON"
effective: 2023-03-15
performer: Patient/Scen2PatientJohansson: Nancy Johansson " JOHANSSON"
value: 5 days per week (Details: UCUM code d/wk = 'd/wk')
{
"resourceType": "Observation",
"id": "Scen2ObsDaysPerWeek2",
"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": "89555-7",
"display": "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days"
}
]
},
"subject": {
"reference": "Patient/Scen2PatientJohansson",
"display": "Nancy Johansson"
},
"effectiveDateTime": "2023-03-15",
"performer": [
{
"reference": "Patient/Scen2PatientJohansson",
"display": "Nancy Johansson"
}
],
"valueQuantity": {
"value": 5,
"unit": "days per week",
"system": "http://unitsofmeasure.org",
"code": "d/wk"
}
}