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-sequence-cyp2c19-Concatenated-regions (JSON)

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

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

Example of Sequence profile of CYP2C19 of concatenated upstream, gene, and downstream regions

{
  "resourceType" : "MolecularDefinition",
  "id" : "example-sequence-cyp2c19-Concatenated-regions",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/sequence"]
  },
  "type" : "dna",
  "representation" : [{
    "concatenated" : {
      "sequenceElement" : [{
        "sequence" : {
          "reference" : "MolecularDefinition/example-sequence-cyp2c19-upstream-region",
          "type" : "MolecularDefinition",
          "display" : "Sequence CYP2C19 Upstream Region"
        },
        "ordinalIndex" : 0
      },
      {
        "sequence" : {
          "reference" : "MolecularDefinition/example-sequence-cyp2c19-gene-region",
          "type" : "MolecularDefinition",
          "display" : "Sequence CYP2C19 Gene Region"
        },
        "ordinalIndex" : 1
      },
      {
        "sequence" : {
          "reference" : "MolecularDefinition/example-sequence-cyp2c19-downstream-region",
          "type" : "MolecularDefinition",
          "display" : "Sequence CYP2C19 Downstream Region"
        },
        "ordinalIndex" : 2
      }]
    }
  }]
}

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.