Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

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

: Atrius India Core Appointment Type

Active as of 2026-07-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "atrius-in-appointment-type",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet atrius-in-appointment-type</b></p><a name=\"atrius-in-appointment-type\"> </a><a name=\"hcatrius-in-appointment-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0276.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0276</code></a><span title=\"Version is explicitly stated to be 3.0.0\"> version &#x1F4CD;3.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.2.0/CodeSystem-v2-0276.html#v2-0276-ROUTINE\">ROUTINE</a></td><td style=\"color: #cccccc\">Routine appointment - default if not valued</td><td>Routine appointment - default if not valued</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0276.html#v2-0276-FOLLOWUP\">FOLLOWUP</a></td><td style=\"color: #cccccc\">A follow up visit from a previous appointment</td><td>A follow up visit from a previous appointment</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0276.html#v2-0276-CHECKUP\">CHECKUP</a></td><td style=\"color: #cccccc\">A routine check-up, such as an annual physical</td><td>A routine check-up, such as an annual physical</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0276.html#v2-0276-WALKIN\">WALKIN</a></td><td style=\"color: #cccccc\">A previously unscheduled walk-in visit</td><td>A previously unscheduled walk-in visit</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v2-0276.html#v2-0276-EMERGENCY\">EMERGENCY</a></td><td style=\"color: #cccccc\">Emergency appointment</td><td>Emergency appointment</td></tr></table></li></ul></div>"
  },
  "url" : "https://atrius.in/fhir/r4/atrius-in/ValueSet/atrius-in-appointment-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.66219.1.48.1"
    }
  ],
  "version" : "0.1.0",
  "name" : "AtriusInAppointmentTypeVS",
  "title" : "Atrius India Core Appointment Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-24T19:16:12+05:30",
  "publisher" : "Atrius",
  "contact" : [
    {
      "name" : "Atrius",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://atrius.in"
        }
      ]
    }
  ],
  "description" : "Appointment type codes for OPD and ambulatory booking (HL7 v2-0276 subset).",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "version" : "3.0.0",
        "concept" : [
          {
            "code" : "ROUTINE"
          },
          {
            "code" : "FOLLOWUP"
          },
          {
            "code" : "CHECKUP"
          },
          {
            "code" : "WALKIN"
          },
          {
            "code" : "EMERGENCY"
          }
        ]
      }
    ]
  }
}