Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.0 - draft Chile flag

Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions

: Ejemplo de una Busqueda - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "EjemploBusqueda",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/BundleSearchMPI"
    ]
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/Patient?identifier=15335473-1&birthdate=1981-11-10&name=andres%20martinez"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/Patient/AC1696435881599",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "AC1696435881599",
        "meta" : {
          "profile" : [
            🔗 "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPaciente"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_AC1696435881599\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient AC1696435881599</b></p><a name=\"AC1696435881599\"> </a><a name=\"hcAC1696435881599\"> </a><a name=\"AC1696435881599-es-CL\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Andres Martinez (official) Male, DoB: 1981-11-10 ( RUN: 12216373-3\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEstadoCivil 01}\">Soltero(a)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+5694332547\">+5694332547</a></li><li>Calle Los Cedros 1234, Casa 15 null null null (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Sexo Biologico del paciente\"><a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.1/StructureDefinition-SexoBiologico.html\">Sexo Biologico del paciente</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Masculino</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"País de origen del paciente\"><a href=\"StructureDefinition-PaisOrigenMPI.html\">País de origen del paciente</a></td><td colspan=\"3\"><span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais 032}\">Argentina</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Esta extensión incluye códigos de paises\"><a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.1/StructureDefinition-CodigoPaises.html\">Codigo de Paises</a></td><td colspan=\"3\"><span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais 152}\">Chile</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extensión para describir si el paciente pertenece algún pueblo originario\">Pueblos Originarios:</td><td colspan=\"3\"><ul><li>pertenece: false</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Religión\"><a href=\"StructureDefinition-Religion.html\">Religión</a></td><td colspan=\"3\"><span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSReligion 9}\">Ninguna, ateo, agnóstico</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Identidad De Genero\"><a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.1/StructureDefinition-IdentidadDeGenero.html\">Identidad De Genero</a></td><td colspan=\"3\"><span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSIdentidaddeGenero 1}\">Masculino</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Pueblos Afrodescendiente\"><a href=\"StructureDefinition-PueblosAfrodescendiente.html\">Pueblos Afrodescendiente</a></td><td colspan=\"3\">false</td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSIdentidaddeGenero",
                  "code" : "1",
                  "display" : "Masculino"
                }
              ]
            }
          },
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/administrative-gender",
                  "code" : "male",
                  "display" : "male"
                }
              ],
              "text" : "Masculino"
            }
          },
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                  "code" : "152",
                  "display" : "Chile"
                }
              ]
            }
          },
          {
            "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/PaisOrigenMPI",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                  "code" : "032",
                  "display" : "Argentina"
                }
              ]
            }
          },
          {
            "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/Religion",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSReligion",
                  "code" : "9",
                  "display" : "Ninguna, ateo, agnóstico"
                }
              ]
            }
          },
          {
            "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/PueblosAfrodescendiente",
            "valueBoolean" : false
          },
          {
            "extension" : [
              {
                "url" : "pertenece",
                "valueBoolean" : false
              }
            ],
            "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/PueblosOriginarios"
          }
        ],
        "identifier" : [
          {
            "use" : "official",
            "type" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                        "code" : "152",
                        "display" : "Chile"
                      }
                    ]
                  }
                }
              ],
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
                  "code" : "01",
                  "display" : "RUN"
                }
              ]
            },
            "value" : "12216373-3"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Martinez",
            "_family" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
                  "valueString" : "rochefort"
                }
              ]
            },
            "given" : [
              "Andres"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+5694332547",
            "use" : "mobile"
          }
        ],
        "gender" : "male",
        "birthDate" : "1981-11-10",
        "deceasedBoolean" : false,
        "address" : [
          {
            "extension" : [
              {
                "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/SituacionCalle",
                "valueBoolean" : false
              }
            ],
            "use" : "home",
            "line" : [
              "Calle Los Cedros 1234, Casa 15"
            ],
            "_city" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                        "code" : "13110",
                        "display" : "La Florida"
                      }
                    ]
                  }
                }
              ]
            },
            "_district" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                        "code" : "131",
                        "display" : "Santiago"
                      }
                    ]
                  }
                }
              ]
            },
            "_state" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                        "code" : "13",
                        "display" : "Metropolitana de Santiago"
                      }
                    ]
                  }
                }
              ]
            },
            "_country" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                        "code" : "152",
                        "display" : "Chile"
                      }
                    ]
                  }
                }
              ]
            }
          }
        ],
        "maritalStatus" : {
          "coding" : [
            {
              "system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEstadoCivil",
              "code" : "01",
              "display" : "Soltero(a)"
            }
          ]
        }
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}