This page is part of the Genetic Reporting Implementation Guide (v0.3.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Example - Pharmacogenomics - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "Bundle",
  "id" : "diagnosticreport-pgxexample",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/DiagnosticReport/pgx-report",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "pgx-report",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/diagnosticreport"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pgx-report</p><p><b>meta</b>: </p><p><b>basedOn</b>: <a href="ServiceRequest/pgx-request">ServiceRequest/pgx-request</a></p><p><b>status</b>: final</p><p><b>code</b>: Master HL7 genetic variant reporting panel <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81247-9' = 'Master HL7 genetic variant reporting panel)</span></p><p><b>subject</b>: <a href="Patient/patient">Patient/patient</a></p><p><b>effective</b>: 01/01/2016</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>performer</b>: <a href="Organization/lab">Organization/lab</a></p><p><b>result</b>: </p><ul><li><a href="Observation/med-impact-pgx-example">genetics impact for medication metabolism accessment</a></li><li><a href="Observation/genotype-pgx-example">Observation/genotype-pgx-example</a></li><li><a href="Observation/haplotype-1-pgx-example">Observation/haplotype-1-pgx-example</a></li><li><a href="Observation/haplotype-2-pgx-example">Observation/haplotype-2-pgx-example</a></li><li><a href="Observation/variant-1-pgx-example">Observation/variant-1-pgx-example</a></li><li><a href="Observation/variant-2-pgx-example">Observation/variant-2-pgx-example</a></li></ul></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/dr-recommendedAction",
            "valueReference" : {
              "reference" : "Task/med-usage-impact-task-pgx-example"
            }
          }
        ],
        "basedOn" : [
          {
            "reference" : "ServiceRequest/pgx-request"
          }
        ],
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "81247-9"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/patient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            "reference" : "Organization/lab"
          }
        ],
        "result" : [
          {
            "reference" : "Observation/med-impact-pgx-example",
            "display" : "genetics impact for medication metabolism accessment"
          },
          {
            "reference" : "Observation/genotype-pgx-example"
          },
          {
            "reference" : "Observation/haplotype-1-pgx-example"
          },
          {
            "reference" : "Observation/haplotype-2-pgx-example"
          },
          {
            "reference" : "Observation/variant-1-pgx-example"
          },
          {
            "reference" : "Observation/variant-2-pgx-example"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Patient/patient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient",
        "text" : {
          "status" : "additional",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml">This would contain patient identifiers, demographics, etc.</div>"
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Specimen/specimen",
      "resource" : {
        "resourceType" : "Specimen",
        "id" : "specimen",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/specimen"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml">TODO</div>"
        },
        "subject" : {
          "reference" : "Patient/patient"
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Organization/lab",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "lab",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml">TODO</div>"
        },
        "name" : "Some lab"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/ServiceRequest/pgx-request",
      "resource" : {
        "resourceType" : "ServiceRequest",
        "id" : "pgx-request",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/servicerequest"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml">TODO</div>"
        },
        "status" : "active",
        "intent" : "original-order",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "81247-9"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/patient"
        },
        "reasonCode" : [
          {
            "text" : "Worried about family planning"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Observation/med-impact-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "med-impact-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-metabolism"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: med-impact-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Genetic variation's effect on drug metabolism <span style="background: LightGoldenRodYellow">(Details : {LOINC code '53040-2' = 'Genetic variation's effect on drug metabolism', given as 'Genetic variation's effect on drug metabolism'})</span></p><p><b>subject</b>: <a href="Patient/patient">Patient/patient</a></p><p><b>effective</b>: 01/01/2018</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>performer</b>: <a href="Organization/lab">Organization/lab</a></p><p><b>value</b>: Rapid metabolizer <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'LA25390-8' = 'LA25390-8', given as 'Rapid metabolizer'})</span></p><p><b>derivedFrom</b>: <a href="Observation/genotype-pgx-example">Observation/genotype-pgx-example</a></p><h3>Components</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Medication assessed <span style="background: LightGoldenRodYellow">(Details : {LOINC code '51963-7' = 'Medication assessed [ID]', given as 'Medication assessed'})</span></td><td>6-mercaptopurine <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '103' = 'mercaptopurine', given as '6-mercaptopurine'})</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "53040-2",
              "display" : "Genetic variation's effect on drug metabolism"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/patient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            "reference" : "Organization/lab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA25390-8",
              "display" : "Rapid metabolizer"
            }
          ]
        },
        "derivedFrom" : [
          {
            "reference" : "Observation/genotype-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51963-7",
                  "display" : "Medication assessed"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                  "code" : "103",
                  "display" : "6-mercaptopurine"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Observation/genotype-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "genotype-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-genotype"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: genotype-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: genotype display name <span style="background: LightGoldenRodYellow">(Details : {LOINC code '84413-4' = 'Genotype display name', given as 'genotype display name'})</span></p><p><b>effective</b>: 01/01/2018</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>value</b>: *4/*35B</p><p><b>specimen</b>: <a href="Specimen/specimen">Specimen/specimen</a></p><p><b>derivedFrom</b>: </p><ul><li><a href="Observation/haplotype-1-pgx-example">Observation/haplotype-1-pgx-example</a></li><li><a href="Observation/haplotype-2-pgx-example">Observation/haplotype-2-pgx-example</a></li></ul><h3>Components</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Gene studied ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48018-6' = 'Gene studied [ID]', given as 'Gene studied ID'})</span></td><td>CYP2C9 <span style="background: LightGoldenRodYellow">(Details : {http://www.genenames.org code '2623' = '2623', given as 'CYP2C9'})</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "84413-4",
              "display" : "genotype display name"
            }
          ]
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "valueString" : "*4/*35B",
        "specimen" : {
          "reference" : "Specimen/specimen"
        },
        "derivedFrom" : [
          {
            "reference" : "Observation/haplotype-1-pgx-example"
          },
          {
            "reference" : "Observation/haplotype-2-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6",
                  "display" : "Gene studied ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Observation/haplotype-1-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "haplotype-1-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-haplotype"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: haplotype-1-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Haplotype Name <span style="background: LightGoldenRodYellow">(Details : {LOINC code '84414-2' = 'Haplotype name', given as 'Haplotype Name'})</span></p><p><b>effective</b>: 01/01/2018</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>value</b>: *35B</p><p><b>specimen</b>: <a href="Specimen/specimen">Specimen/specimen</a></p><p><b>derivedFrom</b>: <a href="Observation/variant-1-pgx-example">Observation/variant-1-pgx-example</a></p><h3>Components</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Gene studied ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48018-6' = 'Gene studied [ID]', given as 'Gene studied ID'})</span></td><td>CYP2C9 <span style="background: LightGoldenRodYellow">(Details : {http://www.genenames.org code '2623' = '2623', given as 'CYP2C9'})</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "84414-2",
              "display" : "Haplotype Name"
            }
          ]
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "valueString" : "*35B",
        "specimen" : {
          "reference" : "Specimen/specimen"
        },
        "derivedFrom" : [
          {
            "reference" : "Observation/variant-1-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6",
                  "display" : "Gene studied ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Observation/haplotype-2-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "haplotype-2-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-haplotype"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: haplotype-2-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Haplotype Name <span style="background: LightGoldenRodYellow">(Details : {LOINC code '84414-2' = 'Haplotype name', given as 'Haplotype Name'})</span></p><p><b>effective</b>: 01/01/2018</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>value</b>: *4</p><p><b>specimen</b>: <a href="Specimen/specimen">Specimen/specimen</a></p><p><b>derivedFrom</b>: <a href="Observation/variant-2-pgx-example">Observation/variant-2-pgx-example</a></p><h3>Components</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Gene studied ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48018-6' = 'Gene studied [ID]', given as 'Gene studied ID'})</span></td><td>CYP2C9 <span style="background: LightGoldenRodYellow">(Details : {http://www.genenames.org code '2623' = '2623', given as 'CYP2C9'})</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "84414-2",
              "display" : "Haplotype Name"
            }
          ]
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "valueString" : "*4",
        "specimen" : {
          "reference" : "Specimen/specimen"
        },
        "derivedFrom" : [
          {
            "reference" : "Observation/variant-2-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6",
                  "display" : "Gene studied ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Observation/variant-1-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "variant-1-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-described-variant"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: variant-1-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Genetic variant assessment <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'TBD-Described' = 'TBD-Described', given as 'Genetic variant assessment'})</span></p><p><b>effective</b>: 01/01/2018</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>value</b>: Present <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'LA9633-4' = 'LA9633-4', given as 'Present'})</span></p><p><b>specimen</b>: <a href="Specimen/specimen">Specimen/specimen</a></p><p><b>derivedFrom</b>: <a href="MolecularSequence/sequence-1-pgx-example">MolecularSequence/sequence-1-pgx-example</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Gene studied ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48018-6' = 'Gene studied [ID]', given as 'Gene studied ID'})</span></p><p><b>value</b>: CYP2C9 <span style="background: LightGoldenRodYellow">(Details : {http://www.genenames.org code '2623' = '2623', given as 'CYP2C9'})</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic reference sequence ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48013-7' = 'Genomic reference sequence [ID]', given as 'Genomic reference sequence ID'})</span></p><p><b>value</b>: NG_007726.3 <span style="background: LightGoldenRodYellow">(Details : {http://www.ncbi.nlm.nih.gov/nuccore code 'NG_007726.3' = 'NG_007726.3)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: dbSNP ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81255-2' = 'dbSNP [ID]', given as 'dbSNP ID'})</span></p><p><b>value</b>: rs12345 <span style="background: LightGoldenRodYellow">(Details : {https://www.ncbi.nlm.nih.gov/SNP/ code 'rs12345' = 'rs12345)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic Ref allele <span style="background: LightGoldenRodYellow">(Details : {LOINC code '69547-8' = 'Genomic ref allele [ID]', given as 'Genomic Ref allele'})</span></p><p><b>value</b>: T</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic Alt allele <span style="background: LightGoldenRodYellow">(Details : {LOINC code '69551-0' = 'Genomic alt allele [ID]', given as 'Genomic Alt allele'})</span></p><p><b>value</b>: G</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic Allele start-end <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81254-5' = 'Genomic allele start-end', given as 'Genomic Allele start-end'})</span></p><p><b>value</b>: 55227976-55227977</p></blockquote></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "TBD-Described",
              "display" : "Genetic variant assessment"
            }
          ]
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          "reference" : "Specimen/specimen"
        },
        "derivedFrom" : [
          {
            "reference" : "MolecularSequence/sequence-1-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6",
                  "display" : "Gene studied ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48013-7",
                  "display" : "Genomic reference sequence ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/nuccore",
                  "code" : "NG_007726.3"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81255-2",
                  "display" : "dbSNP ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.ncbi.nlm.nih.gov/SNP/",
                  "code" : "rs12345"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69547-8",
                  "display" : "Genomic Ref allele"
                }
              ]
            },
            "valueString" : "T"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69551-0",
                  "display" : "Genomic Alt allele"
                }
              ]
            },
            "valueString" : "G"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81254-5",
                  "display" : "Genomic Allele start-end"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 55227976
              },
              "high" : {
                "value" : 55227977
              }
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Observation/variant-2-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "variant-2-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-described-variant"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: variant-2-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Genetic variant assessment <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'TBD-Described' = 'TBD-Described', given as 'Genetic variant assessment'})</span></p><p><b>effective</b>: 01/01/2018</p><p><b>issued</b>: 06/03/2018 12:00:00 AM</p><p><b>value</b>: Present <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'LA9633-4' = 'LA9633-4', given as 'Present'})</span></p><p><b>specimen</b>: <a href="Specimen/specimen">Specimen/specimen</a></p><p><b>derivedFrom</b>: <a href="MolecularSequence/sequence-2-pgx-example">MolecularSequence/sequence-2-pgx-example</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Gene studied ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48018-6' = 'Gene studied [ID]', given as 'Gene studied ID'})</span></p><p><b>value</b>: CYP2C9 <span style="background: LightGoldenRodYellow">(Details : {http://www.genenames.org code '2623' = '2623', given as 'CYP2C9'})</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic reference sequence ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '48013-7' = 'Genomic reference sequence [ID]', given as 'Genomic reference sequence ID'})</span></p><p><b>value</b>: NG_007726.3 <span style="background: LightGoldenRodYellow">(Details : {http://www.ncbi.nlm.nih.gov/nuccore code 'NG_007726.3' = 'NG_007726.3)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: dbSNP ID <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81255-2' = 'dbSNP [ID]', given as 'dbSNP ID'})</span></p><p><b>value</b>: rs233455 <span style="background: LightGoldenRodYellow">(Details : {https://www.ncbi.nlm.nih.gov/SNP/ code 'rs233455' = 'rs233455)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic Ref allele <span style="background: LightGoldenRodYellow">(Details : {LOINC code '69547-8' = 'Genomic ref allele [ID]', given as 'Genomic Ref allele'})</span></p><p><b>value</b>: T</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic Alt allele <span style="background: LightGoldenRodYellow">(Details : {LOINC code '69551-0' = 'Genomic alt allele [ID]', given as 'Genomic Alt allele'})</span></p><p><b>value</b>: G</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic Allele start-end <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81254-5' = 'Genomic allele start-end', given as 'Genomic Allele start-end'})</span></p><p><b>value</b>: 55227978-55227979</p></blockquote></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "TBD-Described",
              "display" : "Genetic variant assessment"
            }
          ]
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          "reference" : "Specimen/specimen"
        },
        "derivedFrom" : [
          {
            "reference" : "MolecularSequence/sequence-2-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6",
                  "display" : "Gene studied ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48013-7",
                  "display" : "Genomic reference sequence ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/nuccore",
                  "code" : "NG_007726.3"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81255-2",
                  "display" : "dbSNP ID"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.ncbi.nlm.nih.gov/SNP/",
                  "code" : "rs233455"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69547-8",
                  "display" : "Genomic Ref allele"
                }
              ]
            },
            "valueString" : "T"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69551-0",
                  "display" : "Genomic Alt allele"
                }
              ]
            },
            "valueString" : "G"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81254-5",
                  "display" : "Genomic Allele start-end"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 55227978
              },
              "high" : {
                "value" : 55227979
              }
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/MolecularSequence/sequence-1-pgx-example",
      "resource" : {
        "resourceType" : "MolecularSequence",
        "id" : "sequence-1-pgx-example",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: sequence-1-pgx-example</p><p><b>type</b>: dna</p><p><b>coordinateSystem</b>: 0</p><h3>ReferenceSeqs</h3><table class="grid"><tr><td>-</td><td><b>Orientation</b></td><td><b>ReferenceSeqId</b></td><td><b>WindowStart</b></td><td><b>WindowEnd</b></td></tr><tr><td>*</td><td>sense</td><td>NG-007726.3 <span style="background: LightGoldenRodYellow">(Details : {http://www.ncbi.nlm.nih.gov/nuccore code 'NG-007726.3' = 'NG-007726.3)</span></td><td>55227970</td><td>55227980</td></tr></table></div>"
        },
        "type" : "dna",
        "coordinateSystem" : 0,
        "referenceSeq" : {
          "orientation" : "sense",
          "referenceSeqId" : {
            "coding" : [
              {
                "system" : "http://www.ncbi.nlm.nih.gov/nuccore",
                "code" : "NG-007726.3"
              }
            ]
          },
          "windowStart" : 55227970,
          "windowEnd" : 55227980
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/MolecularSequence/sequence-2-pgx-example",
      "resource" : {
        "resourceType" : "MolecularSequence",
        "id" : "sequence-2-pgx-example",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: sequence-2-pgx-example</p><p><b>type</b>: dna</p><p><b>coordinateSystem</b>: 0</p><h3>ReferenceSeqs</h3><table class="grid"><tr><td>-</td><td><b>Orientation</b></td><td><b>ReferenceSeqId</b></td><td><b>WindowStart</b></td><td><b>WindowEnd</b></td></tr><tr><td>*</td><td>sense</td><td>NG-007726.3 <span style="background: LightGoldenRodYellow">(Details : {http://www.ncbi.nlm.nih.gov/nuccore code 'NG-007726.3' = 'NG-007726.3)</span></td><td>55227970</td><td>55227980</td></tr></table></div>"
        },
        "type" : "dna",
        "coordinateSystem" : 0,
        "referenceSeq" : {
          "orientation" : "sense",
          "referenceSeqId" : {
            "coding" : [
              {
                "system" : "http://www.ncbi.nlm.nih.gov/nuccore",
                "code" : "NG-007726.3"
              }
            ]
          },
          "windowStart" : 55227970,
          "windowEnd" : 55227980
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/Task/med-usage-impact-task-pgx-example",
      "resource" : {
        "resourceType" : "Task",
        "id" : "med-usage-impact-task-pgx-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/task-med-chg"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: med-usage-impact-task-pgx-example</p><p><b>meta</b>: </p><p><b>status</b>: requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: Any Increase does Recommendation Text from the provider <span style="background: LightGoldenRodYellow">(Details : {LOINC code 'LA26423-6' = 'LA26423-6', given as 'Increase dose'})</span></p><p><b>description</b>: Any Increase does Recommendation Text from the provider</p><p><b>focus</b>: <a href="MedicationStatement/current-med-example">MedicationStatement/current-med-example</a></p><p><b>for</b>: <a href="Patient/patient">Patient/patient</a></p><p><b>reasonReference</b>: <a href="Observation/med-impact-pgx-example">Observation/med-impact-pgx-example</a></p></div>"
        },
        "status" : "requested",
        "intent" : "proposal",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA26423-6",
              "display" : "Increase dose"
            }
          ],
          "text" : "Any Increase does Recommendation Text from the provider"
        },
        "description" : "Any Increase does Recommendation Text from the provider",
        "focus" : {
          "reference" : "MedicationStatement/current-med-example"
        },
        "for" : {
          "reference" : "Patient/patient"
        },
        "reasonReference" : {
          "reference" : "Observation/med-impact-pgx-example"
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/uv/genomics-reporting/MedicationStatement/current-med-example",
      "resource" : {
        "resourceType" : "MedicationStatement",
        "id" : "current-med-example",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medicationstatement"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: current-med-example</p><p><b>meta</b>: </p><p><b>status</b>: unknown</p><p><b>medication</b>: 6-mercaptopurine <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '103' = 'mercaptopurine', given as '6-mercaptopurine'})</span></p><p><b>subject</b>: <a href="Patient/patient">Patient/patient</a></p></div>"
        },
        "status" : "unknown",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "103",
              "display" : "6-mercaptopurine"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/patient"
        }
      }
    }
  ]
}