This page is part of the DaVinci PDEX Plan Net (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
This page contains miscellaneous information on FHIR implementation. The content is primarily directed at implementers of Plan-Net.
The conformance verbs (SHALL, SHALL NOT, SHOULD, MAY) used in this guide are defined in FHIR Conformance Rules.
Access to the Plan-Net service should not require authentication, and the server should not maintain any records that could associate the consumer with the entities that were queried.
A conformant Plan-Net service SHALL NOT require a directory mobile application to send consumer identifying information in order to query content.
A directory mobile application SHALL NOT send consumer identifiable information when querying a Plan-Net service.
When querying and reading the Plan-Net Profiles defined in this IG, Must Support on any profile data element SHALL be interpreted as follows:
Each profile in this guide requires that the lastUpdate timestamp be provided as part of the profile's data content. Clients that cache query results can track additions or modifications to directory content through queries that filter content using the _lastUpdated search parameter. Clients should periodically check that data cached from past queries has not been deleted by querying for the same elements by _id.
NO CONTENT
It is important for payers to use the Plan-Net profiles consistently in order to achieve true interoperability of directory information among payers. The intent of this section is to provide examples of the canonical use of the profiles provided in this IG that will guide implementers towards the consistent use of these profiles that will enable 3rd party applications to search the data. The Plan-Net design is based around the following types of searches.
Search |
Example |
Focal Resource and Field |
Qualifications of Search |
General Search |
Pharmacy |
HealthcareService.category, HealthcareService.specialty |
Location, network |
Provider by Name |
Joe Smith |
Practitioner.name |
Location, network, specialty, role/privileges |
Organization by Name |
Montgomery Cardiology or CVS |
Organization.name |
Location, network, specialty |
Provider by Specialty |
Cardiologist |
PractitionerRole.specialty |
Location, network, name, qualification |
Organization by Specialty |
Compounding Pharmacy |
OrganizationAffiliation.specialty |
Location, network, name, qualification |
The content in this section of the IG is based on the examples provided and on the patterns provided here.
Specific examples are referenced in the text below.
The first type of search starts from HealthcareService.category and HealthcareService.specialty, so it is essential that each provider's service be supported by appropriate set of HealthcareService instances. HealthcareServices are typically provided by an organization, except in the case of a Practitioner that is not associated with an organization (see the solo practitioner example), and can be linked to a set of locations where service is provided, or identified as virtual services through an indicated set of virtual modalities. The examples illustrate this with an organization that provides three distinct Pharmacy services -- retail, compounding, and mail-order -- across its locations. All organizations that provide service should define an appropriate set. of HealthcareServices to facilitate search. The HealthcareService category, specialty and type fields are the highest level of organization of the services provided by the provider's network.
Relevant examples:
Scenario | Example Instances |
Retail Pharmacy Chain | |
Compounding Pharmacy | PharmChainCompService |
Mail Order Pharmacy (virtual service with no physical location) | PharmChainMailService |
Provider Group | HartfordOrthopedicServices |
Emergency Room | HospERService |
Cancer Clinic | CancerClinicService |
Virtual Counseling Service
|
VirtualCounselService |
Solo Family Practitioner | HansSoloService |
Each payer will offer one or more products -- Insurance Plans -- and each plan is associated with one or more Networks. Practitioners and Organizations indicate participation in a Network with a link to the Network using a PractitionerRole or OrganizationAffiliation instance, respectively. PractitionerRole and OrganizationAffiliation instances are what tie Practitioners and Organizations to HealthcareServices, Organizations, Networks and Locations.
The examples demonstrate the use of the InsurancePlan profile to represent two distinct Qualified Health Plan products covering the state of Connecticut, using a pair of Networks. The practitioners and organizations in the examples participate in one or both of these networks.
Relevant examples:
Scenario | Example Instances |
Insurance Company | |
QHP Gold Plan with two networks | AcmeQHPGold |
QHP Bronze plan with one network | AcmeQHPBronze |
Standard Network | AcmeofCTStdNet |
Premium Network | AcmeofCTPremNet |
Location instances provide information about location where service is provided, including contact information, address, accessibility, hours of operation and contact, as well as position (lattitude and longitude). Locations can also be used to represent regions using an associated or attached GeoJSON object.
Relevant examples:
Scenario | Example Instances |
Hospital Location #1 | |
Hospital Location #2 | HospLoc2 |
Pharmacy Location #1 . Shows newpatient, accessibliity, and contactpoint-availabletime extensions |
PharmLoc1 |
Pharmacy Location #2 | PharmLoc2 |
Location used as CoverageArea | StateOfCTLocation |
Practitioner instances provide information about a specific person, including name, gender, languages spoken, and qualifications. PractitionerRole defines a role for a particular practitioner, and associates it with locations, specialties, an organization, and networks.
Scenario | Example Instances |
Solo Practitioner (no organization) | |
Anonymous role (not associated with a specific practitioner) | AnonRole |
Physician working at a provider group | JoeSmith, JoeSmithRole2 |
Physician with admitting privileges | JoeSmith, JoeSmithRole3 |
Physician working at a hospital | JoeSmith, JoeSmithRole1 |
Counselor working virtually |
Organization instances provide information about a specific organization and organizational hierarchies, including organization name, specialty, type, address and contact information. Organization Affiliation instances describe a role, and link a participating organization that provides or performs the role, with an organization where that role is available, and also links the participating organization to a HealthcareServices and networks. OrganizationalAffiliation can also be used to associate a HealthcareService provided by an organization with networks.
Scenario | Example Instances |
Pharmacy services are associated with a specific provider network |
PharmChain, PharmChainAffil1, PharmChainAffil1, PharmChainAffil1 |
Clinic Providing Service to a Hospital | BurrClinic, BurrClinicAffil, Hospital |
Clinic that is part of a Hospital | HamiltonClinic, HamiltonClinicAffil, Hospital |
Specialty group providing service to a network at hospital | HartfordOrthopedics, HartfordOrthopedicAffil, Hospital |
Clinic that is a member of a regional HIE | BurrClinic, ConnHIE, ConnHIEAffil |
An Endpoint instance provides technical details of an endpoint that can be used for electronic services, such as a portal or FHIR REST services, messaging or operations, or DIRECT messaging.
Scenario | Example Instances |
Payer Portal | AcmeOfCTPortalEndpoint |