FHIR IG analytics| Package | alticelabs.fhir.smartal.glintt |
| Resource Type | Observation |
| Id | Observation-ObservationHeartRateExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ObservationHeartRateExample",
"meta": {
"source": "http://alticelabs.com/fhir",
"profile": [
"http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-HeartRate"
]
},
"status": "final",
"identifier": [
{
"system": "http://alticelabs.com/fhir/identifiers/observation",
"value": "b2c3d4e5-f6a7-8901-bcde-f12345678901"
}
],
"valueQuantity": {
"unit": "beats/min",
"system": "http://unitsofmeasure.org",
"code": "/min",
"value": 72
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart rate"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "vital-signs"
}
],
"subject": {
"reference": "Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479",
"identifier": {
"system": "https://glintt.com/viewer",
"value": "69a02c5d224c0b4344d0621d"
}
},
"effectiveDateTime": "2025-03-01T17:20:00.000Z",
"performer": [
{
"reference": "Practitioner/01f86ee0-f70b-455d-b39f-57f444ae4b7e"
}
],
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "ObservationNote"
}
],
"referenceRange": [
{
"high": {
"value": 40,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"text": "LL"
},
{
"low": {
"value": 40,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"high": {
"value": 60,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"text": "L"
},
{
"low": {
"value": 60,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"high": {
"value": 100,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal"
}
]
},
"text": "N"
},
{
"low": {
"value": 100,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"high": {
"value": 120,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"text": "H"
},
{
"low": {
"value": 120,
"unit": "/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"text": "HH"
}
]
}