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

: StateChangeReason - JSON Representation

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

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "state-change-reason",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "brr"
    },
    {
      "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.0"
    }
  ],
  "version" : "0.1.0",
  "name" : "StateChangeReason",
  "title" : "StateChangeReason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-04-09T21:10:28+00: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://terminology.hl7.org/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."
    }
  ]
}