This page is part of the Guide d'implémentation FHIR - Mesures de santé (v3.1.0-ballot: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.1. For a full list of available versions, see the Directory of published versions
: Méthode de mesures de glycémie sanguine ou interstitielle - TTL Representation
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 "method-glucose-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"https://interop.esante.gouv.fr/ig/nos/1.2.0/CodeSystem-TRE-R312-LPP.html\"><code>https://mos.esante.gouv.fr/NOS/TRE_R312-LPP/FHIR/TRE-R312-LPP</code></a></li><li>Include all codes defined in <a href=\"https://interop.esante.gouv.fr/ig/nos/1.2.0/CodeSystem-TRE-R307-NCIT.html\"><code>https://mos.esante.gouv.fr/NOS/TRE_R307-NCIT/FHIR/TRE-R307-NCIT</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/mesures/ValueSet/method-glucose-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.1.0-ballot"] ; #
fhir:name [ fhir:v "MethodeGlucoseVS"] ; #
fhir:title [ fhir:v "Méthode de mesures de glycémie sanguine ou interstitielle"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-06-05T13:23:34+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:description [ fhir:v "Méthode de mesures de glycémie sanguine ou interstitielle."] ; #
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://mos.esante.gouv.fr/NOS/TRE_R312-LPP/FHIR/TRE-R312-LPP"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R307-NCIT/FHIR/TRE-R307-NCIT"^^xsd:anyURI ] ] )
] . #