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

: bundle-pgxexample - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "bundle-pgxexample",
  "type" : "transaction",
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/DiagnosticReport/pgx-report",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "pgx-report",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_pgx-report\"> </a><p><b>Generated Narrative: DiagnosticReport</b><a name=\"pgx-report\"> </a><a name=\"hcpgx-report\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DiagnosticReport &quot;pgx-report&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-genomic-report.html\">Genomic Report</a></p></div><p><b>Recommended Action</b>: See on this page: Task/med-usage-impact-task-pgx-example</p><p><b>basedOn</b>: See on this page: ServiceRequest/pgx-request</p><p><b>status</b>: final</p><p><b>category</b>: Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Gene analysis narr rpt Doc <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51969-4)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2016</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>result</b>: </p><ul><li>See on this page: Observation/med-impact-pgx-example: genetics impact for medication metabolism accessment</li><li>See on this page: Observation/genotype-pgx-example</li><li>See on this page: Observation/haplotype-1-pgx-example</li><li>See on this page: Observation/haplotype-2-pgx-example</li><li>See on this page: Observation/variant-1-pgx-example</li><li>See on this page: Observation/variant-2-pgx-example</li></ul></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/recommended-action",
            "valueReference" : {
              "reference" : "Task/med-usage-impact-task-pgx-example"
            }
          }
        ],
        "basedOn" : [
          {
            "reference" : "ServiceRequest/pgx-request"
          }
        ],
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "51969-4"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "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"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "DiagnosticReport"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Patient/ExamplePatient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "ExamplePatient",
        "text" : {
          "status" : "additional",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This would contain patient identifiers, demographics, etc.</div>"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "Patient"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Specimen/ExampleSpecimen",
      "resource" : {
        "resourceType" : "Specimen",
        "id" : "ExampleSpecimen",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_ExampleSpecimen\"> </a><p><b>Generated Narrative: Specimen</b><a name=\"ExampleSpecimen\"> </a><a name=\"hcExampleSpecimen\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Specimen &quot;ExampleSpecimen&quot; </p></div><p><b>subject</b>: See on this page: Patient/ExamplePatient</p></div>"
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "Specimen"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Organization/ExampleLab",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "ExampleLab",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleLab\"> </a><p><b>Generated Narrative: Organization</b><a name=\"ExampleLab\"> </a><a name=\"hcExampleLab\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;ExampleLab&quot; </p></div><p><b>name</b>: Some lab</p></div>"
        },
        "name" : "Some lab"
      },
      "request" : {
        "method" : "POST",
        "url" : "Organization"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/ServiceRequest/pgx-request",
      "resource" : {
        "resourceType" : "ServiceRequest",
        "id" : "pgx-request",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_pgx-request\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"pgx-request\"> </a><a name=\"hcpgx-request\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;pgx-request&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>code</b>: Gene analysis narr rpt Doc <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51969-4)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>reasonCode</b>: Worried about family planning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></div>"
        },
        "status" : "active",
        "intent" : "original-order",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "51969-4"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "reasonCode" : [
          {
            "text" : "Worried about family planning"
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "ServiceRequest"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/med-impact-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "med-impact-pgx-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/therapeutic-implication"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_med-impact-pgx-example\"> </a><p><b>Generated Narrative: Observation</b><a name=\"med-impact-pgx-example\"> </a><a name=\"hcmed-impact-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;med-impact-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-therapeutic-implication.html\">Therapeutic Implication</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Therapeutic Implication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-tbd-codes-cs.html\">To Be Determined Codes</a>#therapeutic-implication)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2018</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>derivedFrom</b>: See on this page: Observation/genotype-pgx-example</p><blockquote><p><b>component</b></p><p><b>code</b>: Therapeutic Implication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-tbd-codes-cs.html\">To Be Determined Codes</a>#therapeutic-implication)</span></p><p><b>value</b>: Rapid metabolizer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA25390-8)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Medication assessed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51963-7)</span></p><p><b>value</b>: mercaptopurine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#103)</span></p></blockquote></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
              "code" : "therapeutic-implication",
              "display" : "Therapeutic Implication"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "derivedFrom" : [
          {
            "reference" : "Observation/genotype-pgx-example"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
                  "code" : "therapeutic-implication"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA25390-8",
                  "display" : "Rapid metabolizer"
                }
              ]
            }
          },
          {
            "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" : "mercaptopurine"
                }
              ]
            }
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/genotype-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "genotype-pgx-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genotype"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_genotype-pgx-example\"> </a><p><b>Generated Narrative: Observation</b><a name=\"genotype-pgx-example\"> </a><a name=\"hcgenotype-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;genotype-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-genotype.html\">Genotype</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: genotype display name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#84413-4)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2018</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: CYP2C9 *4/*35B <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (www.pharmvar.org#&quot;CYP2C9)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: </p><ul><li>See on this page: Observation/haplotype-1-pgx-example</li><li>See on this page: Observation/haplotype-2-pgx-example</li></ul><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Gene studied ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48018-6)</span></td><td>CYP2C9 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgnc.html\">HUGO Gene Nomenclature Committee Genes</a>#HGNC:2623)</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "84413-4",
              "display" : "genotype display name"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.pharmvar.org",
              "code" : "\"CYP2C9",
              "display" : "CYP2C9 *4/*35B"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "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" : "HGNC:2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/haplotype-1-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "haplotype-1-pgx-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_haplotype-1-pgx-example\"> </a><p><b>Generated Narrative: Observation</b><a name=\"haplotype-1-pgx-example\"> </a><a name=\"hchaplotype-1-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;haplotype-1-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haplotype.html\">Haplotype</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Haplotype Name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#84414-2)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2018</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: CYP2C9 *35B <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (www.pharmvar.org#&quot;CYP2C9)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: See on this page: Observation/variant-1-pgx-example</p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Gene studied ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48018-6)</span></td><td>CYP2C9 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgnc.html\">HUGO Gene Nomenclature Committee Genes</a>#HGNC:2623)</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "84414-2",
              "display" : "Haplotype Name"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.pharmvar.org",
              "code" : "\"CYP2C9",
              "display" : "CYP2C9 *35B"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "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" : "HGNC:2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/haplotype-2-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "haplotype-2-pgx-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_haplotype-2-pgx-example\"> </a><p><b>Generated Narrative: Observation</b><a name=\"haplotype-2-pgx-example\"> </a><a name=\"hchaplotype-2-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;haplotype-2-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haplotype.html\">Haplotype</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Haplotype Name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#84414-2)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2018</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: CYP2C9 *4 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (www.pharmvar.org#&quot;CYP2C9)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: See on this page: Observation/variant-2-pgx-example</p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Gene studied ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48018-6)</span></td><td>CYP2C9 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgnc.html\">HUGO Gene Nomenclature Committee Genes</a>#HGNC:2623)</span></td></tr></table></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "84414-2",
              "display" : "Haplotype Name"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.pharmvar.org",
              "code" : "\"CYP2C9",
              "display" : "CYP2C9 *4"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "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" : "HGNC:2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/variant-1-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "variant-1-pgx-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_variant-1-pgx-example\"> </a><p><b>Generated Narrative: Observation</b><a name=\"variant-1-pgx-example\"> </a><a name=\"hcvariant-1-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;variant-1-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-variant.html\">Variant</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Genetic variant assessment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69548-6)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2018</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: Present <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA9633-4)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: See on this page: MolecularSequence/sequence-1-pgx-example</p><blockquote><p><b>component</b></p><p><b>code</b>: Gene studied ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48018-6)</span></p><p><b>value</b>: CYP2C9 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgnc.html\">HUGO Gene Nomenclature Committee Genes</a>#HGNC:2623)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Simple var ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81252-9)</span></p><p><b>value</b>: rs12345 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-dbSNP.html\">Genetic Sequence polymorphism database</a>#rs12345)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Ref nucleotide <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69547-8)</span></p><p><b>value</b>: T</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Alt allele <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69551-0)</span></p><p><b>value</b>: G</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Gen allele loc ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81254-5)</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"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "69548-6",
              "display" : "Genetic variant assessment"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "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" : "HGNC:2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81252-9"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/projects/SNP",
                  "code" : "rs12345"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69547-8",
                  "display" : "Ref nucleotide"
                }
              ]
            },
            "valueString" : "T"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69551-0",
                  "display" : "Alt allele"
                }
              ]
            },
            "valueString" : "G"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81254-5"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 55227976
              },
              "high" : {
                "value" : 55227977
              }
            }
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/variant-2-pgx-example",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "variant-2-pgx-example",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_variant-2-pgx-example\"> </a><p><b>Generated Narrative: Observation</b><a name=\"variant-2-pgx-example\"> </a><a name=\"hcvariant-2-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;variant-2-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-variant.html\">Variant</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Genetic variant assessment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69548-6)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2018</p><p><b>issued</b>: Mar 6, 2018, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: Present <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA9633-4)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: See on this page: MolecularSequence/sequence-2-pgx-example</p><blockquote><p><b>component</b></p><p><b>code</b>: Gene studied ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48018-6)</span></p><p><b>value</b>: CYP2C9 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgnc.html\">HUGO Gene Nomenclature Committee Genes</a>#HGNC:2623)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic reference sequence ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48013-7)</span></p><p><b>value</b>: NG_007726.3 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-refSeq.html\">Gene Reference Sequence Collection</a>#NG_007726.3)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Simple var ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81252-9)</span></p><p><b>value</b>: rs233455 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-dbSNP.html\">Genetic Sequence polymorphism database</a>#rs233455)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Ref nucleotide <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69547-8)</span></p><p><b>value</b>: T</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Alt allele <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#69551-0)</span></p><p><b>value</b>: G</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Gen allele loc ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81254-5)</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"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code" : "GE"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "69548-6",
              "display" : "Genetic variant assessment"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2018",
        "issued" : "2018-03-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "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" : "HGNC: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/refseq",
                  "code" : "NG_007726.3"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81252-9"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/projects/SNP",
                  "code" : "rs233455"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69547-8",
                  "display" : "Ref nucleotide"
                }
              ]
            },
            "valueString" : "T"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69551-0",
                  "display" : "Alt allele"
                }
              ]
            },
            "valueString" : "G"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81254-5"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 55227978
              },
              "high" : {
                "value" : 55227979
              }
            }
          }
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "Observation"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/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\"><a name=\"MolecularSequence_sequence-1-pgx-example\"> </a><p><b>Generated Narrative: MolecularSequence</b><a name=\"sequence-1-pgx-example\"> </a><a name=\"hcsequence-1-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MolecularSequence &quot;sequence-1-pgx-example&quot; </p></div><p><b>type</b>: dna</p><p><b>coordinateSystem</b>: 0</p><h3>ReferenceSeqs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Orientation</b></td><td><b>ReferenceSeqId</b></td><td><b>WindowStart</b></td><td><b>WindowEnd</b></td></tr><tr><td style=\"display: none\">*</td><td>sense</td><td>NG-007726.3 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-refSeq.html\">Gene Reference Sequence Collection</a>#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/refseq",
                "code" : "NG-007726.3"
              }
            ]
          },
          "windowStart" : 55227970,
          "windowEnd" : 55227980
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "MolecularSequence"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/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\"><a name=\"MolecularSequence_sequence-2-pgx-example\"> </a><p><b>Generated Narrative: MolecularSequence</b><a name=\"sequence-2-pgx-example\"> </a><a name=\"hcsequence-2-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MolecularSequence &quot;sequence-2-pgx-example&quot; </p></div><p><b>type</b>: dna</p><p><b>coordinateSystem</b>: 0</p><h3>ReferenceSeqs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Orientation</b></td><td><b>ReferenceSeqId</b></td><td><b>WindowStart</b></td><td><b>WindowEnd</b></td></tr><tr><td style=\"display: none\">*</td><td>sense</td><td>NG-007726.3 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-refSeq.html\">Gene Reference Sequence Collection</a>#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/refseq",
                "code" : "NG-007726.3"
              }
            ]
          },
          "windowStart" : 55227970,
          "windowEnd" : 55227980
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "MolecularSequence"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/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/medication-recommendation"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_med-usage-impact-task-pgx-example\"> </a><p><b>Generated Narrative: Task</b><a name=\"med-usage-impact-task-pgx-example\"> </a><a name=\"hcmed-usage-impact-task-pgx-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;med-usage-impact-task-pgx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-recommendation.html\">Medication Recommendation</a></p></div><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; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA26423-6 &quot;Increase dose&quot;)</span></p><p><b>description</b>: Any Increase does Recommendation Text from the provider</p><p><b>focus</b>: See on this page: MedicationStatement/current-med-example</p><p><b>for</b>: See on this page: Patient/ExamplePatient</p><p><b>reasonReference</b>: See on this page: Observation/med-impact-pgx-example</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/ExamplePatient"
        },
        "reasonReference" : {
          "reference" : "Observation/med-impact-pgx-example"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "Task"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/MedicationStatement/current-med-example",
      "resource" : {
        "resourceType" : "MedicationStatement",
        "id" : "current-med-example",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_current-med-example\"> </a><p><b>Generated Narrative: MedicationStatement</b><a name=\"current-med-example\"> </a><a name=\"hccurrent-med-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationStatement &quot;current-med-example&quot; </p></div><p><b>status</b>: unknown</p><p><b>medication</b>: mercaptopurine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#103)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p></div>"
        },
        "status" : "unknown",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "103",
              "display" : "mercaptopurine"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "MedicationStatement"
      }
    }
  ]
}