Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.0 - draft
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
{
"resourceType" : "Practitioner",
"id" : "EjemploPractiProf",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPrestadorProfesional"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploPractiProf</b></p><a name=\"EjemploPractiProf\"> </a><a name=\"hcEjemploPractiProf\"> </a><a name=\"EjemploPractiProf-es-CL\"> </a><p><b>identifier</b>: Rol Único Nacional/19949350-7\u00a0(use:\u00a0official,\u00a0), Registro Nacional de Prestadores Individuales/1234543\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: María Gonzalez </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1991-04-01</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTituloProfesional 1}\">MÉDICO CIRUJANO</span></p><p><b>period</b>: 2007-11-01 --> (ongoing)</p><p><b>issuer</b>: Universidad de Chile</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: esp</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEspecialidadMed 30}\">MEDICINA INTERNA</span></p><p><b>period</b>: 2010-11-01 --> (ongoing)</p><p><b>issuer</b>: Pontificia Universidad Católica de Chile</p></blockquote><blockquote><p><b>qualification</b></p><p><b>Mención profesional añadida al título profesional</b>: Linfoma</p><p><b>identifier</b>: subesp</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEspecialidadMed 23}\">HEMATOLOGÍA</span></p><p><b>period</b>: 2014-11-01 --> (ongoing)</p><p><b>issuer</b>: Universidad de Valparaíso</p></blockquote></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "01",
"display" : "RUN"
}
],
"text" : "Rol Único Nacional"
},
"value" : "19949350-7",
"assigner" : {
"display" : "Republica de Chile"
}
},
{
"use" : "secondary",
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "13",
"display" : "RNPI"
}
],
"text" : "Registro Nacional de Prestadores Individuales"
},
"value" : "1234543",
"assigner" : {
"display" : "Intendencia de prestadores individuales - Superintendencia de Salud"
}
}
],
"active" : true,
"name" : [
{
"family" : "Gonzalez",
"_family" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString" : "Gutierrez"
}
]
},
"given" : [
"María"
],
"prefix" : [
"Dra"
]
}
],
"gender" : "female",
"birthDate" : "1991-04-01",
"qualification" : [
{
"identifier" : [
{
"value" : "cert"
}
],
"code" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTituloProfesional",
"code" : "1",
"display" : "MÉDICO CIRUJANO"
}
],
"text" : "MÉDICO CIRUJANO"
},
"period" : {
"start" : "2007-11-01"
},
"issuer" : {
"display" : "Universidad de Chile"
}
},
{
"identifier" : [
{
"value" : "esp"
}
],
"code" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEspecialidadMed",
"code" : "30",
"display" : "MEDICINA INTERNA"
}
],
"text" : "MEDICINA INTERNA"
},
"period" : {
"start" : "2010-11-01"
},
"issuer" : {
"display" : "Pontificia Universidad Católica de Chile"
}
},
{
"extension" : [
{
"url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/Mencion",
"valueString" : "Linfoma"
}
],
"identifier" : [
{
"value" : "subesp"
}
],
"code" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSEspecialidadMed",
"code" : "23",
"display" : "HEMATOLOGÍA"
}
],
"text" : "HEMATOLOGÍA"
},
"period" : {
"start" : "2014-11-01"
},
"issuer" : {
"display" : "Universidad de Valparaíso"
}
}
]
}