Vital Signs
Overview
Supported Profiles
Vital Sign | US Core Profile | LOINC Code(s) |
---|---|---|
Systolic/Diastolic Blood Pressure | US Core Blood Pressure Profile | 85354-9 |
Heart Rate | US Core Heart Rate Profile | 8867-4 |
Respiratory Rate | US Core Respiratory Rate Profile | 9279-1 |
Body Temperature | US Core Body Temperature Profile | 8310-5 |
Body Height | US Core Body Height Profile | 8302-2 |
Body Weight | US Core Body Weight Profile | 29463-7 |
Pulse Oximetry | US Core Pulse Oximetry Profile | 59408-5, 2708-6 |
BMI Percentile (2-20 years) | Pediatric BMI for Age Observation Profile | 59576-9 |
Pediatric Weight for Height (Birth - 36M) | Pediatric Weight for Height Observation Profile | 77606-2 |
Head Circumference (Birth - 36M) | Pediatric Head Occipital-frontal Circumference Profile | 8289-1 |
Must Support Elements
FHIR Field |
---|
Observation.status |
Observation.category |
Observation.code |
Observation.subject |
Observation.effectiveDateTime |
Observation.valueQuantity |
Observation.dataAbsentReason |
Observation.component.code |
Observation.component.valueQuantity |
Observation.component.dataAbsentReason |
Supported Search Capabilities
Get Observation by ID
GET
/Observation/{id}
Get Observations by Patient
GET
/Observation?patient={Type/}[id]
Get Observations by Patient and Category
GET
/Observation?patient={Type/}[id]&category=http://terminology.hl7.org/CodeSystem/observation-category|vital-signs
Get Observations by Patient and Code
GET
/Observation?patient={Type/}[id]&code={system|}|{code},{system|}|{code}
Get Observations by Patient, Category, and Date
GET
/Observation?patient={Type/}[id]&category=http://terminology.hl7.org/CodeSystem/observation-category|vital-signs&date={gt|lt|ge|le}[date]
Get Observations by Patient, Category, and Status
GET
/Observation?patient={Type/}[id]&category=http://terminology.hl7.org/CodeSystem/observation-category|vital-signs&status={system|}|{code}
Get Observations by Patient, Code, and Date
GET
/Observation?patient={Type/}[id]&code={system|}|{code},{system|}|{code}&date={gt|lt|ge|le}[date]