HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.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

: ResearchStudyPhase - TTL Representation

Page standards status: Draft Maturity Level: 1

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-phase"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T21:10:28.568+00: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 <code>http://terminology.hl7.org/CodeSystem/research-study-phase</code> 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\">n-a<a name=\"research-study-phase-n-a\"> </a></td><td>N/A</td><td>Trials without phases (for example, studies of devices or behavioral interventions).</td></tr><tr><td style=\"white-space:nowrap\">early-phase-1<a name=\"research-study-phase-early-phase-1\"> </a></td><td>Early Phase 1</td><td>Designation for optional exploratory trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Formerly called Phase 0.</td></tr><tr><td style=\"white-space:nowrap\">phase-1<a name=\"research-study-phase-phase-1\"> </a></td><td>Phase 1</td><td>Includes initial studies to determine the metabolism and pharmacologic actions of drugs in humans, the side effects associated with increasing doses, and to gain early evidence of effectiveness; may include healthy participants and/or patients.</td></tr><tr><td style=\"white-space:nowrap\">phase-1-phase-2<a name=\"research-study-phase-phase-1-phase-2\"> </a></td><td>Phase 1/Phase 2</td><td>Trials that are a combination of phases 1 and 2.</td></tr><tr><td style=\"white-space:nowrap\">phase-2<a name=\"research-study-phase-phase-2\"> </a></td><td>Phase 2</td><td>Includes controlled clinical studies conducted to evaluate the effectiveness of the drug for a particular indication or indications in participants with the disease or condition under study and to determine the common short-term side effects and risks.</td></tr><tr><td style=\"white-space:nowrap\">phase-2-phase-3<a name=\"research-study-phase-phase-2-phase-3\"> </a></td><td>Phase 2/Phase 3</td><td>Trials that are a combination of phases 2 and 3.</td></tr><tr><td style=\"white-space:nowrap\">phase-3<a name=\"research-study-phase-phase-3\"> </a></td><td>Phase 3</td><td>Includes trials conducted after preliminary evidence suggesting effectiveness of the drug has been obtained, and are intended to gather additional information to evaluate the overall benefit-risk relationship of the drug.</td></tr><tr><td style=\"white-space:nowrap\">phase-4<a name=\"research-study-phase-phase-4\"> </a></td><td>Phase 4</td><td>Studies of FDA-approved drugs to delineate additional information including the drug's risks, benefits, and optimal use.</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-phase"];
  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.1247" ]
  ];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "ResearchStudyPhase"];
  fhir:CodeSystem.title [ fhir:value "ResearchStudyPhase"];
  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 the stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/research-study-phase";
     fhir:link <http://terminology.hl7.org/ValueSet/research-study-phase>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "n-a" ];
     fhir:CodeSystem.concept.display [ fhir:value "N/A" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Trials without phases (for example, studies of devices or behavioral interventions)." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "early-phase-1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Early Phase 1" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Designation for optional exploratory trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Formerly called Phase 0." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "phase-1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Phase 1" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Includes initial studies to determine the metabolism and pharmacologic actions of drugs in humans, the side effects associated with increasing doses, and to gain early evidence of effectiveness; may include healthy participants and/or patients." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "phase-1-phase-2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Phase 1/Phase 2" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Trials that are a combination of phases 1 and 2." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "phase-2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Phase 2" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Includes controlled clinical studies conducted to evaluate the effectiveness of the drug for a particular indication or indications in participants with the disease or condition under study and to determine the common short-term side effects and risks." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "phase-2-phase-3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Phase 2/Phase 3" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Trials that are a combination of phases 2 and 3." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "phase-3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Phase 3" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Includes trials conducted after preliminary evidence suggesting effectiveness of the drug has been obtained, and are intended to gather additional information to evaluate the overall benefit-risk relationship of the drug." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "phase-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Phase 4" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Studies of FDA-approved drugs to delineate additional information including the drug's risks, benefits, and optimal use." ]
  ].

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

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