FHIR IG analytics| Package | hl7.fhir.cl.minsal.nid |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-MPI.PIXm.pix.json |
| FHIR Version | R4 |
| Source | https://interoperabilidad.minsal.cl/fhir/ig/nid/0.4.9/OperationDefinition-MPI.PIXm.pix.html |
| URL | https://interoperabilidad.minsal.cl/fhir/ig/nid/OperationDefinition/MPI.PIXm.pix |
| Version | 0.4.9 |
| Status | draft |
| Date | 2024-08-27 |
| Name | MPI_PIXM_pix |
| Title | Operación para Obtener Identificadores Correspondientes |
| Realm | cl |
| Authority | hl7 |
| 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 * Input: sourceIdentifier, targetSystem, and _format * Output: targetIdentifier, targetId |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DefinicionDeOperacion MPI.PIXm.pix
URL: [base]/Patient/$ihe-pix
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | sourceIdentifier | 1..1 | string (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. | ||
| IN | targetSystem | 0..1 | string (uri) | La Autoridad Asignadora de Identificadores del Paciente objetivo de la cual se deben seleccionar los identificadores devueltos. | ||
| IN | _format | 0..1 | string (token) | El formato solicitado de la respuesta. | ||
| OUT | targetIdentifier | 0..* | Identifier | El identificador encontrado. | ||
| OUT | targetId | 0..* | Reference | La URL del Recurso Paciente. |
{
"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"
}
]
}