Huli FHIR Core Implementation Guide (R5)
0.1.0 - Release Latin America and the Caribbean

Huli FHIR Core Implementation Guide (R5) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo: Cita consulta general - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "019b3f7c-1a2b-7000-8000-000000006001",
  "meta" : {
    "lastUpdated" : "2025-06-08T16:00:00Z",
    "profile" : [
      🔗 "https://fhir.huli.ai/r5/StructureDefinition/huli-appointment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 019b3f7c-1a2b-7000-8000-000000006001</b></p><a name=\"019b3f7c-1a2b-7000-8000-000000006001\"> </a><a name=\"hc019b3f7c-1a2b-7000-8000-000000006001\"> </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: 2025-06-08 16:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-huli-appointment.html\">Huli Appointment</a></p></div><p><b>Huli Confirmation Status</b>: confirmed</p><p><b>status</b>: Booked</p><h3>ServiceTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.huli.ai/r5/CodeSystem/org-service 019b3f7c-1a2b-7000-8000-000000007001}\">019b3f7c-1a2b-7000-8000-000000007001</span></td></tr></table><p><b>appointmentType</b>: <span title=\"Codes:{http://snomed.info/sct 410620009}\">Well patient encounter (finding)</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">routine</span></p><p><b>description</b>: Consulta general de seguimiento</p><p><b>start</b>: 2025-06-10 09:00:00-0600</p><p><b>end</b>: 2025-06-10 09:30:00-0600</p><p><b>created</b>: 2025-06-01 10:00:00-0600</p><h3>PatientInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Favor de llegar 15 minutos antes de su cita con sus estudios de laboratorio.</span></td></tr></table><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-019b3f7c-1a2b-7000-8000-000000004001.html\">Maria Elena Rodriguez Hernandez</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner/019b3f7c-1a2b-7000-8000-000000003001\">Dra. Ana Sofia Martinez</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.huli.ai/r5/StructureDefinition/huli-confirmation-status",
      "valueCode" : "confirmed"
    }
  ],
  "status" : "booked",
  "serviceType" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "https://fhir.huli.ai/r5/CodeSystem/org-service",
            "code" : "019b3f7c-1a2b-7000-8000-000000007001"
          }
        ]
      }
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "410620009",
        "display" : "Well patient encounter (finding)"
      }
    ]
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R"
      }
    ]
  },
  "description" : "Consulta general de seguimiento",
  "start" : "2025-06-10T09:00:00-06:00",
  "end" : "2025-06-10T09:30:00-06:00",
  "created" : "2025-06-01T10:00:00-06:00",
  "patientInstruction" : [
    {
      "concept" : {
        "text" : "Favor de llegar 15 minutos antes de su cita con sus estudios de laboratorio."
      }
    }
  ],
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "Patient/019b3f7c-1a2b-7000-8000-000000004001",
        "display" : "Maria Elena Rodriguez Hernandez"
      },
      "required" : true,
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "Practitioner/019b3f7c-1a2b-7000-8000-000000003001",
        "display" : "Dra. Ana Sofia Martinez"
      },
      "required" : true,
      "status" : "accepted"
    }
  ]
}