FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/mpi-paciente-segundoApellido

Packagehl7.fhir.cl.minsal.nid
TypeSearchParameter
Idmpi-paciente-segundoApellido
FHIR VersionR4
Sourcehttps://interoperabilidad.minsal.cl/fhir/ig/nid/https://interoperabilidad.minsal.cl/fhir/ig/nid/0.4.6/SearchParameter-mpi-paciente-segundoApellido.html
URLhttps://interoperabilidad.minsal.cl/fhir/ig/nid/SearchParameter/mpi-paciente-segundoApellido
Version0.4.6
Statusactive
Date2023-04-06
NamePaciente_Segundo_Apellido_NID
Realmcl
Authorityhl7
DescriptionRegresa los pacientes que cumplan con el criterio de segundo apellido.
Typestring

Resources that use this resource

CapabilityStatement
MPI.IHE.PDQm.Search.ClienteIndice Maestro Paciente: "Cliente Buscador de Datos Demográficos (PDQm)"
MPI.IHE.PIXm.PDQm.ManagerAdministrador del Indice Maestro Paciente

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter mpi-paciente-segundoApellido

Paciente_Segundo_Apellido_NID

Parameter segundo-apellido:string

Regresa los pacientes que cumplan con el criterio de segundo apellido.

ResourcePatient
ExpressionPatient.name.family.extension('https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido').value
Processing ModeNormal
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ModifiersAllowed: exact

Source

{
  "resourceType": "SearchParameter",
  "id": "mpi-paciente-segundoApellido",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interoperabilidad.minsal.cl/fhir/ig/nid/SearchParameter/mpi-paciente-segundoApellido",
  "version": "0.4.6",
  "name": "Paciente_Segundo_Apellido_NID",
  "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": "segundo-apellido",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.name.family.extension('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"
        }
      ]
    }
  ]
}