Skip to main content

Query

Description

The PatientSearch query is used to search for a patient record match using a subset of patient demographic information. This query is often used to retrieve specific identifiers required for subsequent calls on a patient's chart. The subset of demographic information typically includes patient's name, date of birth, gender, and other relevant identifiers such as social security number, medical record number, or patient ID.

API endpoints for Query

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/patient-search/query.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Intraconnect Unified Model

Event TypeIntraConnects RequestData TypeOpenEMR Request
QueryMetaObject
QueryMeta.DataModelStringPatientSearch
QueryMeta.EventTypeStringQuery
QueryMeta.TestBoolean
QueryMeta.SourceObject
QueryMeta.Source.IDString
QueryMeta.Source.NameString
QueryPatientObject
QueryPatient.Identifiers[]Array of Objects
QueryPatient.Identifiers[].IDString
QueryPatient.Identifiers[].IDTypeString
QueryPatient.DemographicsObject
QueryPatient.Demographics.FirstNameStringfname
QueryPatient.Demographics.LastNameStringlname
QueryPatient.Demographics.MiddleNameString
QueryPatient.Demographics.DOBStringDOB
QueryPatient.Demographics.SSNString
QueryPatient.Demographics.SexString
QueryPatient.Demographics.RaceString
QueryPatient.Demographics.IsHispanicBoolean
QueryPatient.Demographics.ReligionString
QueryPatient.Demographics.MaritalStatusString
QueryPatient.Demographics.IsDeceasedBoolean
QueryPatient.Demographics.DeathDateTimeString
QueryPatient.Demographics.PhoneNumberObject
QueryPatient.Demographics.PhoneNumber.HomeString
QueryPatient.Demographics.PhoneNumber.OfficeString
QueryPatient.Demographics.PhoneNumber.MobileString
QueryPatient.Demographics.EmailAddresses[]Array of Strings
QueryPatient.Demographics.LanguageString
QueryPatient.Demographics.Citizenship[]Array of Strings
QueryPatient.Demographics.AddressObject
QueryPatient.Demographics.Address.StreetAddressString
QueryPatient.Demographics.Address.CityString
QueryPatient.Demographics.Address.StateString
QueryPatient.Demographics.Address.ZIPString
QueryPatient.Demographics.Address.CountyString
QueryPatient.Demographics.Address.CountryString
QueryPatient.Notes[]Array of Strings