Laboratory Result Observation
Observation
resource and includes important fields such as status, category (laboratory
), code, subject (patient), effective date/time, result value, and optionally a reason if the value is missing.📄 Get Observation by ID
GET
/Observation/{id}
📄 Get Observations by Patient and Category
GET
/Observation?patient={Type/}[id]&category=http://terminology.hl7.org/CodeSystem/observation-category|laboratory
📄 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|laboratory&date={gt|lt|ge|le}[date]{&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|laboratory&status={system|}[code]{,{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]{&date={gt|lt|ge|le}[date]&...}