PACIO Transitions of Care Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Page standards status: Informative |
This section defines additional requirements and guidance relevant to this guide as a whole. The conformance verbs - SHALL, SHOULD, MAY - used in this guide are defined in FHIR Conformance Rules.
| Parameter | Type | Conf. | Description | Example |
|---|---|---|---|---|
| token | SHOULD | Search by FHIR resource ID | GET [base]/Bundle?_id=[id] |
|
| composition | reference | SHOULD | Search by reference to a composition | GET [base]/Bundle?composition=[reference] |
| identifier | token | SHOULD | Search by business identifier | GET [base]/Bundle?identifier=[token] |
| timestamp | date | SHOULD | Search by a date in time | GET [base]/Bundle?timestamp=[date] |
| type | token | SHOULD | Search by type code | GET [base]/Bundle?type=[system]|[code] |
We strongly recommend using the $match operation in performing a system-to-system query to ensure that the right patient is selected. The Patient.search parameters below may be generally used for subsequent queries once the patient is selected. Search parameter requirements for Patient under this IG match those for US Core Patient search requirements