FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageflute.requirements
Resource TypeCodeSystem
IdCodeSystem-COS-ResearchStudyPhase.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/hl7-eu/flute-requirements/CodeSystem-COS-ResearchStudyPhase.html
URLhttps://flute.com/CodeSystem/COS-ResearchStudyPhase
Version0.1.0
Statusactive
Date2026-01-30T16:42:51+00:00
NameCOS_ResearchStudyPhase
TitleCustom Research Study Phases (Cohort/Datamart)
Authorityhl7
DescriptionCodes for tracking study phases related to cohort and datamart generation.
Contentcomplete

Resources that use this resource

ValueSet
VS-ResearchStudyPhaseResearch Study Phase Code

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem COS-ResearchStudyPhase

This case-sensitive code system https://flute.com/CodeSystem/COS-ResearchStudyPhase defines the following codes:

CodeDisplayDefinition
initial Initial PhaseStudy is created; cohort/data not yet extracted.
post-cohorting Post-Cohorting PhasePatient cohort has been successfully generated.
post-datamart Post-Datamart PhaseDatamart has been generated for analysis.

Source1

{
  "resourceType": "CodeSystem",
  "id": "COS-ResearchStudyPhase",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://flute.com/CodeSystem/COS-ResearchStudyPhase",
  "version": "0.1.0",
  "name": "COS_ResearchStudyPhase",
  "title": "Custom Research Study Phases (Cohort/Datamart)",
  "status": "active",
  "experimental": false,
  "date": "2026-01-30T16:42:51+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.eu"
        }
      ]
    }
  ],
  "description": "Codes for tracking study phases related to cohort and datamart generation.",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "initial",
      "display": "Initial Phase",
      "definition": "Study is created; cohort/data not yet extracted."
    },
    {
      "code": "post-cohorting",
      "display": "Post-Cohorting Phase",
      "definition": "Patient cohort has been successfully generated."
    },
    {
      "code": "post-datamart",
      "display": "Post-Datamart Phase",
      "definition": "Datamart has been generated for analysis."
    }
  ]
}