Table of Contents
APIs de búsqueda para Receta Médica Electrónica (RME)
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
...
Propósito:
Esta llamada desplegará los datos del paciente utilizando su nombre “Juan” “Ema” y apellido “Pérez” “Alvial” para su búsqueda.
Invocación
...
Propósito:
Esta llamada desplegará los datos del prestador:
a) utilizando el RUN “12“623.767.323665-8” 0” para su búsqueda.
b) Mediante el identificador RNP RNPI de Registro de Nacional de Prestadores Individuales: 506040
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 |
...
Code Block | ||
---|---|---|
| ||
GET https://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 |
...