R4 Ballot #3 (Special Normative Re-ballot)

This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Codesystem-appointmentstatus.ttl

Patient Administration Work GroupMaturity Level: N/ABallot Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code System AppointmentStatus

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "appointmentstatus"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "pa" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "Trial Use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "3" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/appointmentstatus"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.485" ]
  ];
  fhir:CodeSystem.version [ fhir:value "3.5a.0"];
  fhir:CodeSystem.name [ fhir:value "AppointmentStatus"];
  fhir:CodeSystem.title [ fhir:value "AppointmentStatus"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2018-08-19T21:48:56+10:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "The free/busy status of an appointment."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/appointmentstatus"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "proposed" ];
     fhir:CodeSystem.display [ fhir:value "Proposed" ];
     fhir:CodeSystem.definition [ fhir:value "None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "pending" ];
     fhir:CodeSystem.display [ fhir:value "Pending" ];
     fhir:CodeSystem.definition [ fhir:value "Some or all of the participant(s) have not finalized their acceptance of the appointment request." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "booked" ];
     fhir:CodeSystem.display [ fhir:value "Booked" ];
     fhir:CodeSystem.definition [ fhir:value "All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "arrived" ];
     fhir:CodeSystem.display [ fhir:value "Arrived" ];
     fhir:CodeSystem.definition [ fhir:value "The patient/patients has/have arrived and is/are waiting to be seen." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "fulfilled" ];
     fhir:CodeSystem.display [ fhir:value "Fulfilled" ];
     fhir:CodeSystem.definition [ fhir:value "This appointment has completed and may have resulted in an encounter." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "cancelled" ];
     fhir:CodeSystem.display [ fhir:value "Cancelled" ];
     fhir:CodeSystem.definition [ fhir:value "The appointment has been cancelled." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "noshow" ];
     fhir:CodeSystem.display [ fhir:value "No Show" ];
     fhir:CodeSystem.definition [ fhir:value "Some or all of the participant(s) have not/did not appear for the appointment (usually the patient)." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "entered-in-error" ];
     fhir:CodeSystem.display [ fhir:value "Entered in error" ];
     fhir:CodeSystem.definition [ fhir:value "This instance should not have been part of this patient's medical record." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "checked-in" ];
     fhir:CodeSystem.display [ fhir:value "Checked In" ];
     fhir:CodeSystem.definition [ fhir:value "When checked in, all pre-encounter administrative work is complete, and the encounter may begin. (where multiple patients are involved, they are all present)." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.