Helix AU Core
0.1.0 - ci-build

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

: Appointment Service Type - JSON Representation

Active as of 2025-08-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "appointment-type-service-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem appointment-type-service-type</b></p><a name=\"appointment-type-service-type\"> </a><a name=\"hcappointment-type-service-type\"> </a><p>This case-insensitive code system <code>http://medicaldirector.com/fhir/helix-base/CodeSystem/appointment-type-service-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"appointment-type-service-type-1\"> </a></td><td>In Practice</td><td>Legacy identifier: 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"appointment-type-service-type-2\"> </a></td><td>Telehealth - Phone</td><td>Legacy identifier: 2</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"appointment-type-service-type-3\"> </a></td><td>Telehealth - Video</td><td>Legacy identifier: 3</td></tr></table></div>"
  },
  "url" : "http://medicaldirector.com/fhir/helix-base/CodeSystem/appointment-type-service-type",
  "version" : "0.1.0",
  "name" : "HelixAUCoreAppointmentTypeServiceType",
  "title" : "Appointment Service Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-12T00:33:14+00:00",
  "publisher" : "Telstra Health",
  "contact" : [
    {
      "name" : "Telstra Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.medicaldirector.com/"
        }
      ]
    }
  ],
  "description" : "Appointment Service Type refers to the method by which the appointment is to take place",
  "caseSensitive" : false,
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "In Practice",
      "definition" : "Legacy identifier: 1"
    },
    {
      "code" : "2",
      "display" : "Telehealth - Phone",
      "definition" : "Legacy identifier: 2"
    },
    {
      "code" : "3",
      "display" : "Telehealth - Video",
      "definition" : "Legacy identifier: 3"
    }
  ]
}