<?xml version=“1.0” encoding=“UTF-8”?> <Observation xmlns=“hl7.org/fhir”>

      <id value="example-genetics-2"/>
      <meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>
<status value="final"/>
      <code>
              <coding>
                      <system value="http://loinc.org"/>
                      <code value="55233-1"/>
                      <display value="Genetic analysis master panel--This is the parent OBR for the panel holding all of the associated observations that can be reported with a molecular genetics analysis result."/>
              </coding>
      </code>
      <subject>
              <reference value="Patient/example"/>
              <display value="Molecular Lab Patient ID: HOSP-23456"/>
      </subject>
      <issued value="2013-04-03T15:30:10+01:00"/>
      <performer>
              <reference value="Practitioner/example"/>
              <display value="Molecular Diagnostics Laboratory"/>
      </performer>
      <valueCodeableConcept>
              <coding>
                      <system value="http://snomed.info/sct"/>
                      <code value="10828004"/>
                      <display value="Positive"/>
              </coding>
      </valueCodeableConcept>
      <derivedFrom>
              <reference value="Observation/example-genetics-1"/>
      </derivedFrom>
      <component>
              <code>
                      <coding>
                              <system value="http://loinc.org"/>
                              <code value="51967-8"/>
                              <display value="Genetic disease assessed"/>
                      </coding>
              </code>
              <valueCodeableConcept>
                      <coding>
                              <system value="http://snomed.info/sct"/>
                              <code value="363358000"/>
                              <display value="Malignant tumor of lung (disorder)"/>
                      </coding>
                      <text value="Lung cancer"/>
              </valueCodeableConcept>
      </component>
      <component>
              <code>
                      <coding>
                              <system value="http://loinc.org"/>
                              <code value="53037-8"/>
                              <display value="Genetic disease sequence variation interpretation"/>
                      </coding>
              </code>
              <valueCodeableConcept>
                      <coding>
                              <code value="LA6669-1"/>
                              <display value="Pathogenic"/>
                      </coding>
              </valueCodeableConcept>
      </component>

</Observation>