Snapshot 3: Connectathon 32 Base

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