HL7 Terminology (THO)
3.0.0 - Publication

This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: ResearchStudyReasonStopped - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "research-study-reason-stopped"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T15:10:28.568-06:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.org/CodeSystem/research-study-reason-stopped defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">accrual-goal-met<a name=\"research-study-reason-stopped-accrual-goal-met\"> </a></td><td>Accrual Goal Met</td><td>The study prematurely ended because the accrual goal was met.</td></tr><tr><td style=\"white-space:nowrap\">closed-due-to-toxicity<a name=\"research-study-reason-stopped-closed-due-to-toxicity\"> </a></td><td>Closed due to toxicity</td><td>The study prematurely ended due to toxicity.</td></tr><tr><td style=\"white-space:nowrap\">closed-due-to-lack-of-study-progress<a name=\"research-study-reason-stopped-closed-due-to-lack-of-study-progress\"> </a></td><td>Closed due to lack of study progress</td><td>The study prematurely ended due to lack of study progress.</td></tr><tr><td style=\"white-space:nowrap\">temporarily-closed-per-study-design<a name=\"research-study-reason-stopped-temporarily-closed-per-study-design\"> </a></td><td>Temporarily closed per study design</td><td>The study prematurely ended temporarily per study design.</td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "brr" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.valueCode [ fhir:value "draft" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/research-study-reason-stopped"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1249" ]
  ];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "ResearchStudyReasonStopped"];
  fhir:CodeSystem.title [ fhir:value "ResearchStudyReasonStopped"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-04-09T21:10:28+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Codes for why the study ended prematurely."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/research-study-reason-stopped";
     fhir:link <http://terminology.hl7.org/ValueSet/research-study-reason-stopped>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "accrual-goal-met" ];
     fhir:CodeSystem.concept.display [ fhir:value "Accrual Goal Met" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The study prematurely ended because the accrual goal was met." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "closed-due-to-toxicity" ];
     fhir:CodeSystem.concept.display [ fhir:value "Closed due to toxicity" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The study prematurely ended due to toxicity." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "closed-due-to-lack-of-study-progress" ];
     fhir:CodeSystem.concept.display [ fhir:value "Closed due to lack of study progress" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The study prematurely ended due to lack of study progress." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "temporarily-closed-per-study-design" ];
     fhir:CodeSystem.concept.display [ fhir:value "Temporarily closed per study design" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The study prematurely ended temporarily per study design." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.