{

"resourceType": "Observation",
"id": "example-genetics-4",
"status": "final",
"code": {
  "text": "Allele ABC"
},
"subject": {
  "reference": "Patient/example",
  "display": "Molecular Lab Patient ID: HOSP-23456"
},
"issued": "2013-04-03T15:30:10+01:00",
"performer": [
  {
    "reference": "Practitioner/example",
    "display": "Molecular Diagnostics Laboratory"
  }
],
"interpretation": [
  {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "code": "POS"
      }
    ],
    "text": "Positive"
  }
],
"specimen": {
  "reference": "Specimen/genetics-example1-somatic",
  "display": "Molecular Specimen ID: MLD45-Z4-1234"
},
"hasMember": [
  {
    "reference": "Observation/example-genetics-1",
    "display": "Variant-1"
  },
  {
    "reference": "Observation/example-genetics-2",
    "display": "Variant-2"
  },
  {
    "reference": "Observation/example-genetics-3",
    "display": "Variant-3"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}