FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.minsal.nid
Resource TypeOperationDefinition
IdOperationDefinition-MPI.PIXm.pix.json
FHIR VersionR4
Sourcehttps://interoperabilidad.minsal.cl/fhir/ig/nid/0.4.9/OperationDefinition-MPI.PIXm.pix.html
URLhttps://interoperabilidad.minsal.cl/fhir/ig/nid/OperationDefinition/MPI.PIXm.pix
Version0.4.9
Statusdraft
Date2024-08-27
NameMPI_PIXM_pix
TitleOperación para Obtener Identificadores Correspondientes
Realmcl
Authorityhl7
DescriptionOperación compatible con la [$ihe-pix](https://profiles.ihe.net/ITI/PIXm/OperationDefinition-IHE.PIXm.pix.html) para obtener los identificadores correspondientes de cada recurso paciente * Input: sourceIdentifier, targetSystem, and _format * Output: targetIdentifier, targetId
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DefinicionDeOperacion MPI.PIXm.pix

URL: [base]/Patient/$ihe-pix

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsourceIdentifier1..1string
(token)

El parámetro de búsqueda del identificador del Paciente que será utilizado por el Administrador de Referencia Cruzada de Identificadores de Pacientes para encontrar identificadores cruzados asociados con el Recurso Paciente.

INtargetSystem0..1string
(uri)

La Autoridad Asignadora de Identificadores del Paciente objetivo de la cual se deben seleccionar los identificadores devueltos.

IN_format0..1string
(token)

El formato solicitado de la respuesta.

OUTtargetIdentifier0..*Identifier

El identificador encontrado.

OUTtargetId0..*Reference

La URL del Recurso Paciente.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "MPI.PIXm.pix",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://interoperabilidad.minsal.cl/fhir/ig/nid/OperationDefinition/MPI.PIXm.pix",
  "version": "0.4.9",
  "name": "MPI_PIXM_pix",
  "title": "Operación para Obtener Identificadores Correspondientes",
  "status": "draft",
  "kind": "operation",
  "date": "2024-08-27",
  "publisher": "Unidad de Interoperabilidad - MINSAL",
  "contact": [
    {
      "name": "Unidad de Interoperabilidad - MINSAL",
      "telecom": [
        {
          "system": "url",
          "value": "https://interoperabilidad.minsal.cl"
        }
      ]
    }
  ],
  "description": "Operación compatible con la [$ihe-pix](https://profiles.ihe.net/ITI/PIXm/OperationDefinition-IHE.PIXm.pix.html) para obtener los identificadores correspondientes de cada recurso paciente\n  * Input: sourceIdentifier, targetSystem, and _format\n  * Output: targetIdentifier, targetId",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CL",
          "display": "Chile"
        }
      ]
    }
  ],
  "code": "ihe-pix",
  "base": "https://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE.PIXm.pix",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "sourceIdentifier",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "El parámetro de búsqueda del identificador del Paciente que será utilizado por el Administrador de Referencia Cruzada de Identificadores de Pacientes para encontrar identificadores cruzados asociados con el Recurso Paciente.",
      "type": "string",
      "searchType": "token"
    },
    {
      "name": "targetSystem",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "La Autoridad Asignadora de Identificadores del Paciente objetivo de la cual se deben seleccionar los identificadores devueltos.",
      "type": "string",
      "searchType": "uri"
    },
    {
      "name": "_format",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "El formato solicitado de la respuesta.",
      "type": "string",
      "searchType": "token"
    },
    {
      "name": "targetIdentifier",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "El identificador encontrado.",
      "type": "Identifier"
    },
    {
      "name": "targetId",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "La URL del Recurso Paciente.",
      "type": "Reference"
    }
  ]
}