FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Observation |
| Id | Observation-ExampleAverageRestingHeartRate.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 "ExampleAverageRestingHeartRate"
status: final
category: Activity (Observation Category Codes#activity), Physical Activity (Temporary Codes#PhysicalActivity)
code: Heart rate --resting (LOINC#40443-4)
subject: http://example.org/Patient/1: Example Patient
effective: 2022-06-01 --> 2022-06-08
performer: http://example.org/Patient/1: Example Patient
value: 68 beats per minute (Details: UCUM code /min = '/min')
{
"resourceType": "Observation",
"id": "ExampleAverageRestingHeartRate",
"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": "40443-4",
"display": "Heart rate --resting"
}
]
},
"subject": {
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
},
"effectivePeriod": {
"start": "2022-06-01",
"end": "2022-06-08"
},
"performer": [
{
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
}
],
"valueQuantity": {
"value": 68,
"unit": "beats per minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}