FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/appointment-recurrrence-type (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetAppointment Recurrence Type

{
  "resourceType" : "ValueSet",
  "id" : "appointment-recurrrence-type",
  "meta" : {
    "lastUpdated" : "2024-03-27T11:56:58.316+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>中文 (Chinese, zh)</b></td></tr><tr><td>d</td><td>day</td><td>day</td><td>天</td></tr><tr><td>wk</td><td>week</td><td>week</td><td>星期</td></tr><tr><td>mo</td><td>month</td><td>month - Normal practice is to use the 'mo' code as a calendar month when calculating the            next occurrence.</td><td>月</td></tr><tr><td>a</td><td>year</td><td>year</td><td>年</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/ValueSet/appointment-recurrrence-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.2995"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "AppointmentRecurrenceType",
  "title" : "Appointment Recurrence Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-03-01",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The recurrence type of a recurring appointment.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "immutable" : true,
  "copyright" : "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" : "http://unitsofmeasure.org",
      "concept" : [{
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
          "valueString" : "day"
        }],
        "code" : "d",
        "display" : "day",
        "designation" : [{
          "language" : "zh",
          "value" : "天"
        }]
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
          "valueString" : "week"
        }],
        "code" : "wk",
        "display" : "week",
        "designation" : [{
          "language" : "zh",
          "value" : "星期"
        }]
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
          "valueString" : "month - Normal practice is to use the 'mo' code as a calendar month when calculating the            next occurrence."
        }],
        "code" : "mo",
        "display" : "month",
        "designation" : [{
          "language" : "zh",
          "value" : "月"
        }]
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
          "valueString" : "year"
        }],
        "code" : "a",
        "display" : "year",
        "designation" : [{
          "language" : "zh",
          "value" : "年"
        }]
      }]
    }]
  }
}

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.