...
Ud. debe reemplazar el valor de URL por la dirección indicada para hacer los siguientes Requests:
Master Patient Index (MPI) URL1 =https://servers.techconnect.cl/MPIHealth Provider Index (HPD) URL2 =https://servers.techconnect.cl/HPDTerminología Farmacéutica Chilena (TFC) URL3 = https://servers.techconnect.cl/PHARMA
Cabeceras para realizar operaciones sobre el Endpoint
...
Code Block | ||
---|---|---|
| ||
GET URL1https://servers.techconnect.cl/MPI/Patient?identifier=http://registro-civilwww.registrocivil.cl/RUN|1576732317540155-57 GET URL1https://servers.techconnect.cl/MPI/Patient?identifier=1576732317540155-57 |
1.1. Búsqueda por nombre y apellido del paciente
...
Code Block | ||
---|---|---|
| ||
GET URL1https://servers.techconnect.cl/MPI/Patient?given=JuanEma&family=PérezAlvial |
2. Búsqueda del prestador de salud
...
Propósito:
Esta llamada desplegará los datos del prestador:
a) utilizando el RUN “12.767.323-8” para su búsqueda.
b) Mediante el identificador RNP de Registro de Nacional de Prestadores Individuales
Invocación
Code Block | ||
---|---|---|
| ||
GET URL2/Practitioner?identifier=http://registro-civil.cl/RUN|12.767.323-8
GET URL2/Practitioner?identifier=12.767.323-8
a) GET https://servers.techconnect.cl/HPD/Practitioner?getPractitionerByIdentificationNumber=623665-0
b) GET https://servers.techconnect.cl/HPD/Practitioner?identifier=http://supersalud.cl/registro_nacional_prestadores_individuales|50640 |
2.2. Búsqueda por nombre y apellido del prestador
Propósito:
Esta llamada desplegará los datos del prestador utilizando su nombre “Pedro” “Marco” y apellido “Cortisona” “Rivillo” para su búsqueda.
Invocación
Code Block | ||
---|---|---|
| ||
GET URL2https://servers.techconnect.cl/Practitioner?given=Pedro&family=Cortisona https://servers.techconnect.cl/HPD/Practitioner?getPractitionerByFatherFamilyName=Rivillo https://servers.techconnect.cl/HPD/Practitioner?given=Marco&getPractitionerByFatherFamilyName=Rivillo |
3. Búsquedas de Medicamentos
...
Code Block | ||
---|---|---|
| ||
GET URL3https://servers.techconnect.cl/PHARMA/Medication?code=http://snomed.info/sct|324880001 GET URL3https://servers.techconnect.cl/PHARMA/Medication?code= MC-5986580 |
3.1. Búsqueda por texto de MC
...
Code Block | ||
---|---|---|
| ||
GET URL3https://servers.techconnect.cl/PHARMA/Medication?code:text=abacavir |
...
Code Block | ||
---|---|---|
| ||
GET URL3https://servers.techconnect.cl/PHARMA/Medication?getMedicationByName:contains=zepam |
...