Tiempos de Espera Interoperable
0.1.6 - draft Chile flag

Tiempos de Espera Interoperable - Local Development build (v0.1.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Appointment Evento Agendar - JSON Representation

Raw json | Download


{
  "resourceType" : "Appointment",
  "id" : "EjemploAppointmentAgendar",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"EjemploAppointmentAgendar\"> </a><a name=\"hcEjemploAppointmentAgendar\"> </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\">Appointment Agendar LE</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>: false</p></blockquote><p><b>identifier</b>: 21</p><p><b>status</b>: booked</p><p><b>start</b>: 22 Jan 2023, 06:00:00</p><p><b>end</b>: 22 Jan 2023, 06:30:00</p><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploServiceRequestAgendar.html\">ServiceRequest/EjemploServiceRequestAgendar</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-EjemploPatient.html\">Patient/EjemploPatient: Anibal Diaz Cortés</a> &quot; DIAZ&quot;</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole-EjemploPractitionerRoleAgendarAPPO.html\">PractitionerRole/EjemploPractitionerRoleAgendarAPPO</a></p><p><b>status</b>: accepted</p></blockquote></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "MotivoNoContactabilidad",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMotivoNoContactabilidad",
                "code" : "1"
              }
            ],
            "text" : "Otro"
          }
        },
        {
          "url" : "Contactado",
          "valueBoolean" : false
        }
      ],
      "url" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/Contactado"
    }
  ],
  "identifier" : [
    {
      "value" : "21"
    }
  ],
  "status" : "booked",
  "start" : "2023-01-22T09:00:00Z",
  "end" : "2023-01-22T09:30:00Z",
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/EjemploServiceRequestAgendar"
    }
  ],
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "Patient/EjemploPatient",
        "type" : "Patient",
        "display" : "Anibal Diaz Cortés"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/EjemploPractitionerRoleAgendarAPPO",
        "type" : "PractitionerRole"
      },
      "status" : "accepted"
    }
  ]
}