Atención de Urgencia Interoperable
0.1.2-qa-preview - qa-preview Chile flag

Atención de Urgencia Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.2-qa-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_Urgencia/ and changes regularly. See the Directory of published versions

: Ejemplo de un profesional médico de urgencia - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "190cd208-48b1-4920-a283-6bc37cbde13a",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/PrestadorProfesional"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practicante / Profesional 190cd208-48b1-4920-a283-6bc37cbde13a</b></p><a name=\"190cd208-48b1-4920-a283-6bc37cbde13a\"> </a><a name=\"hc190cd208-48b1-4920-a283-6bc37cbde13a\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PrestadorProfesional.html\">Prestador Profesional de Urgencia</a></p></div><p><b>identifier</b>: RUN/55555555-5\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Luis Gonzalez (Official)</p><p><b>birthDate</b>: 1992-05-26</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>cert</td><td><span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TituloProfesional 30}\">Médico General</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code" : "01"
          }
        ]
      },
      "system" : "http://www.registrocivil.cl",
      "value" : "55555555-5"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Gonzalez",
      "_family" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
            "valueString" : "Nuñez"
          }
        ]
      },
      "given" : [
        "Luis"
      ]
    }
  ],
  "birthDate" : "1992-05-26",
  "qualification" : [
    {
      "identifier" : [
        {
          "value" : "cert"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TituloProfesional",
            "code" : "30",
            "display" : "MÉDICO GENERAL"
          }
        ],
        "text" : "Médico General"
      }
    }
  ]
}