Atención de Urgencia Interoperable
0.1.1 - draft Chile flag

Atención de Urgencia Interoperable - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo de un profesional especialista de urgencia - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "fbb0e12c-95ec-43f7-bff1-73009b307cb5",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/PrestadorProfesional"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner fbb0e12c-95ec-43f7-bff1-73009b307cb5</b></p><a name=\"fbb0e12c-95ec-43f7-bff1-73009b307cb5\"> </a><a name=\"hcfbb0e12c-95ec-43f7-bff1-73009b307cb5\"> </a><a name=\"fbb0e12c-95ec-43f7-bff1-73009b307cb5-es-CL\"> </a><p><b>identifier</b>: RUN/33333333-3\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Maria Fernandez (Official)</p><p><b>birthDate</b>: 1995-09-12</p><blockquote><p><b>qualification</b></p><p><b>Mención profesional añadida al título profesional</b>: Cirugía General</p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TituloProfesional 1}\">Médico Cirujano</span></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/urgencia/CodeSystem/EspecialidadMedica 18}\">Gastroenterología Adulto</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
            "code" : "01"
          }
        ]
      },
      "system" : "http://www.registrocivil.cl",
      "value" : "33333333-3"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Fernandez",
      "_family" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
            "valueString" : "Alvarez"
          }
        ]
      },
      "given" : [
        "Maria"
      ]
    }
  ],
  "birthDate" : "1995-09-12",
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/Mencion",
          "valueString" : "Cirugía General"
        }
      ],
      "identifier" : [
        {
          "value" : "cert"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TituloProfesional",
            "code" : "1",
            "display" : "MÉDICO CIRUJANO"
          }
        ],
        "text" : "Médico Cirujano"
      }
    },
    {
      "identifier" : [
        {
          "value" : "esp"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/EspecialidadMedica",
            "code" : "18",
            "display" : "GASTROENTEROLOGÍA ADULTO"
          }
        ],
        "text" : "Gastroenterología Adulto"
      }
    }
  ]
}