Guide d'implémentation du GT Standards et Interopérabilité pour les EDS
0.1.0 - ci-build France flag

Guide d'implémentation du GT Standards et Interopérabilité pour les EDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Exercice Status Type - TTL Representation

Draft as of 2024-09-10

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 "EDSExerciceStatusType"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet EDSExerciceStatusType</b></p><a name=\"EDSExerciceStatusType\"> </a><a name=\"hcEDSExerciceStatusType\"> </a><a name=\"EDSExerciceStatusType-fr-FR\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/68516-4/\">68516-4</a></td><td>On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise</td></tr><tr><td><a href=\"https://loinc.org/89555-7/\">89555-7</a></td><td>How many days per week did you engage in moderate to strenuous physical activity in the last 30 days</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/eds/ValueSet/EDSExerciceStatusType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EDSExerciceStatusType"] ; # 
  fhir:title [ fhir:v "Exercice Status Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-10T07:13:57+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ANS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ANS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://esante.gouv.fr" ]     ] )
  ] ) ; # 
  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:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "68516-4" ] ;
fhir:display [ fhir:v "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise" ]       ] [
fhir:code [ fhir:v "89555-7" ] ;
fhir:display [ fhir:v "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days" ]       ] )     ] )
  ] . #