This page is part of the Guide d'implémentation FHIR - Mesures de santé (v3.0.0: draft Ballot 1) based on FHIR R4. . 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>Import all the codes that are contained in https://mos.esante.gouv.fr/NOS/JDV_J155-MethodGlucoseSanguin-ENS/FHIR/JDV-J155-MethodGlucoseSanguin-ENS</li><li>Import all the codes that are contained in https://mos.esante.gouv.fr/NOS/JDV_J156-MethodGlucoseInterstitiel-ENS/FHIR/JDV-J156-MethodGlucoseInterstitiel-ENS</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.0.0"] ; #
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 "2023-04-06T16:53:32+02: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:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "https://mos.esante.gouv.fr/NOS/JDV_J155-MethodGlucoseSanguin-ENS/FHIR/JDV-J155-MethodGlucoseSanguin-ENS"^^xsd:anyURI ;
fhir:link <https://mos.esante.gouv.fr/NOS/JDV_J155-MethodGlucoseSanguin-ENS/FHIR/JDV-J155-MethodGlucoseSanguin-ENS> ] ) ] [
( fhir:valueSet [
fhir:v "https://mos.esante.gouv.fr/NOS/JDV_J156-MethodGlucoseInterstitiel-ENS/FHIR/JDV-J156-MethodGlucoseInterstitiel-ENS"^^xsd:anyURI ;
fhir:link <https://mos.esante.gouv.fr/NOS/JDV_J156-MethodGlucoseInterstitiel-ENS/FHIR/JDV-J156-MethodGlucoseInterstitiel-ENS> ] ) ] )
] . #