http://hl7.org/fhir/genomicstudy-dataformat|5.0.0

name
GenomicStudyDataFormat
package
hl7.fhir.r5.core@5.0.0
content
complete
experimental
true
status
active
date
2022-08-17 19:49:24.0

Genomic Study Data Format

The data format relevant to genomics. These formats and relevant codes were pulled from [Integrative Genomics Viewer Documentation](https://software.broadinstitute.org/software/igv/FileFormats) by Broad Institute.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/genomicstudy-dataformat"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}