Vital Signs Observation

Vital Signs observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area.

  • Below is the category used for this Observation

    System Code Display
    http://hl7.org/fhir/observation-category vital-signs Vital Signs
  • Below is a list of possible values of code for this Observation (The valueset ObservationCodes has all the Observation codes, the below list only shows the codes that are relevant to this profile)

    System Code Display
    http://snomed.info/sct 434910001 Interstitial fluid glucose concentration (observable entity)
  • subject SHALL be referenced only to patient profile.

  • performer SHALL be referenced only to patient profile.

  • device SHALL be referenced to DeviceMetric profile.

Overview

`The below overview shows the elements of the resource, data type and the cardinality of each. Further details like "Binding"/"Fixed values"/"contraints" etc can be found on clicking on each element.

Canonical url - http://roche.com/fhir/rdc/StructureDefinition/vitalsigns-observation

Command 'tree' could not render: Project was not found for RDC/vitalsigns-observation.

Details

Command 'dict' could not render: Project was not found for RDC/vitalsigns-observation.

Table

Command 'table' could not render: Project was not found for RDC/vitalsigns-observation.

XML

Command 'xml' could not render: Project was not found for RDC/vitalsigns-observation.

JSON

Command 'json' could not render: Project was not found for RDC/vitalsigns-observation.

Blood Glucose (CGM)

NOTE to developer: This is only a sample resource. For the resource structure and valusets always refer the section "Overview" under each profile definition in the Implementation guide. If an element is defined as an array (0..*) in the standard and in RDC profile as an object (0..1), please note that it should still carry the structure of an array with one occurance. The structure for all resources as per the FHIR standard can be found at https://www.hl7.org/fhir/STU3/resourcelist.html

Sample


{
                "resourceType": "Observation",
                "id": "1e6f0b94-1519-4f95-b50c-758fa3d4ac4b",
                "meta": {
                    "profile":  [
                        "http://roche.com/fhir/rdc/StructureDefinition/vitalsigns-observation"
                    ]
                },
                "identifier":  [
                    {
                        "system": "http://roche.com/fhir/rdc/sid/observation/mySugr",
                        "value": "7ce8a2a7-73a7-452d-a0c5-d6a294e5d68e"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://hl7.org/fhir/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "434910001",
                            "display": "Interstitial fluid glucose concentration (observable entity)"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/2P0tI8p-SF9-6850"
                },
                "performer":  [
                    {
                        "reference": "Patient/2P0tI8p-SF9-6850"
                    }
                ],
                "effectiveDateTime": "2020-08-04T15:00:16Z",
                "valueQuantity": {
                    "value": 118,
                    "unit": "mg/dL",
                    "system": "http://unitsofmeasure.org",
                    "code": "mg/dL"
                },
                "device": {
                    "reference": "DeviceMetric/0053cfd5-a427-4691-8690-b4d956c6e658"
                }
            }
        }