FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-exercise-per-week.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation exercise-per-week
status: Final
category: Social History, Physical Activity
code: Exercise Days Per Week
subject: Amy Shaw
effective: 2023-08-03
performer: Amy Shaw
value: 3 days per week (Details: UCUM coded/wk = 'd/wk')
{
"resourceType": "Observation",
"id": "exercise-per-week",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "activity",
"display": "Activity"
}
],
"text": "Physical Activity"
}
],
"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"
}
],
"text": "Exercise Days Per Week"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2023-08-03",
"performer": [
{
"reference": "Patient/example",
"display": "Amy Shaw"
}
],
"valueQuantity": {
"value": 3,
"unit": "days per week",
"system": "http://unitsofmeasure.org",
"code": "d/wk"
}
}