Proyecto Listas de Espera MINSAL CHILE
0.1.3 - ci-build

Proyecto Listas de Espera MINSAL CHILE - Local Development build (v0.1.3). See the Directory of published versions

: Appointment Evento de Inicio - JSON Representation

Raw json | Download


{
  "resourceType" : "Appointment",
  "id" : "EjemploAppointmentAgendar",
  "meta" : {
    "profile" : [
      "http://minsal.cl/listaespera/StructureDefinition/AppointmentAgendarLE"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"EjemploAppointmentAgendar\"> </a></p><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\">Resource Appointment &quot;EjemploAppointmentAgendar&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-AppointmentAgendarLE.html\">AppointmentAgendarLE</a></p></div><blockquote><p><b>Contactado</b></p><blockquote><p><b>url</b></p><code>MotivoNoContactabilidad</code></blockquote><p><b>value</b>: Otro <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSMotivoNoContactabilidad.html\">Motivo No Contactabilidad</a>#1)</span></p><blockquote><p><b>url</b></p><a href=\"StructureDefinition-Contactado.html\">Contactado</a></blockquote><p><b>value</b>: true</p></blockquote><p><b>identifier</b>: id:\u00a021</p><p><b>status</b>: booked</p><p><b>start</b>: Jan 22, 2023, 6:00:00 AM</p><p><b>end</b>: Jan 22, 2023, 6:30:00 AM</p><p><b>basedOn</b>: <a href=\"Bundle-EjemploBundleAgendar.html#http-//acme.com/ehr/fhir/ServiceRequest/agendar\">http://acme.com/ehr/fhir/ServiceRequest/agendar</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td>*</td><td><a href=\"http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor\">http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor</a></td><td>accepted</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "MotivoNoContactabilidad",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://minsal.cl/listaespera/CodeSystem/CSMotivoNoContactabilidad",
                "code" : "1"
              }
            ],
            "text" : "Otro"
          }
        },
        {
          "url" : "Contactado",
          "valueBoolean" : true
        }
      ],
      "url" : "http://minsal.cl/listaespera/StructureDefinition/Contactado"
    }
  ],
  "identifier" : [
    {
      "value" : "21"
    }
  ],
  "status" : "booked",
  "start" : "2023-01-22T09:00:00Z",
  "end" : "2023-01-22T09:30:00Z",
  "basedOn" : [
    {
      "reference" : "http://acme.com/ehr/fhir/ServiceRequest/agendar"
    }
  ],
  "participant" : [
    {
      "actor" : {
        "reference" : "http://acme.com/ehr/fhir/PractitionerRoleLE/agendarAtendedor"
      },
      "status" : "accepted"
    }
  ]
}