FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| 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: Social History (Observation Category Codes#social-history)
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 /min (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": "social-history"
}
]
}
],
"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,
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}