HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ResearchStudyPrimaryPurposeType - TTL Representation

Draft as of 2020-04-09 Maturity Level: 0

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:id [ fhir:v "research-study-prim-purp-type"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "brr" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1250" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ResearchStudyPrimaryPurposeType"] ; # 
  fhir:title [ fhir:v "ResearchStudyPrimaryPurposeType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for the main intent of the study."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/research-study-prim-purp-type"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/research-study-prim-purp-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "treatment" ] ;
fhir:display [ fhir:v "Treatment" ] ;
fhir:definition [ fhir:v "One or more interventions are being evaluated for treating a disease, syndrome, or condition." ]
  ] [
fhir:code [ fhir:v "prevention" ] ;
fhir:display [ fhir:v "Prevention" ] ;
fhir:definition [ fhir:v "One or more interventions are being assessed for preventing the development of a specific disease or health condition." ]
  ] [
fhir:code [ fhir:v "diagnostic" ] ;
fhir:display [ fhir:v "Diagnostic" ] ;
fhir:definition [ fhir:v "One or more interventions are being evaluated for identifying a disease or health condition." ]
  ] [
fhir:code [ fhir:v "supportive-care" ] ;
fhir:display [ fhir:v "Supportive Care" ] ;
fhir:definition [ fhir:v "One or more interventions are evaluated for maximizing comfort, minimizing side effects, or mitigating against a decline in the participant's health or function." ]
  ] [
fhir:code [ fhir:v "screening" ] ;
fhir:display [ fhir:v "Screening" ] ;
fhir:definition [ fhir:v "One or more interventions are assessed or examined for identifying a condition, or risk factors for a condition, in people who are not yet known to have the condition or risk factor." ]
  ] [
fhir:code [ fhir:v "health-services-research" ] ;
fhir:display [ fhir:v "Health Services Research" ] ;
fhir:definition [ fhir:v "One or more interventions for evaluating the delivery, processes, management, organization, or financing of healthcare." ]
  ] [
fhir:code [ fhir:v "basic-science" ] ;
fhir:display [ fhir:v "Basic Science" ] ;
fhir:definition [ fhir:v "One or more interventions for examining the basic mechanism of action (for example, physiology or biomechanics of an intervention)." ]
  ] [
fhir:code [ fhir:v "device-feasibility" ] ;
fhir:display [ fhir:v "Device Feasibility" ] ;
fhir:definition [ fhir:v "An intervention of a device product is being evaluated to determine the feasibility of the product or to test a prototype device and not health outcomes. Such studies are conducted to confirm the design and operating specifications of a device before beginning a full clinical trial." ]
  ] ) . #