PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. 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