Cqgc Implementation Guide
0.1.0 - CI Build
Cqgc Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2025-08-01 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "document-format"] ; #
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 document-format</b></p><a name=\"document-format\"> </a><a name=\"hcdocument-format\"> </a><p>This case-sensitive code system <code>http://fhir.cqgc.ferlab.bio/CodeSystem/document-format</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>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">CRAM<a name=\"document-format-CRAM\"> </a></td><td>CRAM File</td><td>Fichier CRAM</td></tr><tr><td style=\"white-space:nowrap\">CRAI<a name=\"document-format-CRAI\"> </a></td><td>CRAI Index File</td><td>Fichier d'index CRAI</td></tr><tr><td style=\"white-space:nowrap\">VCF<a name=\"document-format-VCF\"> </a></td><td>VCF File</td><td>Fichier VCF</td></tr><tr><td style=\"white-space:nowrap\">TBI<a name=\"document-format-TBI\"> </a></td><td>TBI Index File</td><td>Fichier d'index TBI</td></tr><tr><td style=\"white-space:nowrap\">TGZ<a name=\"document-format-TGZ\"> </a></td><td>TGZ Archive File</td><td>Fichier d'archive TGZ</td></tr><tr><td style=\"white-space:nowrap\">JSON<a name=\"document-format-JSON\"> </a></td><td>JSON File</td><td>Fichier JSON</td></tr><tr><td style=\"white-space:nowrap\">HTML<a name=\"document-format-HTML\"> </a></td><td>HTML File</td><td>Fichier HTML</td></tr><tr><td style=\"white-space:nowrap\">TSV<a name=\"document-format-TSV\"> </a></td><td>TSV File</td><td>Fichier TSV</td></tr><tr><td style=\"white-space:nowrap\">BW<a name=\"document-format-BW\"> </a></td><td>BW File</td><td>Fichier BW</td></tr><tr><td style=\"white-space:nowrap\">BED<a name=\"document-format-BED\"> </a></td><td>BED File</td><td>Fichier BED</td></tr><tr><td style=\"white-space:nowrap\">PNG<a name=\"document-format-PNG\"> </a></td><td>PNG File</td><td>Fichier PNG</td></tr><tr><td style=\"white-space:nowrap\">CSV<a name=\"document-format-CSV\"> </a></td><td>CSV File</td><td>Fichier CSV</td></tr><tr><td style=\"white-space:nowrap\">PDF<a name=\"document-format-PDF\"> </a></td><td>PDF File</td><td>Fichier PDF</td></tr><tr><td style=\"white-space:nowrap\">TXT<a name=\"document-format-TXT\"> </a></td><td>Text File</td><td>Fichier texte</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.cqgc.ferlab.bio/CodeSystem/document-format"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "document-format"] ; #
fhir:title [ fhir:v "Document formats"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-01T14:30:53+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Ferlab.bio"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Cqgc" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:support@ferlab.bio" ] ] )
] ) ; #
fhir:description [ fhir:v "Document formats"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "CRAM" ] ;
fhir:display [ fhir:v "CRAM File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier CRAM" ] ] )
] [
fhir:code [ fhir:v "CRAI" ] ;
fhir:display [ fhir:v "CRAI Index File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier d'index CRAI" ] ] )
] [
fhir:code [ fhir:v "VCF" ] ;
fhir:display [ fhir:v "VCF File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier VCF" ] ] )
] [
fhir:code [ fhir:v "TBI" ] ;
fhir:display [ fhir:v "TBI Index File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier d'index TBI" ] ] )
] [
fhir:code [ fhir:v "TGZ" ] ;
fhir:display [ fhir:v "TGZ Archive File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier d'archive TGZ" ] ] )
] [
fhir:code [ fhir:v "JSON" ] ;
fhir:display [ fhir:v "JSON File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier JSON" ] ] )
] [
fhir:code [ fhir:v "HTML" ] ;
fhir:display [ fhir:v "HTML File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier HTML" ] ] )
] [
fhir:code [ fhir:v "TSV" ] ;
fhir:display [ fhir:v "TSV File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier TSV" ] ] )
] [
fhir:code [ fhir:v "BW" ] ;
fhir:display [ fhir:v "BW File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier BW" ] ] )
] [
fhir:code [ fhir:v "BED" ] ;
fhir:display [ fhir:v "BED File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier BED" ] ] )
] [
fhir:code [ fhir:v "PNG" ] ;
fhir:display [ fhir:v "PNG File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier PNG" ] ] )
] [
fhir:code [ fhir:v "CSV" ] ;
fhir:display [ fhir:v "CSV File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier CSV" ] ] )
] [
fhir:code [ fhir:v "PDF" ] ;
fhir:display [ fhir:v "PDF File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier PDF" ] ] )
] [
fhir:code [ fhir:v "TXT" ] ;
fhir:display [ fhir:v "Text File" ] ;
( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Fichier texte" ] ] )
] ) . #
IG © 2020+ Ferlab.bio. Package cqgc#0.1.0 based on FHIR 4.0.1. Generated 2025-08-01
Links: Table of Contents |
QA Report