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-cgexample - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "bundle-cgexample",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/DiagnosticReport/report",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "report",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_report\"> </a><p><b>Generated Narrative: DiagnosticReport</b><a name=\"report\"> </a><a name=\"hcreport\"> </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;report&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-genomic-report.html\">Genomic Report</a></p></div><p><b>basedOn</b>: See on this page: ServiceRequest/ExampleServiceRequest</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>: Sep 6, 2016, 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/discrete-variant</li><li>See on this page: Observation/dis-path</li><li>See on this page: Observation/complex-variant</li><li>See on this page: Observation/complex-dis-path</li><li>See on this page: Observation/haplotype</li><li>See on this page: Observation/genotype</li><li>See on this page: Observation/metab</li><li>See on this page: Observation/efficacy</li></ul><p><b>conclusionCode</b>: Positive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6576-8)</span>, Positive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#10828004)</span></p><h3>PresentedForms</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>(base64 data - 39 bytes)</td></tr></table></div>"
        },
        "basedOn" : [
          {
            🔗 "reference" : "ServiceRequest/ExampleServiceRequest"
          }
        ],
        "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" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "result" : [
          {
            "reference" : "Observation/discrete-variant"
          },
          {
            "reference" : "Observation/dis-path"
          },
          {
            "reference" : "Observation/complex-variant"
          },
          {
            "reference" : "Observation/complex-dis-path"
          },
          {
            "reference" : "Observation/haplotype"
          },
          {
            "reference" : "Observation/genotype"
          },
          {
            "reference" : "Observation/metab"
          },
          {
            "reference" : "Observation/efficacy"
          }
        ],
        "conclusionCode" : [
          {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "LA6576-8",
                "display" : "Positive"
              }
            ]
          },
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "10828004",
                "display" : "Positive"
              }
            ]
          }
        ],
        "presentedForm" : [
          {
            "contentType" : "text/plain",
            "data" : "UHV0IHRoZSByZXBvcnQgdGV4dCBoZXJlIC0gbWltZS1lbmNvZGVk"
          }
        ]
      }
    },
    {
      "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>"
        }
      }
    },
    {
      "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"
        }
      }
    },
    {
      "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"
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/ServiceRequest/ExampleServiceRequest",
      "resource" : {
        "resourceType" : "ServiceRequest",
        "id" : "ExampleServiceRequest",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ExampleServiceRequest\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"ExampleServiceRequest\"> </a><a name=\"hcExampleServiceRequest\"> </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;ExampleServiceRequest&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>code</b>: Genetic analysis report <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",
              "display" : "Genetic analysis report"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "reasonCode" : [
          {
            "text" : "Worried about family planning"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/discrete-variant",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "discrete-variant",
        "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_discrete-variant\"> </a><p><b>Generated Narrative: Observation</b><a name=\"discrete-variant\"> </a><a name=\"hcdiscrete-variant\"> </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;discrete-variant&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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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><blockquote><p><b>component</b></p><p><b>code</b>: Discrete genetic variant <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>: NM_014049.4(ACAD9):c.1249C&gt;T (p.Arg417Cys) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-ClinVarV.html\">ClinVar Variant ID</a>#30880)</span></p></blockquote><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>: ACAD9 <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:21497)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Transcript ref sequence ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51958-7)</span></p><p><b>value</b>: NM_014049.4 <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>#NM_014049.4)</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_017064.1 <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_017064.1)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Struct var HGVS name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81290-9)</span></p><p><b>value</b>: NC_000003.11:g.128625063C&gt;T <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgvs.html\">Human Genome Variation Society nomenclature</a>#NC_000003.11:g.128625063C&gt;T)</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>: rs368949613 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (Genetic Sequence polymorphism database[137]#rs368949613)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: DNA change <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48004-6)</span></p><p><b>value</b>: NM_014049.4:c.1249C&gt;T <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgvs.html\">Human Genome Variation Society nomenclature</a>#NM_014049.4:c.1249C&gt;T)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Amino acid change <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48005-3)</span></p><p><b>value</b>: NP_054768.2:p.Arg417Cys <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgvs.html\">Human Genome Variation Society nomenclature</a>#NP_054768.2:p.Arg417Cys)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: DNA Change Type <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48019-4)</span></p><p><b>value</b>: Substitution <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6690-7)</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>: C</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>: 31731-31731</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>: T</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Cyto loc ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48001-2)</span></p><p><b>value</b>: 3q21 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Genomic source class <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48002-0)</span></p><p><b>value</b>: Germline <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6683-2)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Allelic state <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#53034-5)</span></p><p><b>value</b>: Heterozygous <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6706-1)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Sample VAF <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81258-6)</span></p><p><b>value</b>: 47 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code % = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Allelic read depth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#82121-5)</span></p><p><b>value</b>: 208 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 1 = '1')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Gen struct var copy num <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#82155-3)</span></p><p><b>value</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 1 = '1')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Struct var rep arrCGH Rto <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81299-0)</span></p><p><b>value</b>: 0.48</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Struct var len <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81300-6)</span></p><p><b>value</b>: 1396929 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 1 = '1')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Struct var outer start-end NumRange <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81301-4)</span></p><p><b>value</b>: 13200589-15592000</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Struct var inner start-end NumRange <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81302-2)</span></p><p><b>value</b>: 14184616-15581544</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" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81252-9",
                  "display" : "Discrete genetic variant"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/clinvar",
                  "code" : "30880",
                  "display" : "NM_014049.4(ACAD9):c.1249C>T (p.Arg417Cys)"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "HGNC:21497",
                  "display" : "ACAD9"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51958-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/refseq",
                  "code" : "NM_014049.4"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48013-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/refseq",
                  "code" : "NG_017064.1"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81290-9"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://varnomen.hgvs.org",
                  "code" : "NC_000003.11:g.128625063C>T"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81252-9"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/projects/SNP",
                  "version" : "137",
                  "code" : "rs368949613"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48004-6"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://varnomen.hgvs.org",
                  "code" : "NM_014049.4:c.1249C>T"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48005-3"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://varnomen.hgvs.org",
                  "code" : "NP_054768.2:p.Arg417Cys"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48019-4"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA6690-7",
                  "display" : "Substitution"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69547-8"
                }
              ]
            },
            "valueString" : "C"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81254-5"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 31731
              },
              "high" : {
                "value" : 31731
              }
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "69551-0"
                }
              ]
            },
            "valueString" : "T"
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48001-2"
                }
              ]
            },
            "valueCodeableConcept" : {
              "text" : "3q21"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48002-0"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA6683-2",
                  "display" : "Germline"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "53034-5"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA6706-1",
                  "display" : "Heterozygous"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81258-6"
                }
              ]
            },
            "valueQuantity" : {
              "value" : 47,
              "system" : "http://unitsofmeasure.org",
              "code" : "%"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "82121-5"
                }
              ]
            },
            "valueQuantity" : {
              "value" : 208,
              "system" : "http://unitsofmeasure.org",
              "code" : "1"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "82155-3"
                }
              ]
            },
            "valueQuantity" : {
              "value" : 1,
              "system" : "http://unitsofmeasure.org",
              "code" : "1"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81299-0"
                }
              ]
            },
            "valueQuantity" : {
              "value" : 0.48
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81300-6"
                }
              ]
            },
            "valueQuantity" : {
              "value" : 1396929,
              "system" : "http://unitsofmeasure.org",
              "code" : "1"
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81301-4"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 13200589
              },
              "high" : {
                "value" : 15592000
              }
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81302-2"
                }
              ]
            },
            "valueRange" : {
              "low" : {
                "value" : 14184616
              },
              "high" : {
                "value" : 15581544
              }
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/dis-path",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "dis-path",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/diagnostic-implication"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_dis-path\"> </a><p><b>Generated Narrative: Observation</b><a name=\"dis-path\"> </a><a name=\"hcdis-path\"> </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;dis-path&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-diagnostic-implication.html\">Diagnostic 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>: Diagnostic Implication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-tbd-codes-cs.html\">To Be Determined Codes</a>#diagnostic-implication)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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/discrete-variant</p><blockquote><p><b>component</b></p><p><b>code</b>: Gene dis seq var interp-Imp <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#53037-8)</span></p><p><b>value</b>: Pathogenic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6668-3)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Prob assoc phenotype <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81259-4)</span></p><p><b>value</b>: acyl-CoA dehydrogenase 9 deficiency <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-MONDO.html\">Mondo Disease Ontology</a>#MONDO:0012624)</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" : "diagnostic-implication"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "derivedFrom" : [
          {
            "reference" : "Observation/discrete-variant"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "53037-8"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA6668-3",
                  "display" : "Pathogenic"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81259-4"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://purl.obolibrary.org/obo/mondo.owl",
                  "code" : "MONDO:0012624",
                  "display" : "acyl-CoA dehydrogenase 9 deficiency"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/complex-variant",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "complex-variant",
        "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_complex-variant\"> </a><p><b>Generated Narrative: Observation</b><a name=\"complex-variant\"> </a><a name=\"hccomplex-variant\"> </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;complex-variant&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 var assess <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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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>hasMember</b>: </p><ul><li>See on this page: Observation/complex-component-D</li><li>See on this page: Observation/complex-component-E</li></ul></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"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "hasMember" : [
          {
            "reference" : "Observation/complex-component-D"
          },
          {
            "reference" : "Observation/complex-component-E"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/complex-dis-path",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "complex-dis-path",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/diagnostic-implication"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_complex-dis-path\"> </a><p><b>Generated Narrative: Observation</b><a name=\"complex-dis-path\"> </a><a name=\"hccomplex-dis-path\"> </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;complex-dis-path&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-diagnostic-implication.html\">Diagnostic 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>: Diagnostic Implication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-tbd-codes-cs.html\">To Be Determined Codes</a>#diagnostic-implication)</span></p><p><b>subject</b>: See on this page: Patient/ExamplePatient</p><p><b>effective</b>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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/complex-variant</p><blockquote><p><b>component</b></p><p><b>code</b>: Gene dis seq var interp-Imp <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#53037-8)</span></p><p><b>value</b>: Pathogenic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6668-3)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Prob assoc phenotype <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#81259-4)</span></p><p><b>value</b>: Debrisoquine adverse reaction (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#293498008)</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" : "diagnostic-implication"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "derivedFrom" : [
          {
            "reference" : "Observation/complex-variant"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "53037-8"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA6668-3",
                  "display" : "Pathogenic"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81259-4"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "293498008",
                  "display" : "Debrisoquine adverse reaction (disorder)"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/complex-component-D",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "complex-component-D",
        "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_complex-component-D\"> </a><p><b>Generated Narrative: Observation</b><a name=\"complex-component-D\"> </a><a name=\"hccomplex-component-D\"> </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;complex-component-D&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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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><blockquote><p><b>component</b></p><p><b>code</b>: Discrete genetic variant <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>: NM_000106.5(CYP2D6):c.886C&gt;T (p.Arg296Cys) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-ClinVarV.html\">ClinVar Variant ID</a>#31934)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Transcript ref sequence ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51958-7)</span></p><p><b>value</b>: NM_000106.5 <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>#NM_000106.5)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: DNA change <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48004-6)</span></p><p><b>value</b>: NM_000106.5:c.886C&gt;T <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgvs.html\">Human Genome Variation Society nomenclature</a>#NM_000106.5:c.886C&gt;T)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Amino acid change <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48005-3)</span></p><p><b>value</b>: NP_000097.3:p.Arg296Cys <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgvs.html\">Human Genome Variation Society nomenclature</a>#NP_000097.3:p.Arg296Cys)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: DNA Change Type <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48019-4)</span></p><p><b>value</b>: Substitution <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6690-7)</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://loinc.org",
              "code" : "69548-6",
              "display" : "Genetic variant assessment"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81252-9",
                  "display" : "Discrete genetic variant"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/clinvar",
                  "code" : "31934",
                  "display" : "NM_000106.5(CYP2D6):c.886C>T (p.Arg296Cys)"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51958-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/refseq",
                  "code" : "NM_000106.5"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48004-6"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://varnomen.hgvs.org",
                  "code" : "NM_000106.5:c.886C>T"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48005-3"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://varnomen.hgvs.org",
                  "code" : "NP_000097.3:p.Arg296Cys"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48019-4"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "LA6690-7",
                  "display" : "Substitution"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/complex-component-E",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "complex-component-E",
        "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_complex-component-E\"> </a><p><b>Generated Narrative: Observation</b><a name=\"complex-component-E\"> </a><a name=\"hccomplex-component-E\"> </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;complex-component-E&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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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><blockquote><p><b>component</b></p><p><b>code</b>: Discrete genetic variant <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>: NM_000106.5(CYP2D6):c.1457G&gt;C (p.Ser486Thr) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ClinVar Variant ID[???]#38486)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Transcript ref sequence ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51958-7)</span></p><p><b>value</b>: NM_000106.5 <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>#NM_000106.5)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: DNA change <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#48004-6)</span></p><p><b>value</b>: NM_000106.5:c.1457G&gt;C <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-hgvs.html\">Human Genome Variation Society nomenclature</a>#NM_000106.5:c.1457G&gt;C)</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://loinc.org",
              "code" : "69548-6",
              "display" : "Genetic variant assessment"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA9633-4",
              "display" : "Present"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "81252-9",
                  "display" : "Discrete genetic variant"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/clinvar",
                  "version" : "???",
                  "code" : "38486",
                  "display" : "NM_000106.5(CYP2D6):c.1457G>C (p.Ser486Thr)"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51958-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.ncbi.nlm.nih.gov/refseq",
                  "code" : "NM_000106.5"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48004-6"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://varnomen.hgvs.org",
                  "code" : "NM_000106.5:c.1457G>C"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/haplotype",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "haplotype",
        "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\"> </a><p><b>Generated Narrative: Observation</b><a name=\"haplotype\"> </a><a name=\"hchaplotype\"> </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&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 Bld/T <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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: *2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (hla#*2)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: See on this page: Observation/discrete-variant</p></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"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.ebi.ac.uk/ipd/imgt/hla",
              "code" : "*2"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "derivedFrom" : [
          {
            "reference" : "Observation/discrete-variant"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/genotype",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "genotype",
        "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\"> </a><p><b>Generated Narrative: Observation</b><a name=\"genotype\"> </a><a name=\"hcgenotype\"> </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&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 name Patient <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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 5:00:00\u202fAM</p><p><b>performer</b>: See on this page: Organization/ExampleLab</p><p><b>value</b>: CYP2C9 *2/*5 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (www.pharmvar.org#CYP2C9 *2/*5)</span></p><p><b>specimen</b>: See on this page: Specimen/ExampleSpecimen</p><p><b>derivedFrom</b>: See on this page: Observation/haplotype</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>: 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>: VKORC1 <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:23663)</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://loinc.org",
              "code" : "84413-4"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.pharmvar.org",
              "code" : "CYP2C9 *2/*5",
              "display" : "CYP2C9 *2/*5"
            }
          ]
        },
        "specimen" : {
          🔗 "reference" : "Specimen/ExampleSpecimen"
        },
        "derivedFrom" : [
          {
            "reference" : "Observation/haplotype"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "HGNC:2623",
                  "display" : "CYP2C9"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "48018-6"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.genenames.org",
                  "code" : "HGNC:23663",
                  "display" : "VKORC1"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/metab",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "metab",
        "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_metab\"> </a><p><b>Generated Narrative: Observation</b><a name=\"metab\"> </a><a name=\"hcmetab\"> </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;metab&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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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</p><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>: Warfarin <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>#11289)</span></p></blockquote><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></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"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "derivedFrom" : [
          {
            "reference" : "Observation/genotype"
          }
        ],
        "component" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51963-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                  "code" : "11289",
                  "display" : "Warfarin"
                }
              ]
            }
          },
          {
            "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"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/efficacy",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "efficacy",
        "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_efficacy\"> </a><p><b>Generated Narrative: Observation</b><a name=\"efficacy\"> </a><a name=\"hcefficacy\"> </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;efficacy&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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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</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>: Resistant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6676-6)</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>: Warfarin <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>#11289)</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"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "derivedFrom" : [
          {
            "reference" : "Observation/genotype"
          }
        ],
        "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" : "LA6676-6",
                  "display" : "Resistant"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51963-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                  "code" : "11289",
                  "display" : "Warfarin"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Observation/highrisk",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "highrisk",
        "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_highrisk\"> </a><p><b>Generated Narrative: Observation</b><a name=\"highrisk\"> </a><a name=\"hchighrisk\"> </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;highrisk&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>: 2016</p><p><b>issued</b>: Sep 6, 2016, 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</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>: Low risk <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA19542-2)</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>: Warfarin <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>#11289)</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"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "effectiveDateTime" : "2016",
        "issued" : "2016-09-06T00:00:00-05:00",
        "performer" : [
          {
            🔗 "reference" : "Organization/ExampleLab"
          }
        ],
        "derivedFrom" : [
          {
            "reference" : "Observation/genotype"
          }
        ],
        "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" : "LA19542-2",
                  "display" : "Low risk"
                }
              ]
            }
          },
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "51963-7"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                  "code" : "11289",
                  "display" : "Warfarin"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/fhir/Task/usage",
      "resource" : {
        "resourceType" : "Task",
        "id" : "usage",
        "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_usage\"> </a><p><b>Generated Narrative: Task</b><a name=\"usage\"> </a><a name=\"hcusage\"> </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;usage&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>: May need higher dosage than usual. <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>focus</b>: <a href=\"MedicationStatement-MedicationStatementWarfarin.html\">MedicationStatement/MedicationStatementWarfarin</a></p><p><b>for</b>: See on this page: Patient/ExamplePatient</p><p><b>requester</b>: See on this page: Organization/ExampleLab</p><p><b>reasonReference</b>: See on this page: Observation/metab</p></div>"
        },
        "status" : "requested",
        "intent" : "proposal",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "LA26423-6",
              "display" : "Increase dose"
            }
          ],
          "text" : "May need higher dosage than usual."
        },
        "focus" : {
          🔗 "reference" : "MedicationStatement/MedicationStatementWarfarin"
        },
        "for" : {
          🔗 "reference" : "Patient/ExamplePatient"
        },
        "requester" : {
          🔗 "reference" : "Organization/ExampleLab"
        },
        "reasonReference" : {
          "reference" : "Observation/metab"
        }
      }
    }
  ]
}