This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| Biomedical Research and Regulation Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code System StateChangeReason
{
"resourceType" : "CodeSystem",
"id" : "state-change-reason",
"meta" : {
"lastUpdated" : "2020-05-03T08:43:35.811+10:00"
},
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "brr"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://terminology.hl7.org/CodeSystem/state-change-reason",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.1477"
}],
"version" : "4.4.0",
"name" : "StateChangeReason",
"title" : "StateChangeReason",
"status" : "draft",
"experimental" : false,
"date" : "2020-05-03T08:43:35+10:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Indicates why the state of the subject changed.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/state-change-reason",
"content" : "complete",
"concept" : [{
"code" : "adverseEvent",
"display" : "adverse event",
"definition" : "adverse event."
},
{
"code" : "death",
"display" : "death (adverse event)",
"definition" : "death (adverse event)."
},
{
"code" : "notEligible",
"display" : "did not meet eligibility criteria",
"definition" : "did not meet eligibility criteria."
},
{
"code" : "eligibleButNo",
"display" : "eligible but unwilling or unable to participate",
"definition" : "eligible but unwilling or unable to participate."
},
{
"code" : "enrolled",
"display" : "enrolled or registered",
"definition" : "enrolled or registered."
},
{
"code" : "exclusion",
"display" : "exclusion",
"definition" : "exclusion."
},
{
"code" : "followUpComplete",
"display" : "follow-up complete",
"definition" : "follow-up complete."
},
{
"code" : "inclusion",
"display" : "inclusion",
"definition" : "inclusion."
},
{
"code" : "informedConsentSigned",
"display" : "Informed consent signed",
"definition" : "Informed consent signed."
},
{
"code" : "intOrObsComplete",
"display" : "intervention or observation complete",
"definition" : "intervention or observation complete."
},
{
"code" : "nonCompliance",
"display" : "non-compliance",
"definition" : "non-compliance."
},
{
"code" : "preReg",
"display" : "pre-registered or slot reserved",
"definition" : "pre-registered or slot reserved."
},
{
"code" : "refuseConsent",
"display" : "refuse consent",
"definition" : "refuse consent."
},
{
"code" : "screenFailure",
"display" : "screen failure",
"definition" : "screen failure."
},
{
"code" : "studyClosed",
"display" : "study permanently closed to accrual",
"definition" : "study permanently closed to accrual."
},
{
"code" : "studyTerminated",
"display" : "study terminated",
"definition" : "study terminated."
},
{
"code" : "subjectRefusal",
"display" : "subject refusal",
"definition" : "subject refusal."
},
{
"code" : "unwillingOrUnable",
"display" : "unwilling or unable to participate",
"definition" : "unwilling or unable to participate."
},
{
"code" : "withdrawnConsent",
"display" : "withdrawn consent",
"definition" : "withdrawn consent."
}]
}
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.