Guide d'implémentation Fr Core
2.0.0-ballot - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.0.0-ballot: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: First day of the workweek | Premier jour de la semaine de travail - XML Representation

Page standards status: Informative Maturity Level: 1

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="fr-core-vs-availability-time-day"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html"><code>http://hl7.org/fhir/days-of-week</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-MO">MO</a></td><td>Monday</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-TU">TU</a></td><td>Tuesday</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-WE">WE</a></td><td>Wednesday</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-TH">TH</a></td><td>Thursday</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-FR">FR</a></td><td>Friday</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-SA">SA</a></td><td>Saturday</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-SU">SU</a></td><td>Sunday</td></tr></table></li></ul></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-warning">
    <valueMarkdown value="Availability Time Day"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url
       value="https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-availability-time-day"/>
  <version value="2.0.0-ballot"/>
  <name value="FRCoreValueSetAvailabilityTimeDay"/>
  <title
         value="First day of the workweek | Premier jour de la semaine de travail"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-02-20T11:29:22+01:00"/>
  <publisher value="Interop'Santé"/>
  <contact>
    <name value="Interop'Santé"/>
    <telecom>
      <system value="url"/>
      <value value="http://interopsante.org/"/>
    </telecom>
  </contact>
  <contact>
    <name value="InteropSanté"/>
    <telecom>
      <system value="email"/>
      <value value="fhir@interopsante.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Specifies the day on which the workweek starts. Valid values are MO, TU, WE, TH, FR, SA and SU. | Spécifie les jours à partir desquels la semaine de travail commence"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="FR"/>
      <display value="France"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/days-of-week"/>
      <concept>
        <code value="MO"/>
        <display value="Monday"/>
      </concept>
      <concept>
        <code value="TU"/>
        <display value="Tuesday"/>
      </concept>
      <concept>
        <code value="WE"/>
        <display value="Wednesday"/>
      </concept>
      <concept>
        <code value="TH"/>
        <display value="Thursday"/>
      </concept>
      <concept>
        <code value="FR"/>
        <display value="Friday"/>
      </concept>
      <concept>
        <code value="SA"/>
        <display value="Saturday"/>
      </concept>
      <concept>
        <code value="SU"/>
        <display value="Sunday"/>
      </concept>
    </include>
  </compose>
</ValueSet>