Atención de Urgencia Interoperable
0.1.2-ballot - ballot 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-ballot 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

: Tipo Participante Encuentro Urgencia - JSON Representation

Active as of 2025-12-23

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "TipoParticipanteEncuentroUrgencia",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet TipoParticipanteEncuentroUrgencia</b></p><a name=\"TipoParticipanteEncuentroUrgencia\"> </a><a name=\"hcTipoParticipanteEncuentroUrgencia\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-TipoParticipanteUrgencia.html\"><code>https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TipoParticipanteUrgencia</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.2-ballot</span></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version &#x1F4E6;5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ADM\">ADM</a></td><td style=\"color: #cccccc\">admitter</td><td>The practitioner who is responsible for admitting a patient to a patient encounter.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ATND\">ATND</a></td><td style=\"color: #cccccc\">attender</td><td>The practitioner that has responsibility for overseeing a patient's care during a patient encounter.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CON\">CON</a></td><td style=\"color: #cccccc\">consultant</td><td>An advisor participating in the service by performing evaluations and making recommendations.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-DIS\">DIS</a></td><td style=\"color: #cccccc\">discharger</td><td>The practitioner who is responsible for the discharge of a patient from a patient encounter.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-SPRF\">SPRF</a></td><td style=\"color: #cccccc\">secondary performer</td><td>A person assisting in an act through his substantial presence and involvement This includes: assistants, technicians, associates, or whatever the job titles may be.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://tx.fhir.org/r4\"><code>http://terminology.hl7.org/CodeSystem/participant-type</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version &#x1F4CD;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://tx.fhir.org/r4/ValueSet/encounter-participant-type#encounter-participant-type-emergency\">emergency</a></td><td style=\"color: #cccccc\">Emergency</td><td>A person to be contacted in case of an emergency during the encounter.</td></tr></table></li></ul></div>"
  },
  "url" : "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/ValueSet/TipoParticipanteEncuentroUrgencia",
  "version" : "0.1.2-ballot",
  "name" : "VSTipoParticipanteEncuentroUrgencia",
  "title" : "Tipo Participante Encuentro Urgencia",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-23T19:06:41+00:00",
  "publisher" : "Unidad de Interoperabilidad - MINSAL",
  "contact" : [
    {
      "name" : "Unidad de Interoperabilidad - MINSAL",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://interoperabilidad.minsal.cl"
        }
      ]
    },
    {
      "name" : "Roberto Araneda",
      "telecom" : [
        {
          "system" : "email",
          "value" : "roberto.araneda@chiledata.cl",
          "use" : "work"
        }
      ]
    },
    {
      "name" : "John Díaz",
      "telecom" : [
        {
          "system" : "email",
          "value" : "john.diaz@chiledata.cl",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Códigos de los tipos de participante de un Encounter",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TipoParticipanteUrgencia"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept" : [
          {
            "code" : "ADM"
          },
          {
            "code" : "ATND"
          },
          {
            "code" : "CON"
          },
          {
            "code" : "DIS"
          },
          {
            "code" : "SPRF"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/participant-type",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "emergency"
          }
        ]
      }
    ]
  }
}