HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
Active as of 2020-04-09 | Maturity Level: 1 |
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "state-change-reason"] ; #
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\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem state-change-reason</b></p><a name=\"state-change-reason\"> </a><a name=\"hcstate-change-reason\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-04-09 21:10:28+0000</p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/state-change-reason</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><td><b>Deprecated</b></td></tr><tr><td style=\"white-space:nowrap\">unable-to-participate<a name=\"state-change-reason-unable-to-participate\"> </a></td><td>Unable to Participate</td><td>The subject (ResearchSubject) is not able to take part in the ResearchStudy. Examples: subject has moved away; subject cannot drive and therefore unable to participate, etc.</td><td/></tr><tr><td style=\"white-space:nowrap\">unwilling-to-participate<a name=\"state-change-reason-unwilling-to-participate\"> </a></td><td>Unwilling to Participate</td><td>The subject (ResearchSubject) is refusing to take part in the ResearchStudy. Note: Subject refusal is a synonymous term and is used in some studies.</td><td/></tr><tr><td style=\"white-space:nowrap\">screening-failure<a name=\"state-change-reason-screening-failure\"> </a></td><td>Screening Failure</td><td>The failure of the potential subject (ResearchSubject) of meeting one or more criteria required for participation in a trial.</td><td/></tr><tr><td style=\"white-space:nowrap\">intervention-complete<a name=\"state-change-reason-intervention-complete\"> </a></td><td>Intervention Complete</td><td>The subject (ResearchSubject) has finished the planned protocol-specified treatment phase.</td><td/></tr><tr><td style=\"white-space:nowrap\">follow-up-complete<a name=\"state-change-reason-follow-up-complete\"> </a></td><td>Follow-up Complete</td><td>The subject (ResearchSubject) has finished the planned protocol-specified follow-up phase.</td><td/></tr><tr><td style=\"white-space:nowrap\">adverse-event<a name=\"state-change-reason-adverse-event\"> </a></td><td>Adverse Event</td><td>The subject (ResearchSubject) has experienced any unfavorable or unintended disease, sign, or symptom that is temporally associated with the use of a medical treatment or procedure and that may or may not be considered related to the medical treatment or procedure.</td><td/></tr><tr><td style=\"white-space:nowrap\">consent-withdrawn<a name=\"state-change-reason-consent-withdrawn\"> </a></td><td>Consent Withdrawn</td><td>The subject (ResearchSubject) has revoked permission to participate in the study or one or more components of the study.</td><td/></tr><tr><td style=\"white-space:nowrap\">non-compliance<a name=\"state-change-reason-non-compliance\"> </a></td><td>Non-compliance</td><td>The subject (ResearchSubject) has failed to follow medical advice, take medication as directed, or adhere to a prescribed course of treatment.</td><td/></tr><tr style=\"background-color: #ffeeee\"><td style=\"white-space:nowrap\">informedConsentSigned<a name=\"state-change-reason-informedConsentSigned\"> </a></td><td>Informed consent signed</td><td>Informed consent signed.</td><td>Deprecated</td></tr><tr style=\"background-color: #ffeeee\"><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><td>Deprecated</td></tr><tr><td style=\"white-space:nowrap\">death<a name=\"state-change-reason-death\"> </a></td><td>Death</td><td>The subject (ResearchSubject) has died.</td><td/></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
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-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1 ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/state-change-reason"^^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.0" ]
] ) ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "StateChangeReason"] ; #
fhir:title [ fhir:v "StateChangeReason"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health Level Seven International"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Indicates why the state of the subject changed."] ; #
fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/state-change-reason"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/state-change-reason>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "unable-to-participate" ] ;
fhir:display [ fhir:v "Unable to Participate" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) is not able to take part in the ResearchStudy. Examples: subject has moved away; subject cannot drive and therefore unable to participate, etc." ]
] [
fhir:code [ fhir:v "unwilling-to-participate" ] ;
fhir:display [ fhir:v "Unwilling to Participate" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) is refusing to take part in the ResearchStudy. Note: Subject refusal is a synonymous term and is used in some studies." ]
] [
fhir:code [ fhir:v "screening-failure" ] ;
fhir:display [ fhir:v "Screening Failure" ] ;
fhir:definition [ fhir:v "The failure of the potential subject (ResearchSubject) of meeting one or more criteria required for participation in a trial." ]
] [
fhir:code [ fhir:v "intervention-complete" ] ;
fhir:display [ fhir:v "Intervention Complete" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) has finished the planned protocol-specified treatment phase." ]
] [
fhir:code [ fhir:v "follow-up-complete" ] ;
fhir:display [ fhir:v "Follow-up Complete" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) has finished the planned protocol-specified follow-up phase." ]
] [
fhir:code [ fhir:v "adverse-event" ] ;
fhir:display [ fhir:v "Adverse Event" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) has experienced any unfavorable or unintended disease, sign, or symptom that is temporally associated with the use of a medical treatment or procedure and that may or may not be considered related to the medical treatment or procedure." ]
] [
fhir:code [ fhir:v "consent-withdrawn" ] ;
fhir:display [ fhir:v "Consent Withdrawn" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) has revoked permission to participate in the study or one or more components of the study." ]
] [
fhir:code [ fhir:v "non-compliance" ] ;
fhir:display [ fhir:v "Non-compliance" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) has failed to follow medical advice, take medication as directed, or adhere to a prescribed course of treatment." ]
] [
fhir:code [ fhir:v "informedConsentSigned" ] ;
fhir:display [ fhir:v "Informed consent signed" ] ;
fhir:definition [ fhir:v "Informed consent signed." ] ;
( fhir:property [
fhir:code [ fhir:v "deprecationDate" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-04-17"^^xsd:date ] ] [
fhir:code [ fhir:v "deprecationReason" ] ;
fhir:value [
a fhir:string ;
fhir:v "This code is not needed in the state-change-reason CodeSystem because the NCIT code http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C16735 'Informed Consent' can be used instead." ] ] )
] [
fhir:code [ fhir:v "intOrObsComplete" ] ;
fhir:display [ fhir:v "intervention or observation complete" ] ;
fhir:definition [ fhir:v "intervention or observation complete." ] ;
( fhir:property [
fhir:code [ fhir:v "deprecationDate" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-04-17"^^xsd:date ] ] [
fhir:code [ fhir:v "replacedBy" ] ;
fhir:value [
a fhir:code ;
fhir:v "intervention-complete" ] ] )
] [
fhir:code [ fhir:v "death" ] ;
fhir:display [ fhir:v "Death" ] ;
fhir:definition [ fhir:v "The subject (ResearchSubject) has died." ]
] ) . #
IG © 2020+ HL7 International - Vocabulary Work Group. Package hl7.terminology#6.0.2 based on FHIR 5.0.0. Generated 2025-08-18
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change