FHIR IG analytics| Package | hl7.fhir.uv.cardx-htn-mng.r4b |
| Resource Type | Observation |
| Id | Observation-SMBP-Associated-HeartRate-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "SMBP-Associated-HeartRate-example"
Profile: SMBP Associated Heart Rate
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Heart rate (LOINC#8867-4)
subject: Patient/patient-example-Sally-Sue " SUE"
effective: 2023-03-01 08:00:00-0900
issued: Mar 1, 2023, 5:10:00 PM
performer: Patient/patient-example-Sally-Sue " SUE"
value: 74 '/min' (Details: UCUM code /min = '/min')
device: Device/example-smbp-device
{
"resourceType": "Observation",
"id": "SMBP-Associated-HeartRate-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/smbp-associated-heart-rate"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4"
}
],
"text": "Heart rate"
},
"subject": {
"reference": "Patient/patient-example-Sally-Sue"
},
"effectiveDateTime": "2023-03-01T08:00:00-09:00",
"issued": "2023-03-01T08:10:00-09:00",
"performer": [
{
"reference": "Patient/patient-example-Sally-Sue"
}
],
"valueQuantity": {
"value": 74,
"unit": "'/min'",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"device": {
"reference": "Device/example-smbp-device"
}
}