Vital Signs
Also known as 'observations'.
In NL and BE, this category only contains vital signs such as temperature, Heart rate, Weight, NIBP, Respiratory rate, SpO2, BSA, VAS etc. Hospital-specific scores or measurements can be added on request.
In other countries, this search term category is seen as the one matching the international 'observations' FHIR profile (https://www.hl7.org/fhir/observation.html); Consequently, other observations/measurements such as lab results and measurements taken on the ICU are mapped to this category. It has been planned on the PFS 2025 development roadmap to merge the 'Measurements' and 'Vital signs' category into one combined data category which will be renamed to 'Observations'. This requires development work, a lot of data migrations and Patient Finder projects to be changed automatically so that the existing queries keep working.
Outside of NL and BE, the 'Measurements' search term category will usually not be available since all observations are mapped to 'Vital signs', unless NLP is trained for the language used at that hospital. The 'measurements' term can then be used to extract measurements from texts. If the development to create the overarching 'observations' category finishes, that category can be used to search through measurement extracted from text by NLP.
Overview
Filter name in app | Priority | FHIR field (PFS) | Brief description | Example data |
---|---|---|---|---|
ID | Must have | Observation.identifier.value | Unique identifier for report. | |
Description | Must have | Observation.code.coding.display | Name of the observation that was measured / tested. | Weight, BMI, SpO2, LDL Cholesterol, albumin. |
Method | Should have | Observation.method.coding.display | Method used to get to the observation result. | Spirometry, PCR, ELISA, biochemistry. |
Specimen | Must have | Observation.specimen | Sample or material on which the measurement or test was performed. Especially used for lab tests, microbiology-, histological- or cytological tests. | Blood, urine, sputum, needle biopsy. |
Subcategory | Should have | Not yet mapped | A subcategory that gives more details on the type of observation you are looking at. | Lab result, vital sign, physical examination. |
Textual value | Must have | Observation.value[x].valueString or Observation.component.value[x].valueString | Textual expression of the result of the measurement or test. | Positive; +; above average |
Numeric value | Must have | Observation.value[x].valueQuantity.value or Observation.component.value[x].valueQuantity.value | Numerical expression of the result of the measurement or test. | 2.6 mM; 5.6 mmol/L, 50 units |
Unit | Must have | Observation.value[x].valueQuantity.unit or Observation.component.value[x].valueQuantity.unit | Unit linked to the numerical value. | mM, mmol/L, units |
Age at time of event | Must have | Derived from Patient (Observation.subject) | Age of the patient, in years, when the observation was made. | |
Status | Could have | Observation.status | Status of the measurement / test | Planned, accepted, completed. |
Specialism | Should have | Derived from performer (Observation.performer) | Specialism that recorded the observation. | Gastroenterology, endocrinology, oncology |
Department | Could have | Observation.department (extension) | Department that recorded the observation. | Dietetics, diabetes outpatient clinic, MS clinic. |
Location | Could have | Not yet mapped | The location (hospital building) where the observation was recorded. | Location oost, location south. |
Performed by | Could have | Observation.performer (Practitioner) | Name of the care provider that executed the test or measurement. | |
Body site | Should have | Observation.bodySite.coding.display | The body part on which the test was performed or where the specimen was taken fromm | (Needle biopsy of) breast, skin, femur |
Device | Could have | Observation.device | Device used to perform the observation or the test. | Spirometer, specific kind of echo device |
Interpretation | Could have | Not yet mapped | Interpretation or explanation of the result of the observation, measurement or test by the person that analysed the results. | |
Start date | Must have | Observation.effective[x].effectiveDateTime or Observation.effective[x].effectibePeriod.start | Date on which the test was performed to get to the numerical or textual result. | DD-MM-YYYY hh:mm |
Registration date | Should have | Not yet mapped | Date on which the results was recorded in the system (EHR or separate lab result system such as GLIMS). | DD-MM-YYYY hh:mm |