This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
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