{

"resourceType": "Observation",
"id": "example-genetics-3",
"status": "final",
"code": {
  "text": "Further analysis"
},
"subject": {
  "reference": "Patient/example",
  "display": "Molecular Lab Patient ID: HOSP-23456"
},
"issued": "2013-04-03T15:30:10+01:00",
"performer": [
  {
    "reference": "Practitioner/example",
    "display": "Sequence Analysis Laboratory"
  }
],
"note": [
  {
    "text": "The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy"
  }
],
"derivedFrom": [
  {
    "reference": "Observation/example-genetics-1",
    "display": "ObservationForGenetics profile example 1"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}