Tiempos de Espera Interoperable
0.2.1 - draft Chile flag

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

: Ejemplo de Practitioner ProfesionalLE - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerProfesionalLEEjemplo",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerProfesionalLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerProfesionalLEEjemplo</b></p><a name=\"PractitionerProfesionalLEEjemplo\"> </a><a name=\"hcPractitionerProfesionalLEEjemplo\"> </a><a name=\"PractitionerProfesionalLEEjemplo-es-CL\"> </a><p><b>identifier</b>: Rol Único Nacional/90000000-6\u00a0(use:\u00a0official,\u00a0), Registro Nacional de Prestadores Individuales/9999999\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Víctor Gonzalez </p><p><b>address</b>: Dirección falsa 123,depto 1202 null (work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1980-01-01</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td>cert</td><td><span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional 1}\">MÉDICO CIRUJANO</span></td><td>2007-11-01 --&gt; (ongoing)</td><td>Universidad de Chile</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code" : "01",
            "display" : "RUN"
          }
        ],
        "text" : "Rol Único Nacional"
      },
      "value" : "90000000-6",
      "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" : "9999999",
      "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" : "Torres"
          }
        ]
      },
      "given" : [
        "Víctor"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "Dirección falsa 123,depto 1202"
      ],
      "_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"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-01-01",
  "qualification" : [
    {
      "identifier" : [
        {
          "value" : "cert"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional",
            "code" : "1",
            "display" : "MÉDICO CIRUJANO"
          }
        ],
        "text" : "MÉDICO CIRUJANO"
      },
      "period" : {
        "start" : "2007-11-01"
      },
      "issuer" : {
        "display" : "Universidad de Chile"
      }
    }
  ]
}