Maestro de pacientes
0.3.0 - draft
Maestro de pacientes, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_mpi/ and changes regularly. See the Directory of published versions
Active as of 2023-04-06 |
{
"resourceType" : "SearchParameter",
"id" : "mpi-paciente-segundoApellido",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter mpi-paciente-segundoApellido</b></p><a name=\"mpi-paciente-segundoApellido\"> </a><a name=\"hcmpi-paciente-segundoApellido\"> </a><a name=\"mpi-paciente-segundoApellido-es-CL\"> </a><h2>paciente_segundo_apellido</h2><p>Parameter <code>segundoApellido</code>:<code>string</code></p><div><p>Regresa los pacientes que cumplan con el criterio de segundo apellido.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.name.family.extension.where(url='https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Modifiers</td><td>Allowed: exact</td></tr></table></div>"
},
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/mpi/SearchParameter/mpi-paciente-segundoApellido",
"version" : "0.3.0",
"name" : "paciente_segundo_apellido",
"status" : "active",
"date" : "2023-04-06",
"publisher" : "Unidad de Interoperabilidad - MINSAL",
"contact" : [
{
"name" : "Unidad de Interoperabilidad - MINSAL",
"telecom" : [
{
"system" : "url",
"value" : "https://interoperabilidad.minsal.cl"
}
]
}
],
"description" : "Regresa los pacientes que cumplan con el criterio de segundo apellido.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CL",
"display" : "Chile"
}
]
}
],
"code" : "segundoApellido",
"base" : [
"Patient"
],
"type" : "string",
"expression" : "Patient.name.family.extension.where(url='https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido').value",
"xpathUsage" : "normal",
"multipleOr" : true,
"multipleAnd" : true,
"modifier" : [
"exact"
],
"_modifier" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
}
]
}
]
}