Home > Introduction

Introduction

Background

The Provincial Client Registry (PCR) is a repository that stores demographics and identifiers pertaining to patients who have received health care in Ontario. It enables organizations to uniquely identify patients based on their local or global identifiers (e.g. MRN or HCN) and demographic information. The repository also enables the merging and unmerging of duplicate records from a variety of contributing sources, leading to improved quality of client information across different health care organizations.

The PCR supports eHealth Ontario programs such as identity, access and privacy, the Ontario Laboratory Information System (OLIS), Diagnostic Imaging Common Services, the cardiac care network, Connecting Ontario patient results online, and the Ministry of Health and Long-Term Care's Registered Person Database (Ontario Health Insurance Plan).

Ontario has published the following standards for querying or contributing to the PCR:

  • Pan-Canadian HL7 V3 based PCR standard (used for both contribution and querying)

  • HL7 V2 based standard (used exclusively for contribution)

  • IHE PIX/PDQ based standard (used exclusively for querying)

This specification provides an additional FHIR-based interface for the PCR. It exposes 4 operations:

  1. EMPI Patient Match

  2. Patient Search

  3. Patient Read

  4. Patient Identifier Cross-reference - PIXm

Additional sections provides documentation on eHealth Ontario's use of the FHIR standard as well as on how errors are handled across the various types of interactions.

The table below shows what is supported by each of the specifications:

Function Standard Interface/Interaction
Query IHE (PIX/PDQ) IHE PIX/PDQ:ITI-9 Patient Identity Cross-Referencing Query (PIX) and
ITI-21 Patient Demographics Query (PDQ)
HL7 FHIR ITI-83 mobile Patient Identity Cross-reference Query (PIXm)
FHIR EMPI Patient match
FHIR Patient read
HL7 V3 (Pan-Canadian based) Find Candidates Query
Get Client Demographics Query
Find Associated Identifiers Query
Update (Add/Revise) HL7V2.4 (Passive*) ADT(Passive): Add, Revise, Merge, Unmerge
Ontario HL7V3 (Active*) Pan-Canadian based: Add, Revise (Merge, Unmerge, Delete)

*Active interfaces require the registration system to communicate directly to PCR to check for matching patients, before additional data is collected and written to file. Passive interfaces require downstream systems to perform a merge after data is collected.

Patient read is implemented exactly as described by the HL7 specification (http://hl7.org/fhir/stu3/http.html#read), so no further description is provided here. This specification focuses on the two operations more complex operations:

  • The IHE Patient Identifier Cross Referencing for Mobile (PIXm) Integration Profile, enables organizations to find alternate unique identifiers for patients using both local (such as hospital specific MRNs) or global identifications (such as Ontario Health Card Number) using a RESTful paradigm. The eHealth Ontario PCR exposes a constrained version of that interface. Note that although the profile is labeled as 'mobile', it can be implemented on both traditional as well as mobile platforms.

  • The draft FHIR Patient EMPI Match operation allows searching for candidate patients by specifying a set of patient characteristics. The Enterprise Master Patient Index (EMPI) - in this case the eHealth Ontario Provincial Client Registry - then performs a probablistic match based on those criteria and returns a list of potential matches, with a score indicating the likelhihood of match.

This specification is fully copyright protected by the owner. The owner has the exclusive right to make copies of this specification. No alterations, deletions or substitutions may be made without the prior written consent of the owner. No part of it may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, email or any information storage and retrieval system, without the prior written consent of the owner.

HL7® is registered trademark of Health Level Seven, Inc. (http://www.hl7.org) This specification contains information for which copyright is held by Health Level Seven, Inc. Implementors of the standards (those developing software or otherwise making use of the specification) are required to be members of either Health Level Seven Inc., HL7 Canada or one of the other HL7 affiliates. There is no such membership requirement for individuals and organizations which merely install or use software with built-in HL7 interfaces.

LOINC® is a registered trademark of the Regenstrief Institute, Inc. (http://regenstrief.org)

This material includes SNOMED Clinical Terms® (SNOMED CT®) (https://www.snomed.org/snomed-ct/) which is used by permission SNOMED International. All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists.

“SNOMED” and “SNOMED CT” are registered trademarks of the SNOMED International (https://www.snomed.org/) .

Disclaimer

This specification contains proprietary and confidential information of eHealth Ontario (“eHealth”). This specification is offered to you on the condition that you accept these terms and conditions without modification. Any dissemination or distribution of this specification or any copies thereof to any third party without eHealth’s prior written consent is strictly prohibited.

eHealth has prepared this specification for its own use and provides it to you for information purposes only. You understand that the information in this specification may be subject to change at any time and that eHealth cannot be responsible for the completeness, currency, accuracy or applicability of this specification, or any information contained in it, to your needs or the needs of any other party. You understand and agree that:

(i) you are solely responsible for determining whether any information in this specification is applicable to your needs;

(ii) any access, use or reliance on any information in this specification is at your sole and exclusive risk;

(iii) this specification is provided “AS IS” without any warranties or representations of any kind, express or implied, in fact or in law;

(iv) eHealth is not responsible for your use or reliance on the information in this specification or any costs associated with such use or reliance; and

(v) eHealth has no liability to any party for that party’s access, use or reliance on this specification or any of the information contained in it.

Document Control

The electronic version of this specification is recognized as the only valid version.

Approval History

APPROVER(S) TITLE/DEPARTMENT APPROVED DATE
YYYY-MM-DD

Revision History

VERSION NO. DATE SUMMARY OF CHANGE CHANGED BY
v1.0 2018-09-20 First version based on FHIR DSTU2 eHealth Ontario
v2.0.0 2018-11-29 Second version upgraded to FHIR STU3 eHealth Ontario