FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| Resource Type | Observation |
| Id | Observation-ExampleCaloriesPerDay.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 "ExampleCaloriesPerDay"
status: final
category: Social History (Observation Category Codes#social-history)
code: Calories burned in 24 hour Calculated (LOINC#41979-6)
subject: http://example.org/Patient/1: Example Patient
effective: 2022-06-08
performer: http://example.org/Patient/1: Example Patient
value: 1561 kcal (Details: UCUM code kcal = 'kcal')
{
"resourceType": "Observation",
"id": "ExampleCaloriesPerDay",
"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": "41979-6",
"display": "Calories burned in 24 hour Calculated"
}
]
},
"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": 1561,
"system": "http://unitsofmeasure.org",
"code": "kcal"
}
}