Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:


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
titleBúsqueda nombre y apellido
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
titleBúsqueda nombre y apellido
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

...