@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/3.0/CodeSystem/research-study-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "research-study-status"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem research-study-status</b></p><a name=\"research-study-status\"> </a><a name=\"hcresearch-study-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/research-study-status</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\">draft<a name=\"research-study-status-draft\"> </a></td><td>Draft</td><td>The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun.</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"research-study-status-in-progress\"> </a></td><td>In-progress</td><td>The study is currently being executed</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"research-study-status-suspended\"> </a></td><td>Suspended</td><td>Execution of the study has been temporarily paused</td></tr><tr><td style=\"white-space:nowrap\">stopped<a name=\"research-study-status-stopped\"> </a></td><td>Stopped</td><td>The study was terminated prior to the final determination of results</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"research-study-status-completed\"> </a></td><td>Completed</td><td>The information sought by the study has been gathered and compiled and no further work is being performed</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"research-study-status-entered-in-error\"> </a></td><td>Entered in error</td><td>This study never actually existed.  The record is retained for tracking purposes in the event decisions may have been made based on this erroneous information.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "Informative"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r3.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "brr"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/research-study-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.2"] ; # 
  fhir:name [ fhir:v "ResearchStudyStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-10-24T10:53:00+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Biomedical Research and Regulation"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Biomedical Research and Regulation" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that convey the current status of the research study"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/research-study-status|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/research-study-status|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "draft" ] ;
     fhir:display [ fhir:v "Draft" ] ;
     fhir:definition [ fhir:v "The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun." ]
  ] [
     fhir:code [ fhir:v "in-progress" ] ;
     fhir:display [ fhir:v "In-progress" ] ;
     fhir:definition [ fhir:v "The study is currently being executed" ]
  ] [
     fhir:code [ fhir:v "suspended" ] ;
     fhir:display [ fhir:v "Suspended" ] ;
     fhir:definition [ fhir:v "Execution of the study has been temporarily paused" ]
  ] [
     fhir:code [ fhir:v "stopped" ] ;
     fhir:display [ fhir:v "Stopped" ] ;
     fhir:definition [ fhir:v "The study was terminated prior to the final determination of results" ]
  ] [
     fhir:code [ fhir:v "completed" ] ;
     fhir:display [ fhir:v "Completed" ] ;
     fhir:definition [ fhir:v "The information sought by the study has been gathered and compiled and no further work is being performed" ]
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered in error" ] ;
     fhir:definition [ fhir:v "This study never actually existed.  The record is retained for tracking purposes in the event decisions may have been made based on this erroneous information." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

