Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Example CodeSystem/research-study-phase (Turtle)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemResearchStudyPhase

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "research-study-phase"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-10T05:52:37.223+11:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "brr" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "draft" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/research-study-phase"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1247" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "ResearchStudyPhase"];
  fhir:CanonicalResource.title [ fhir:value "ResearchStudyPhase"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2020-12-28T16:55:11+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.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.url [ fhir:value "http://terminology.hl7.org/CodeSystem/research-study-phase"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1247" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "ResearchStudyPhase"];
  fhir:CodeSystem.title [ fhir:value "ResearchStudyPhase"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2020-12-28T16:55:11+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       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"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/research-study-phase"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "n-a" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "N/A" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Trials without phases (for example, studies of devices or behavioral interventions)." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "early-phase-1" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Early Phase 1" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "phase-1" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Phase 1" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "phase-1-phase-2" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Phase 1/Phase 2" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Trials that are a combination of phases 1 and 2." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "phase-2" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Phase 2" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "phase-2-phase-3" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Phase 2/Phase 3" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Trials that are a combination of phases 2 and 3." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "phase-3" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Phase 3" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "phase-4" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Phase 4" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Studies of FDA-approved drugs to delineate additional information including the drug's risks, benefits, and optimal use." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.