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

: Ejemplod de Cabecera Mensaje - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "MesssageHeaderAtenderEjemplo",
  "meta" : {
    "lastUpdated" : "2024-02-22T08:30:00-03:00",
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MessageHeaderLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader MesssageHeaderAtenderEjemplo</b></p><a name=\"MesssageHeaderAtenderEjemplo\"> </a><a name=\"hcMesssageHeaderAtenderEjemplo\"> </a><a name=\"MesssageHeaderAtenderEjemplo-es-CL\"> </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\">Last updated: 2024-02-22 08:30:00-0300</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeaderLE.html\">MessageHeader LE</a></p></div><p><b>event</b>: <a href=\"CodeSystem-CSTipoEventoLE.html#CSTipoEventoLE-atender\">Tipo de Evento</a> atender: Atender</p><p><b>author</b>: <a href=\"PractitionerRole-PractitionerRoleAtendedor.html\">PractitionerRole Atendedor</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>SISMaule</td><td>llp:10.11.12.13:5432</td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</a></li><li><a href=\"Encounter-AtencionEjemplo.html\">Encounter: extension = true; identifier = 123; status = finished; class = Presencial (Modalidad Atencion Codigo#1); type = Nueva; period = 2024-02-22 08:00:00-0300 --&gt; 2024-02-22 08:30:00-0300</a></li></ul></div>"
  },
  "eventCoding" : {
    "system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE",
    "code" : "atender",
    "display" : "Atender"
  },
  "author" : {
    🔗 "reference" : "PractitionerRole/PractitionerRoleAtendedor"
  },
  "source" : {
    "software" : "SISMaule",
    "endpoint" : "llp:10.11.12.13:5432"
  },
  "focus" : [
    {
      🔗 "reference" : "ServiceRequest/EjemploSolicitudInterconsultaFinalizada"
    },
    {
      🔗 "reference" : "Encounter/AtencionEjemplo"
    }
  ]
}