Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions
Active as of 2024-11-24 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "genomic-study-status-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem genomic-study-status-cs</b></p><a name=\"genomic-study-status-cs\"> </a><a name=\"hcgenomic-study-status-cs\"> </a><a name=\"genomic-study-status-cs-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-status-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">registered<a name=\"genomic-study-status-cs-registered\"> </a></td><td>Registered</td><td>The existence of the genomic study is registered, but there is nothing yet available.</td></tr><tr><td style=\"white-space:nowrap\">available<a name=\"genomic-study-status-cs-available\"> </a></td><td>Available</td><td>At least one instance has been associated with this genomic study.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"genomic-study-status-cs-cancelled\"> </a></td><td>Cancelled</td><td>The genomic study is unavailable because the genomic study was not started or not completed (also sometimes called 'aborted').</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"genomic-study-status-cs-entered-in-error\"> </a></td><td>Entered in Error</td><td>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'.).</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"genomic-study-status-cs-unknown\"> </a></td><td>Unknown</td><td>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.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cg" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-status-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.0"] ; #
fhir:name [ fhir:v "GenomicStudyStatusCS"] ; #
fhir:title [ fhir:v "Genomic Study Status CodeSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-24T13:22:27+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Genomics"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Clinical Genomics" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/clingenomics" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cg@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Backport of http://hl7.org/fhir/genomicstudy-status"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "registered" ] ;
fhir:display [ fhir:v "Registered" ] ;
fhir:definition [ fhir:v "The existence of the genomic study is registered, but there is nothing yet available." ]
] [
fhir:code [ fhir:v "available" ] ;
fhir:display [ fhir:v "Available" ] ;
fhir:definition [ fhir:v "At least one instance has been associated with this genomic study." ]
] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "The genomic study is unavailable because the genomic study was not started or not completed (also sometimes called 'aborted')." ]
] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered in Error" ] ;
fhir:definition [ fhir:v "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'.)." ]
] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ;
fhir:definition [ fhir:v "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." ]
] ) . #
IG © 2022+ HL7 International / Clinical Genomics. Package hl7.fhir.uv.genomics-reporting#3.0.0 based on FHIR 4.0.1. Generated 2024-11-24
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change