Genomics Reporting Implementation Guide
3.0.1-SNAPSHOT - Ballot International flag

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.1-SNAPSHOT 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

: FindANYPopulationSpecificVariantsOutput - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "FindANYPopulationSpecificVariantsOutput",
  "parameter" : [
    {
      "name" : "variants",
      "part" : [
        {
          "name" : "variantItem",
          "valueString" : "NC_000010.10:g.121551307G>A"
        },
        {
          "name" : "numerator",
          "valueQuantity" : {
            "value" : 7
          }
        }
      ]
    },
    {
      "name" : "variants",
      "part" : [
        {
          "name" : "variantItem",
          "valueString" : "NC_000011.10:g.8263343T>C"
        },
        {
          "name" : "numerator",
          "valueQuantity" : {
            "value" : 1
          }
        }
      ]
    },
    {
      "name" : "variants",
      "part" : [
        {
          "name" : "variantItem",
          "valueString" : "NC_000001.10:g.198742263G>A"
        },
        {
          "name" : "numerator",
          "valueQuantity" : {
            "value" : 3
          }
        }
      ]
    }
  ]
}