FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | Observation |
| Id | Observation-BodyTemperatureExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BodyTemperatureExample
Profile: Observation Body Temperature Profile
status: Final
category: Vital Signs
code: Body Temperature
subject: Identifier: https://vitalsigns.byteflies.net/FHIR/patient/EFD5E060-9522-48BE-9ECC-3BFA54EA3666
effective: 2024-11-19 19:30:42+0000
performer: Organization Byteflies
value: 35.29 C (Details: UCUM codeCel = 'Cel')
device: Device: identifier = 240822yti3tgeyay; manufacturer = Byteflies
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": "BodyTemperatureExample",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bodytemp"
]
},
"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": "8310-5",
"display": "Body Temperature"
}
]
},
"subject": {
"identifier": {
"system": "https://vitalsigns.byteflies.net/FHIR/patient",
"value": "EFD5E060-9522-48BE-9ECC-3BFA54EA3666"
}
},
"effectiveDateTime": "2024-11-19T19:30:42+00:00",
"performer": [
{
"reference": "#byteflies"
}
],
"valueQuantity": {
"value": 35.29,
"unit": "C",
"system": "http://unitsofmeasure.org",
"code": "Cel"
},
"device": {
"reference": "#vital-signs-box"
}
}