Terminology - Classify Observation
POST /terminology/v1/classify/observation
Classifies an observation, including lab observations and panels, radiology or other reports. The input must be from one of the following code systems:
Note
Observations are classified using LOINC. For best results, provide the most specific LOINC coding for the observation. Classify operations may not return values for data using other code systems.
See the Classify API Overview for general principles that apply to all Classify API operations.
Body Parameters
system
string
(required)
The source code system (as a name or URL).
Response Fields
loincComponent
string
The analyte or attribute being measured or observed (e.g., Sodium
, Body weight
, Discharge summary note
) from LOINC Component.
loincClass
string
From LOINC Class (e.g., CARD-US
for cardiac ultrasound, RAD
for radiology, HEM/BC
for hematology/blood chemistry).
covid19Lab
string (categorical)
One of: antigen
, antibody
, immunoglobulin
. Based on proprietary value sets developed from WHO, CDC, SNOMED, LOINC, and AMA coding advisories.
category
string (categorical)
One of: activity
, exam
, imaging
, laboratory
, procedure
, social-history
, survey
, therapy
, vital-signs
(Based on FHIR Observation Category)
Example
Sample Classify Input
Sample Classify Response
For additional examples, or to try out the API live, see the Developer Portal Sandbox