FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | Observation |
| Id | Observation-BloodPressureExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BloodPressureExample
Profile: Observation Blood Pressure Profile
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Identifier: https://vitalsigns.byteflies.net/FHIR/patient/D358D4B4-6007-4C3E-A33B-056773F45DC9
effective: 2024-11-18 09:38:52+0000
performer: Organization Byteflies
device: Device: identifier = 240822yti3tgeyay; manufacturer = Byteflies
component
code: Systolic blood pressure
value: 140 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 74 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
Generated Narrative: Device #vital-signs-box
Tag: API Version 20241028-1511 (Details: version code 20241028-1511 = 'API Version 20241028-1511')
identifier: 240822yti3tgeyay
manufacturer: Byteflies
DeviceNames
Name Type VS-4 other
Generated Narrative: Organization #byteflies
name: Byteflies
{
"resourceType": "Observation",
"id": "BloodPressureExample",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Device",
"id": "vital-signs-box",
"meta": {
"tag": [
{
"system": "https://api-vitalsigns.byteflies.net/version",
"code": "20241028-1511",
"display": "API Version 20241028-1511"
}
]
},
"identifier": [
{
"value": "240822yti3tgeyay"
}
],
"manufacturer": "Byteflies",
"deviceName": [
{
"name": "VS-4",
"type": "other"
}
]
},
{
"resourceType": "Organization",
"id": "byteflies",
"name": "Byteflies"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
]
},
"subject": {
"identifier": {
"system": "https://vitalsigns.byteflies.net/FHIR/patient",
"value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
}
},
"effectiveDateTime": "2024-11-18T09:38:52+00:00",
"performer": [
{
"reference": "#byteflies"
}
],
"device": {
"reference": "#vital-signs-box"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 140,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 74,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}