FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MolecularDefinition/example-genomic-cyp2c19-accession (JSON)

Clinical Genomics Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Genomic Sequence example of CYP2C19 By Accession Number

{
  "resourceType" : "MolecularDefinition",
  "id" : "example-genomic-cyp2c19-accession",
  "moleculeType" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/sequence-type",
      "code" : "dna",
      "display" : "DNA Sequence"
    }]
  },
  "representation" : [{
    "code" : [{
      "coding" : [{
        "system" : "http://www.ncbi.nlm.nih.gov/refseq",
        "code" : "NG_008384.3",
        "display" : "Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), RefSeqGene (LRG_584) on chromosome 10"
      }]
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.