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

: StateChangeReason - 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 "state-change-reason"];
  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/state-change-reason 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\">adverseEvent<a name=\"state-change-reason-adverseEvent\"> </a></td><td>adverse event</td><td>adverse event.</td></tr><tr><td style=\"white-space:nowrap\">death<a name=\"state-change-reason-death\"> </a></td><td>death (adverse event)</td><td>death (adverse event).</td></tr><tr><td style=\"white-space:nowrap\">notEligible<a name=\"state-change-reason-notEligible\"> </a></td><td>did not meet eligibility criteria</td><td>did not meet eligibility criteria.</td></tr><tr><td style=\"white-space:nowrap\">eligibleButNo<a name=\"state-change-reason-eligibleButNo\"> </a></td><td>eligible but unwilling or unable to participate</td><td>eligible but unwilling or unable to participate.</td></tr><tr><td style=\"white-space:nowrap\">enrolled<a name=\"state-change-reason-enrolled\"> </a></td><td>enrolled or registered</td><td>enrolled or registered.</td></tr><tr><td style=\"white-space:nowrap\">exclusion<a name=\"state-change-reason-exclusion\"> </a></td><td>exclusion</td><td>exclusion.</td></tr><tr><td style=\"white-space:nowrap\">followUpComplete<a name=\"state-change-reason-followUpComplete\"> </a></td><td>follow-up complete</td><td>follow-up complete.</td></tr><tr><td style=\"white-space:nowrap\">inclusion<a name=\"state-change-reason-inclusion\"> </a></td><td>inclusion</td><td>inclusion.</td></tr><tr><td style=\"white-space:nowrap\">informedConsentSigned<a name=\"state-change-reason-informedConsentSigned\"> </a></td><td>Informed consent signed</td><td>Informed consent signed.</td></tr><tr><td style=\"white-space:nowrap\">intOrObsComplete<a name=\"state-change-reason-intOrObsComplete\"> </a></td><td>intervention or observation complete</td><td>intervention or observation complete.</td></tr><tr><td style=\"white-space:nowrap\">nonCompliance<a name=\"state-change-reason-nonCompliance\"> </a></td><td>non-compliance</td><td>non-compliance.</td></tr><tr><td style=\"white-space:nowrap\">preReg<a name=\"state-change-reason-preReg\"> </a></td><td>pre-registered or slot reserved</td><td>pre-registered or slot reserved.</td></tr><tr><td style=\"white-space:nowrap\">refuseConsent<a name=\"state-change-reason-refuseConsent\"> </a></td><td>refuse consent</td><td>refuse consent.</td></tr><tr><td style=\"white-space:nowrap\">screenFailure<a name=\"state-change-reason-screenFailure\"> </a></td><td>screen failure</td><td>screen failure.</td></tr><tr><td style=\"white-space:nowrap\">studyClosed<a name=\"state-change-reason-studyClosed\"> </a></td><td>study permanently closed to accrual</td><td>study permanently closed to accrual.</td></tr><tr><td style=\"white-space:nowrap\">studyTerminated<a name=\"state-change-reason-studyTerminated\"> </a></td><td>study terminated</td><td>study terminated.</td></tr><tr><td style=\"white-space:nowrap\">subjectRefusal<a name=\"state-change-reason-subjectRefusal\"> </a></td><td>subject refusal</td><td>subject refusal.</td></tr><tr><td style=\"white-space:nowrap\">unwillingOrUnable<a name=\"state-change-reason-unwillingOrUnable\"> </a></td><td>unwilling or unable to participate</td><td>unwilling or unable to participate.</td></tr><tr><td style=\"white-space:nowrap\">withdrawnConsent<a name=\"state-change-reason-withdrawnConsent\"> </a></td><td>withdrawn consent</td><td>withdrawn consent.</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/state-change-reason"];
  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.0" ]
  ];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "StateChangeReason"];
  fhir:CodeSystem.title [ fhir:value "StateChangeReason"];
  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 "Indicates why the state of the subject changed."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/state-change-reason";
     fhir:link <http://terminology.hl7.org/ValueSet/state-change-reason>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "adverseEvent" ];
     fhir:CodeSystem.concept.display [ fhir:value "adverse event" ];
     fhir:CodeSystem.concept.definition [ fhir:value "adverse event." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "death" ];
     fhir:CodeSystem.concept.display [ fhir:value "death (adverse event)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "death (adverse event)." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "notEligible" ];
     fhir:CodeSystem.concept.display [ fhir:value "did not meet eligibility criteria" ];
     fhir:CodeSystem.concept.definition [ fhir:value "did not meet eligibility criteria." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "eligibleButNo" ];
     fhir:CodeSystem.concept.display [ fhir:value "eligible but unwilling or unable to participate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "eligible but unwilling or unable to participate." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "enrolled" ];
     fhir:CodeSystem.concept.display [ fhir:value "enrolled or registered" ];
     fhir:CodeSystem.concept.definition [ fhir:value "enrolled or registered." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "exclusion" ];
     fhir:CodeSystem.concept.display [ fhir:value "exclusion" ];
     fhir:CodeSystem.concept.definition [ fhir:value "exclusion." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "followUpComplete" ];
     fhir:CodeSystem.concept.display [ fhir:value "follow-up complete" ];
     fhir:CodeSystem.concept.definition [ fhir:value "follow-up complete." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "inclusion" ];
     fhir:CodeSystem.concept.display [ fhir:value "inclusion" ];
     fhir:CodeSystem.concept.definition [ fhir:value "inclusion." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "informedConsentSigned" ];
     fhir:CodeSystem.concept.display [ fhir:value "Informed consent signed" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Informed consent signed." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "intOrObsComplete" ];
     fhir:CodeSystem.concept.display [ fhir:value "intervention or observation complete" ];
     fhir:CodeSystem.concept.definition [ fhir:value "intervention or observation complete." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "nonCompliance" ];
     fhir:CodeSystem.concept.display [ fhir:value "non-compliance" ];
     fhir:CodeSystem.concept.definition [ fhir:value "non-compliance." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "preReg" ];
     fhir:CodeSystem.concept.display [ fhir:value "pre-registered or slot reserved" ];
     fhir:CodeSystem.concept.definition [ fhir:value "pre-registered or slot reserved." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "refuseConsent" ];
     fhir:CodeSystem.concept.display [ fhir:value "refuse consent" ];
     fhir:CodeSystem.concept.definition [ fhir:value "refuse consent." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "screenFailure" ];
     fhir:CodeSystem.concept.display [ fhir:value "screen failure" ];
     fhir:CodeSystem.concept.definition [ fhir:value "screen failure." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "studyClosed" ];
     fhir:CodeSystem.concept.display [ fhir:value "study permanently closed to accrual" ];
     fhir:CodeSystem.concept.definition [ fhir:value "study permanently closed to accrual." ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.concept.code [ fhir:value "studyTerminated" ];
     fhir:CodeSystem.concept.display [ fhir:value "study terminated" ];
     fhir:CodeSystem.concept.definition [ fhir:value "study terminated." ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.concept.code [ fhir:value "subjectRefusal" ];
     fhir:CodeSystem.concept.display [ fhir:value "subject refusal" ];
     fhir:CodeSystem.concept.definition [ fhir:value "subject refusal." ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.concept.code [ fhir:value "unwillingOrUnable" ];
     fhir:CodeSystem.concept.display [ fhir:value "unwilling or unable to participate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "unwilling or unable to participate." ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.concept.code [ fhir:value "withdrawnConsent" ];
     fhir:CodeSystem.concept.display [ fhir:value "withdrawn consent" ];
     fhir:CodeSystem.concept.definition [ fhir:value "withdrawn consent." ]
  ].

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

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