PACIO Transitions of Care Implementation Guide
0.1.0 - ci-build
PACIO Transitions of Care Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Parameter | Type | Conf. | Description | Example |
---|---|---|---|---|
_id | 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