{
  "resourceType": "Observation",
  "id": "example-dna-sequence",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA26898-0",
        "display": "DNA sequence"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "valueString": "ACTGACCTGAGCT...",
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "issued": "2023-12-26T00:00:00Z",
  "performer": [
    {
      "reference": "Practitioner/example"
    }
  ]
}
