FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| Resource Type | Observation |
| Id | Observation-ExampleStrengthDaysPerWeek.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 "ExampleStrengthDaysPerWeek"
status: final
category: Social History (Observation Category Codes#social-history)
code: Frequency of muscle-strengthening physical activity (LOINC#82291-6)
subject: http://example.org/Patient/1: Example Patient
effective: 2022-06-08
performer: http://example.org/Patient/1: Example Patient
value: 2 days per week (Details: UCUM code d/wk = 'd/wk')
{
"resourceType": "Observation",
"id": "ExampleStrengthDaysPerWeek",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "82291-6"
}
]
},
"subject": {
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
},
"effectiveDateTime": "2022-06-08",
"performer": [
{
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
}
],
"valueQuantity": {
"value": 2,
"unit": "days per week",
"system": "http://unitsofmeasure.org",
"code": "d/wk"
}
}