-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
healthedata1
committed
Mar 20, 2024
1 parent
97fb83c
commit 5b35e8c
Showing
2 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
16 changes: 0 additions & 16 deletions
16
input/intro-notes/StructureDefinition-us-core-average-blood-pressure-notes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
{% include StructureDefinition-us-core-vital-signs-notes.md code2="85354-9" code3="96607-7" %} | ||
|
||
<div class="bg-success" markdown="1"> | ||
|
||
1. **SHOULD** support searching using **[`patient`](SearchParameter-us-core-observation-patient.html)** and **[`code`](SearchParameter-us-core-observation-code.html)** and **[`_lastUpdated`](SearchParameter-us-core-observation-date.html)** search parameters: | ||
- including optional support for *OR* search on `code` (e.g.`code={system|}[code],{system|}[code],...`) | ||
- including support for these `date` comparators: `gt,lt,ge,le` | ||
- including optional support for *AND* search on `date` (e.g.`date=[date]&date=[date]]&...`) | ||
|
||
`GET [base]/Observation?patient={Type/}[id]&code={system|}[code]{,{system|}[code],...}&_lastUpdated={gt|lt|ge|le}[date]{&date={gt|lt|ge|le}[date]&...}` | ||
|
||
Example: | ||
|
||
1. GET [base]/Observation?patient=1186747&code={{code1}},{{code2}},{{code3}}&_lastUpdated=ge2024-03-19 | ||
|
||
*Implementation Notes:* Fetches a bundle of all Observation resources for the specified patient and code(s) based on ***the last time they were changed***. **SHOULD** support search by multiple codes. ([how to search by reference] and [how to search by token] and [how to search by date]. ***See the [General Guidance](guidance.html#searching-using-lastupdated) section for additional guidance on searching using `_lastUpdated`.***) | ||
</div><!-- new-content --> | ||
|
||
{% include link-list.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters