Essais CLiniques Accessibles Interconnectés pour la Recherche ouverts à l'Ecosystème - Local Development build (v0.3.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Codes pour le type de caractéristique du groupe - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "eclaire-group-characteristic-kind-code-system"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem eclaire-group-characteristic-kind-code-system</b></p><a name=\"eclaire-group-characteristic-kind-code-system\"> </a><a name=\"hceclaire-group-characteristic-kind-code-system\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>https://interop.esante.gouv.fr/ig/fhir/eclaire/CodeSystem/eclaire-group-characteristic-kind-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">grp-gender<a name=\"eclaire-group-characteristic-kind-code-system-grp-gender\"> </a></td><td>Gender (Genre)</td></tr><tr><td style=\"white-space:nowrap\">grp-studypop<a name=\"eclaire-group-characteristic-kind-code-system-grp-studypop\"> </a></td><td>Study Population (Population de l'étude)</td></tr><tr><td style=\"white-space:nowrap\">grp-category<a name=\"eclaire-group-characteristic-kind-code-system-grp-category\"> </a></td><td>Research Study Group Category (Catégorie du groupe d'étude)</td></tr><tr><td style=\"white-space:nowrap\">grp-age<a name=\"eclaire-group-characteristic-kind-code-system-grp-age\"> </a></td><td>Age (Age)</td></tr><tr><td style=\"white-space:nowrap\">grp-other<a name=\"eclaire-group-characteristic-kind-code-system-grp-other\"> </a></td><td>Other (Autre)</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/eclaire/CodeSystem/eclaire-group-characteristic-kind-code-system"^^xsd:anyURI ;
fhir:l <https://interop.esante.gouv.fr/ig/fhir/eclaire/CodeSystem/eclaire-group-characteristic-kind-code-system>
] ; #
fhir:version [ fhir:v "0.3.1"] ; #
fhir:name [ fhir:v "EclaireGroupCharacteristicKindCS"] ; #
fhir:title [ fhir:v "Codes pour le type de caractéristique du groupe"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-11-27T15:06:09+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 "Codes pour le type de caractéristique du groupe de l'étude"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "FRANCE" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:compositional [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "grp-gender" ] ;
fhir:display [ fhir:v "Gender (Genre)" ]
] [
fhir:code [ fhir:v "grp-studypop" ] ;
fhir:display [ fhir:v "Study Population (Population de l'étude)" ]
] [
fhir:code [ fhir:v "grp-category" ] ;
fhir:display [ fhir:v "Research Study Group Category (Catégorie du groupe d'étude)" ]
] [
fhir:code [ fhir:v "grp-age" ] ;
fhir:display [ fhir:v "Age (Age)" ]
] [
fhir:code [ fhir:v "grp-other" ] ;
fhir:display [ fhir:v "Other (Autre)" ]
] ) . #