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

: Recurrent caracteristic of the Schedule | Caractère récurrent du Schedule - TTL Representation

Page standards status: Informative Maturity Level: 1

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fr-core-vs-availability-time-rule"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>https://www.ietf.org/rfc/rfc2445</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>SECONDLY</td><td>Par seconde</td></tr><tr><td>MINUTELY</td><td>Par minute</td></tr><tr><td>HOURLY</td><td>Par heure</td></tr><tr><td>DAILY</td><td>Par jour</td></tr><tr><td>WEEKLY</td><td>Par semaine</td></tr><tr><td>MONTHLY</td><td>Par mois</td></tr><tr><td>YEARLY</td><td>Par an</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-warning"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Availability Time Rule" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "informative" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] ) ; # 
  fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-availability-time-rule"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "FRCoreValueSetAvailabilityTimeRule"] ; # 
  fhir:title [ fhir:v "Recurrent caracteristic of the Schedule | Caractère récurrent du Schedule"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-02-20T11:29:22+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Interop'Santé"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Interop'Santé" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://interopsante.org/" ]     ] )
  ] [
fhir:name [ fhir:v "InteropSanté" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@interopsante.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Specification of the recurrent periods | Spécifications des périodes récurrentes"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "France" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://www.ietf.org/rfc/rfc2445"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "SECONDLY" ] ;
fhir:display [ fhir:v "Par seconde" ]       ] [
fhir:code [ fhir:v "MINUTELY" ] ;
fhir:display [ fhir:v "Par minute" ]       ] [
fhir:code [ fhir:v "HOURLY" ] ;
fhir:display [ fhir:v "Par heure" ]       ] [
fhir:code [ fhir:v "DAILY" ] ;
fhir:display [ fhir:v "Par jour" ]       ] [
fhir:code [ fhir:v "WEEKLY" ] ;
fhir:display [ fhir:v "Par semaine" ]       ] [
fhir:code [ fhir:v "MONTHLY" ] ;
fhir:display [ fhir:v "Par mois" ]       ] [
fhir:code [ fhir:v "YEARLY" ] ;
fhir:display [ fhir:v "Par an" ]       ] )     ] )
  ] . #