Imaging Observations
Must Support Elements
Supported Search Combinations
1.
GET /Observation?patient=Patient/{id}
2.
GET /Observation?patient=Patient/{id}&category=http://terminology.hl7.org/CodeSystem/observation-category|imaging
3.
GET /Observation?patient=Patient/{id}&code=http://loinc.org|{code}
4.
GET /Observation?patient=Patient/{id}&category=http://terminology.hl7.org/CodeSystem/observation-category|imaging&date=ge2023-01-01
5.
GET /Observation?patient=Patient/{id}&category=http://terminology.hl7.org/CodeSystem/observation-category|imaging&status=final
6.
GET /Observation?patient=Patient/{id}&code=http://loinc.org|{code}&date=ge2023-01-01
Query Parameters
Name | Type | Required | Example | Description |
---|---|---|---|---|
patient | string | Yes | Patient/123 | Reference to the patient resource |
category | token | Optional | http://terminology.hl7.org/CodeSystem/observation-category|imaging | Filter by imaging category |
code | token | Optional | http://loinc.org|18782-3 | LOINC or local code for observation type |
date | date | Optional | ge2023-01-01 | Observation effective date with comparator |
status | token | Optional | final | Observation status (e.g. final, amended) |
Authorization Header
Header | Type | Required | Example |
---|---|---|---|
Authorization | string | Yes | Bearer <ACCESS_TOKEN> |
Standard Responses
Code | Description |
---|---|
200 | OK – Successful request |
400 | Bad Request |
401 | Unauthorized |
404 | Not Found |
500 | Internal Server Error |