Genomics Reporting Implementation Guide
3.0.0 - STU3 International flag

Publication Build: This will be filled in by the publication tooling

: FindPopulationMolecConseqOutput - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "FindPopulationMolecConseqOutput",
  "parameter" : [
    {
      "name" : "consequences",
      "part" : [
        {
          "name" : "numerator",
          "valueQuantity" : {
            "value" : 23
          }
        },
        {
          "name" : "subject",
          "valueString" : "patient/12345"
        },
        {
          "name" : "subject",
          "valueString" : "patient/23456"
        },
        {
          "name" : "subject",
          "valueString" : "..."
        }
      ]
    }
  ]
}