Discover care contexts associated with a patient
Hosted by the HIP/HIU, not by ABDM. ABDM calls this endpoint at the callback URL registered for your bridge, so the path below is relative to that URL.
The discover API endpoint facilitates the discovery of care contexts linked to a specific patient. When a request is made to this endpoint, it returns detailed information about the patient, including verified and unverified identifiers, ensuring accurate patient identification and continuity of care. Unique UUID for track the end to end request transaction Actual time of the request was initiated, ISO 8601 represents date and time by starting with the year, followed by the month, the day, the hour, the minutes, seconds and milliseconds. Identifier of the health information provider to which the request was intended UUID A patient identifier with which patient is registered in the facility/hospital One of Allows alphanumeric characters and special characters like "^(\\+)?[a-zA-Z0-9_\\-@,. ]{0,255}$". Identifiers with which the HIP will search for the patient in its own records. One of Allows alphanumeric characters and special characters like "^(\\+)?[a-zA-Z0-9_\\-@,. ]{0,255}$". One of Internal Server Error -> It is just one example, for every api the path will be changed.Authorizations
Authorizationbearer tokenRequiredHeaders
REQUEST-IDstringRequiredTIMESTAMPstringRequiredX-HIP-IDstringRequiredBody
transactionIdstringRequiredpatientobjectRequiredpatient.idstringRequiredpatient.verifiedIdentifiersobject[]Requiredpatient.verifiedIdentifiers.typestringRequiredMRMOBILEABHA_NUMBERABHA_ADDRESSEMAILpatient.verifiedIdentifiers.valuestringRequiredpatient.unverifiedIdentifiersobject[]patient.unverifiedIdentifiers.typestringRequiredMRMOBILEABHA_NUMBERABHA_ADDRESSEMAILpatient.unverifiedIdentifiers.valuestringRequiredpatient.namestringRequiredpatient.genderstringRequiredMFODTUpatient.yearOfBirthnumberRequiredResponses
500
Where this fits
hiecm-m2.yaml declares this callback at module level and names no call against it. Which call produces it is not documented, so this page does not say.