R5 Final QA

This page is part of the FHIR Specification (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/state-change-reason (Turtle)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemStateChangeReason

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "state-change-reason"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2023-03-01T23:03:57.298+11:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "brr" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "draft" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:value [ fhir:v "1" ]
  ] ) ;
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/state-change-reason"], [ fhir:v "http://terminology.hl7.org/CodeSystem/state-change-reason"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2009" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2009" ]
  ] ) ;
  fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
  fhir:name [ fhir:v "StateChangeReason"], [ fhir:v "StateChangeReason"] ;
  fhir:title [ fhir:v "State Change Reason"], [ fhir:v "State Change Reason"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"], [ fhir:v "2020-12-28T16:55:11+11:00"] ;
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "Indicates why the state of the subject changed."], [ fhir:v "Indicates why the state of the subject changed."] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/state-change-reason"] ;
  fhir:content [ fhir:v "complete"] ;
  fhir:concept ( [
     fhir:code [ fhir:v "adverseEvent" ] ;
     fhir:display [ fhir:v "adverse event" ] ;
     fhir:definition [ fhir:v "adverse event." ]
  ] [
     fhir:code [ fhir:v "death" ] ;
     fhir:display [ fhir:v "death (adverse event)" ] ;
     fhir:definition [ fhir:v "death (adverse event)." ]
  ] [
     fhir:code [ fhir:v "notEligible" ] ;
     fhir:display [ fhir:v "did not meet eligibility criteria" ] ;
     fhir:definition [ fhir:v "did not meet eligibility criteria." ]
  ] [
     fhir:code [ fhir:v "eligibleButNo" ] ;
     fhir:display [ fhir:v "eligible but unwilling or unable to participate" ] ;
     fhir:definition [ fhir:v "eligible but unwilling or unable to participate." ]
  ] [
     fhir:code [ fhir:v "enrolled" ] ;
     fhir:display [ fhir:v "enrolled or registered" ] ;
     fhir:definition [ fhir:v "enrolled or registered." ]
  ] [
     fhir:code [ fhir:v "exclusion" ] ;
     fhir:display [ fhir:v "exclusion" ] ;
     fhir:definition [ fhir:v "exclusion." ]
  ] [
     fhir:code [ fhir:v "followUpComplete" ] ;
     fhir:display [ fhir:v "follow-up complete" ] ;
     fhir:definition [ fhir:v "follow-up complete." ]
  ] [
     fhir:code [ fhir:v "inclusion" ] ;
     fhir:display [ fhir:v "inclusion" ] ;
     fhir:definition [ fhir:v "inclusion." ]
  ] [
     fhir:code [ fhir:v "informedConsentSigned" ] ;
     fhir:display [ fhir:v "Informed consent signed" ] ;
     fhir:definition [ fhir:v "Informed consent signed." ]
  ] [
     fhir:code [ fhir:v "intOrObsComplete" ] ;
     fhir:display [ fhir:v "intervention or observation complete" ] ;
     fhir:definition [ fhir:v "intervention or observation complete." ]
  ] [
     fhir:code [ fhir:v "nonCompliance" ] ;
     fhir:display [ fhir:v "non-compliance" ] ;
     fhir:definition [ fhir:v "non-compliance." ]
  ] [
     fhir:code [ fhir:v "preReg" ] ;
     fhir:display [ fhir:v "pre-registered or slot reserved" ] ;
     fhir:definition [ fhir:v "pre-registered or slot reserved." ]
  ] [
     fhir:code [ fhir:v "refuseConsent" ] ;
     fhir:display [ fhir:v "refuse consent" ] ;
     fhir:definition [ fhir:v "refuse consent." ]
  ] [
     fhir:code [ fhir:v "screenFailure" ] ;
     fhir:display [ fhir:v "screen failure" ] ;
     fhir:definition [ fhir:v "screen failure." ]
  ] [
     fhir:code [ fhir:v "studyClosed" ] ;
     fhir:display [ fhir:v "study permanently closed to accrual" ] ;
     fhir:definition [ fhir:v "study permanently closed to accrual." ]
  ] [
     fhir:code [ fhir:v "studyTerminated" ] ;
     fhir:display [ fhir:v "study terminated" ] ;
     fhir:definition [ fhir:v "study terminated." ]
  ] [
     fhir:code [ fhir:v "subjectRefusal" ] ;
     fhir:display [ fhir:v "subject refusal" ] ;
     fhir:definition [ fhir:v "subject refusal." ]
  ] [
     fhir:code [ fhir:v "unwillingOrUnable" ] ;
     fhir:display [ fhir:v "unwilling or unable to participate" ] ;
     fhir:definition [ fhir:v "unwilling or unable to participate." ]
  ] [
     fhir:code [ fhir:v "withdrawnConsent" ] ;
     fhir:display [ fhir:v "withdrawn consent" ] ;
     fhir:definition [ fhir:v "withdrawn consent." ]
  ] [
     fhir:code [ fhir:v "diseaseRelapse" ] ;
     fhir:display [ fhir:v "Disease Relapse" ] ;
     fhir:definition [ fhir:v "Relapse of disease." ]
  ] [
     fhir:code [ fhir:v "failedRandomization" ] ;
     fhir:display [ fhir:v "Failed Randomization" ] ;
     fhir:definition [ fhir:v "Subject failed randomization." ]
  ] [
     fhir:code [ fhir:v "lackOfEfficacy" ] ;
     fhir:display [ fhir:v "Lack Of Efficacy" ] ;
     fhir:definition [ fhir:v "The study activities were not efficient in dealing with the underlying issue." ]
  ] [
     fhir:code [ fhir:v "lostToFollowUp" ] ;
     fhir:display [ fhir:v "Lost To Follow Up" ] ;
     fhir:definition [ fhir:v "The subject can no longer be followed up." ]
  ] [
     fhir:code [ fhir:v "physicianDecision" ] ;
     fhir:display [ fhir:v "Physician Decision" ] ;
     fhir:definition [ fhir:v "A physician has decided the subject should no longer continue on the study." ]
  ] [
     fhir:code [ fhir:v "pregnancy" ] ;
     fhir:display [ fhir:v "Pregnancy" ] ;
     fhir:definition [ fhir:v "Subject is now pregnant and no longer meets the inclusion criteria." ]
  ] [
     fhir:code [ fhir:v "progressiveDisease" ] ;
     fhir:display [ fhir:v "Progressive Disease" ] ;
     fhir:definition [ fhir:v "The subject has a disease that has progressed to far to allow them to continue in the study." ]
  ] [
     fhir:code [ fhir:v "protocolDeviation" ] ;
     fhir:display [ fhir:v "Protocol Deviation" ] ;
     fhir:definition [ fhir:v "There has been a protocol deviation that cannot be corrected or compensated for." ]
  ] [
     fhir:code [ fhir:v "recovery" ] ;
     fhir:display [ fhir:v "Recovery" ] ;
     fhir:definition [ fhir:v "The subject has recovered and no longer meets the inclusion criteria." ]
  ] [
     fhir:code [ fhir:v "siteTerminated" ] ;
     fhir:display [ fhir:v "Site Terminated" ] ;
     fhir:definition [ fhir:v "The site where the subject was being treated is no longer in the study." ]
  ] [
     fhir:code [ fhir:v "technicalProblems" ] ;
     fhir:display [ fhir:v "Technical Problems" ] ;
     fhir:definition [ fhir:v "The subject cannot continue on the study due to technical issues." ]
  ] [
     fhir:code [ fhir:v "complete" ] ;
     fhir:display [ fhir:v "Complete" ] ;
     fhir:definition [ fhir:v "The study is now complete." ]
  ] ) .

# -------------------------------------------------------------------------------------


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.