One Medical FHIR Implementation Guide
0.1.0 - ci-build

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

: One Medical Scheduling Type - JSON Representation

Draft as of 2026-05-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "om-scheduling-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem om-scheduling-type</b></p><a name=\"om-scheduling-type\"> </a><a name=\"hcom-scheduling-type\"> </a><p>This case-sensitive code system <code>https://onemedical.com/terminology#scheduling-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">on-demand<a name=\"om-scheduling-type-on-demand\"> </a></td><td>On-Demand</td></tr><tr><td style=\"white-space:nowrap\">scheduled<a name=\"om-scheduling-type-scheduled\"> </a></td><td>Scheduled</td></tr></table></div>"
  },
  "url" : "https://onemedical.com/terminology#scheduling-type",
  "version" : "0.1.0",
  "name" : "OMSchedulingType",
  "title" : "One Medical Scheduling Type",
  "status" : "draft",
  "date" : "2026-05-04T21:32:29+00:00",
  "publisher" : "One Medical",
  "contact" : [
    {
      "name" : "One Medical",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.onemedical.com"
        }
      ]
    }
  ],
  "description" : "Types of scheduling",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "on-demand",
      "display" : "On-Demand"
    },
    {
      "code" : "scheduled",
      "display" : "Scheduled"
    }
  ]
}