Maestro de pacientes
0.3.0 - draft Chile flag

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

: Busqueda Paciente por Segundo Apellido - TTL Representation

Active as of 2023-04-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mpi-paciente-segundoApellido"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/mpi/SearchParameter/mpi-paciente-segundoApellido"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "paciente_segundo_apellido"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-04-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Unidad de Interoperabilidad - MINSAL"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Unidad de Interoperabilidad - MINSAL" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://interoperabilidad.minsal.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Regresa los pacientes que cumplan con el criterio de segundo apellido."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CL" ] ;
fhir:display [ fhir:v "Chile" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "segundoApellido"] ; # 
  fhir:base ( [ fhir:v "Patient"] ) ; # 
  fhir:type [ fhir:v "string"] ; # 
  fhir:expression [ fhir:v "Patient.name.family.extension.where(url='https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido').value"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:multipleOr [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:multipleAnd [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:modifier ( [
fhir:v "exact" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]     ] )
  ] ) . #