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

: Huli Appointment Type Value Set - JSON Representation

Active as of 2026-09-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "huli-appointment-type-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet huli-appointment-type-vs</b></p><a name=\"huli-appointment-type-vs\"> </a><a name=\"hchuli-appointment-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/410620009\">410620009</a></td><td>Well patient encounter (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/185389009\">185389009</a></td><td>Follow-up visit (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/308335008\">308335008</a></td><td>Patient encounter procedure (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/373110003\">373110003</a></td><td>Emergency patient encounter (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/448337001\">448337001</a></td><td>Telemedicine consultation with patient (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/310121005\">310121005</a></td><td>Administrative encounter (procedure)</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.huli.ai/r5/ValueSet/huli-appointment-type-vs",
  "version" : "0.1.0",
  "name" : "HuliAppointmentTypeVS",
  "title" : "Huli Appointment Type Value Set",
  "status" : "active",
  "date" : "2026-09-11T01:19:46+00:00",
  "publisher" : "Huli",
  "contact" : [
    {
      "name" : "Huli",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://huli.ai"
        }
      ]
    }
  ],
  "description" : "SNOMED CT-coded appointment types used in the Huli scheduling system.\nValues sourced from `appointment_type_lkp` lookup table.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "419",
          "display" : "Latin America and the Caribbean"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "410620009",
            "display" : "Well patient encounter (finding)"
          },
          {
            "code" : "185389009",
            "display" : "Follow-up visit (procedure)"
          },
          {
            "code" : "308335008",
            "display" : "Patient encounter procedure (procedure)"
          },
          {
            "code" : "373110003",
            "display" : "Emergency patient encounter (procedure)"
          },
          {
            "code" : "448337001",
            "display" : "Telemedicine consultation with patient (procedure)"
          },
          {
            "code" : "310121005",
            "display" : "Administrative encounter (procedure)"
          }
        ]
      }
    ]
  }
}