@prefix jvr: <http://data.loterre.fr/ark:/67375/JVR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mesh: <http://id.nlm.nih.gov/mesh/vocab#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

jvr: a skos:ConceptScheme .
jvr:-BWV59SZZ-6
  skos:prefLabel "Patient Outcome Assessment"@en, "Évaluation des résultats des patients"@fr ;
  a mesh:Descriptor, skos:Concept ;
  skos:narrower jvr:-CJ7SPCSV-K .

jvr:-CJ7SPCSV-K
  skos:inScheme jvr: ;
  skos:prefLabel "Différence minimale cliniquement importante"@fr, "Minimal Clinically Important Difference"@en ;
  dc:established "2017-01-01"^^xsd:date ;
  skos:broader jvr:-BWV59SZZ-6 ;
  dc:modified "2016-06-16"^^xsd:date ;
  skos:altLabel "DMCI"@fr, "Différence minimale cliniquement significative"@fr, "Différence minimale cliniquement pertinente"@fr, "MCID"@fr, "DMCS"@fr, "Minimal clinically important difference"@fr ;
  a mesh:Descriptor, skos:Concept ;
  dc:created "2016-07-05"^^xsd:date ;
  skos:definition "A statistically significant minimum set of clinical outcomes that demonstrates a clinical benefit of an intervention or treatment."@en ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D000071081> .

