Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
$docref Implementation notes consolidation
Browse files Browse the repository at this point in the history
Missed a movement for the notes under the $docref on first commit.  List of notes is now consolidated under the Parameters table.
  • Loading branch information
kckeim committed Oct 9, 2023
1 parent caaccea commit 90321ad
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions content/millennium/dstu2/infrastructure/document-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ Argonaut operation for querying DocumentReferences for the supplied parameters:

GET /DocumentReference/$docref?:parameters

_Implementation Notes_

* The [`relatesTo`] modifier element is not supported and will not be returned.

### Authorization Types

<%= authorization_types(provider: true, patient: true, system: true) %>
Expand All @@ -233,7 +229,7 @@ _Implementation Notes_
`start` | N | [`date`] | The start of the date range from which document reference records should be included. Example: `2014-09-24T12:00:00.000Z`
`end` | N | [`date`] | The end of the date range till which document reference records should be included. Example: `2016-09-24T12:00:00.000Z`

Notes:
_Implementation Notes_

- The `type` parameter:
- It must include both a system and a code. (e.g. `&type=http://loinc.org\|34133-9`)
Expand All @@ -243,7 +239,8 @@ Notes:
- They must have prefixes of `eq` or nothing.
- If `start` is not provided, then all records from the beginning of time are included.
- If `end` is not provided, then all records up to the current date are included.

- The [`relatesTo`] modifier element is not supported and will not be returned.


### Headers

Expand Down

0 comments on commit 90321ad

Please sign in to comment.