FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| Resource Type | Observation |
| Id | Observation-ExampleEVSMinutesPerWeek.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 "ExampleEVSMinutesPerWeek"
status: final
category: Social History (Observation Category Codes#social-history)
code: Frequency of moderate to vigorous aerobic physical activity (LOINC#82290-8)
subject: http://example.org/Patient/1: Example Patient
effective: 2022-06-08
performer: http://example.org/Patient/1: Example Patient
value: 70 minutes per week (Details: UCUM code min/wk = 'min/wk')
{
"resourceType": "Observation",
"id": "ExampleEVSMinutesPerWeek",
"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": "82290-8"
}
]
},
"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": 70,
"unit": "minutes per week",
"system": "http://unitsofmeasure.org",
"code": "min/wk"
}
}