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 - TTL Representation

Active as of 2025-08-12

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "appointment-type-service-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://medicaldirector.com/fhir/helix-base/CodeSystem/appointment-type-service-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HelixAUCoreAppointmentTypeServiceType"] ; # 
  fhir:title [ fhir:v "Appointment Service Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-12T00:33:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Telstra Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Telstra Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.medicaldirector.com/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Appointment Service Type refers to the method by which the appointment is to take place"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "In Practice" ] ;
fhir:definition [ fhir:v "Legacy identifier: 1" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Telehealth - Phone" ] ;
fhir:definition [ fhir:v "Legacy identifier: 2" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Telehealth - Video" ] ;
fhir:definition [ fhir:v "Legacy identifier: 3" ]
  ] ) . #