FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/genomic-study-status-cs

Packagehl7.fhir.uv.genomics-reporting
Resource TypeCodeSystem
Idgenomic-study-status-cs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/genomics-reporting/https://build.fhir.org/ig/HL7/genomics-reporting/CodeSystem-genomic-study-status-cs.html
URLhttp://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-status-cs
Version4.0.0-ballot
Statusactive
Date2025-06-24T17:31:37+00:00
NameGenomicStudyStatusCS
TitleGenomic Study Status CodeSystem
Realmuv
Authorityhl7
DescriptionBackport of http://hl7.org/fhir/genomicstudy-status
Contentcomplete

Resources that use this resource

ConceptMap
GenomicStudyStatusMapGenomic Study Status Map
ValueSet
genomic-study-status-vsGenomic Study Status ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem genomic-study-status-cs

This case-sensitive code system http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-status-cs defines the following codes:

CodeDisplayDefinition
registered RegisteredThe existence of the genomic study is registered, but there is nothing yet available.
available AvailableAt least one instance has been associated with this genomic study.
cancelled CancelledThe genomic study is unavailable because the genomic study was not started or not completed (also sometimes called 'aborted').
entered-in-error Entered in ErrorThe genomic study has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be 'cancelled' rather than 'entered-in-error'.).
unknown UnknownThe system does not know which of the status values currently applies for this request. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, it's just not known which one.

Source

{
  "resourceType": "CodeSystem",
  "id": "genomic-study-status-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cg"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/genomics-reporting/ImplementationGuide/genomics-reporting"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/genomics-reporting/ImplementationGuide/genomics-reporting"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-status-cs",
  "version": "4.0.0-ballot",
  "name": "GenomicStudyStatusCS",
  "title": "Genomic Study Status CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2025-06-24T17:31:37+00:00",
  "publisher": "HL7 International / Clinical Genomics",
  "contact": [
    {
      "name": "HL7 International / Clinical Genomics",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/clingenomics"
        },
        {
          "system": "email",
          "value": "cg@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Backport of http://hl7.org/fhir/genomicstudy-status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "registered",
      "display": "Registered",
      "definition": "The existence of the genomic study is registered, but there is nothing yet available."
    },
    {
      "code": "available",
      "display": "Available",
      "definition": "At least one instance has been associated with this genomic study."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The genomic study is unavailable because the genomic study was not started or not completed (also sometimes called 'aborted')."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The genomic study has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be 'cancelled' rather than 'entered-in-error'.)."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, it's just not known which one."
    }
  ]
}