--- type: "valueset" title: "Appointment Recurrence Type" valueset: "appointment-recurrrence-type" --- # Appointment Recurrence Type - **Official URL**: http://hl7.org/fhir/ValueSet/appointment-recurrrence-type - **Version**: 6.0.0 - **Status**: active - **Name**: AppointmentRecurrenceType - **Title**: Appointment Recurrence Type - **Publisher**: HL7 (FHIR Project) - **Description**: The recurrence type of a recurring appointment. ## Content (Compose) - **System**: http://unitsofmeasure.org | **Concepts**: d, wk, mo, a ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <date value="2022-03-01"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The recurrence type of a recurring appointment."/> <immutable value="true"/> <copyright value="The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved."/> <compose> <include> <system value="http://unitsofmeasure.org"/> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-definition"> <valueString value="day"/> </extension> <code value="d"/> <display value="day"/> <designation> <language value="zh"/> <value value="天"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-definition"> <valueString value="week"/> </extension> <code value="wk"/> <display value="week"/> <designation> <language value="zh"/> <value value="星期"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-definition"> <valueString value="month - Normal practice is to use the 'mo' code as a calendar month when calculating the next occurrence."/> </extension> <code value="mo"/> <display value="month"/> <designation> <language value="zh"/> <value value="月"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-definition"> <valueString value="year"/> </extension> <code value="a"/> <display value="year"/> <designation> <language value="zh"/> <value value="年"/> </designation> </concept> </include> </compose> </ValueSet> ```