Lista de Espera Quirúrgica Interoperable
0.1.2-ballot - ballot Chile flag

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

: Encounter Atender LE - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "23b7f034-a998-44d7-9be4-0281be8222c0",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/EncounterAtenderLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encuentro 23b7f034-a998-44d7-9be4-0281be8222c0</b></p><a name=\"23b7f034-a998-44d7-9be4-0281be8222c0\"> </a><a name=\"hc23b7f034-a998-44d7-9be4-0281be8222c0\"> </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-EncounterAtenderLE.html\">Encounter Atender LE</a></p></div><p><b>identifier</b>: ENC-20241130-001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-CSModalidadAtencionCodigo.html#CSModalidadAtencionCodigo-1\">Modalidad Atencion Codigo: 1</a> (Presencial)</p><p><b>type</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSTipoConsulta 1}\">Nueva</span></p><p><b>subject</b>: <a href=\"Patient-22e862c5-6d96-44ec-869c-dba001058cb3.html\">Juan Pérez (official) Male, DoB: 1980-01-01 ( RUN: 4444444-4)</a></p><p><b>basedOn</b>: Identifier: SR-20241115-086</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-96f2b566-b17b-4e4e-ada0-3986748990ee.html\">PractitionerRole Indicador</a></td></tr></table><p><b>period</b>: 2024-11-30 10:00:00-0400 --&gt; (ongoing)</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-b97a87f6-060d-48de-9e4d-db93518fd278.html\">Condition Other and unspecified ventral hernia without obstruction or gangrene</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "ENC-20241130-001"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSModalidadAtencionCodigo",
    "code" : "1",
    "display" : "Presencial"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSTipoConsulta",
          "code" : "1",
          "display" : "Nueva"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/22e862c5-6d96-44ec-869c-dba001058cb3"
  },
  "basedOn" : [
    {
      "identifier" : {
        "value" : "SR-20241115-086"
      }
    }
  ],
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "PractitionerRole/96f2b566-b17b-4e4e-ada0-3986748990ee"
      }
    }
  ],
  "period" : {
    "start" : "2024-11-30T10:00:00-04:00"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/b97a87f6-060d-48de-9e4d-db93518fd278"
      }
    }
  ]
}