0.1.0 - ci-build

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

: Appointment Booking Outcome - TTL Representation

Active as of 2025-12-23

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-booking-outcome"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem appointment-booking-outcome</b></p><a name=\"appointment-booking-outcome\"> </a><a name=\"hcappointment-booking-outcome\"> </a><p>This  code system <code>http://example.org/CodeSystem/appointment-booking-outcome</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\">booked<a name=\"appointment-booking-outcome-booked\"> </a></td><td>Booked</td><td>Booking completed successfully.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"appointment-booking-outcome-cancelled\"> </a></td><td>Cancelled</td><td>Booking flow was cancelled by the user or coordinator.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"appointment-booking-outcome-entered-in-error\"> </a></td><td>Entered in error</td><td>Booking was created but later invalidated.</td></tr><tr><td style=\"white-space:nowrap\">failed<a name=\"appointment-booking-outcome-failed\"> </a></td><td>Failed</td><td>Booking did not complete and no appointment was created.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://example.org/CodeSystem/appointment-booking-outcome"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/appointment-booking-outcome>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AppointmentBookingOutcomeCS"] ; # 
  fhir:title [ fhir:v "Appointment Booking Outcome"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-12-23T23:36:59+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "haau3"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "haau3" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://haau3.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Business outcome of an appointment booking attempt."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "booked" ] ;
fhir:display [ fhir:v "Booked" ] ;
fhir:definition [ fhir:v "Booking completed successfully." ]
  ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "Booking flow was cancelled by the user or coordinator." ]
  ] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered in error" ] ;
fhir:definition [ fhir:v "Booking was created but later invalidated." ]
  ] [
fhir:code [ fhir:v "failed" ] ;
fhir:display [ fhir:v "Failed" ] ;
fhir:definition [ fhir:v "Booking did not complete and no appointment was created." ]
  ] ) . #