FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fr.terminologies
Resource TypeValueSet
IdValueSet-jdv-hl7-days-of-week.json
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/terminologies/1.4.0/ValueSet-jdv-hl7-days-of-week.html
URLhttps://smt.esante.gouv.fr/fhir/ValueSet/jdv-hl7-days-of-week
Version20251028115835
Statusactive
Date2025-10-28T11:58:35+01:00
NameDaysOfWeek
TitleDaysOfWeek
Realmfr
Authoritynational
DescriptionDaysOfWeek

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
days-of-weekDays Of Week

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet jdv-hl7-days-of-week

version: 1; Last updated: 2025-10-29 10:43:02+0100; Language: fr-FR

Profil: Shareable ValueSet


Source1

{
  "resourceType": "ValueSet",
  "id": "jdv-hl7-days-of-week",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-10-29T10:43:02.172+01:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "language": "fr-FR",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2025-07-11T00:00:00+01:00"
      }
    }
  ],
  "url": "https://smt.esante.gouv.fr/fhir/ValueSet/jdv-hl7-days-of-week",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.512"
    }
  ],
  "version": "20251028115835",
  "name": "DaysOfWeek",
  "title": "DaysOfWeek",
  "status": "active",
  "experimental": false,
  "date": "2025-10-28T11:58:35+01:00",
  "publisher": "Agence du Numérique en Santé(ANS) -2 - 10 Rue d'Oradour-sur-Glane, 75015 Paris",
  "description": "DaysOfWeek",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FRA"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/days-of-week",
        "concept": [
          {
            "code": "mon",
            "display": "lundi"
          },
          {
            "code": "tue",
            "display": "mardi"
          },
          {
            "code": "wed",
            "display": "mercredi"
          },
          {
            "code": "thu",
            "display": "jeudi"
          },
          {
            "code": "fri",
            "display": "vendredi"
          },
          {
            "code": "sat",
            "display": "samedi"
          },
          {
            "code": "sun",
            "display": "dimanche"
          }
        ]
      }
    ]
  }
}