{
  "resourceType" : "Observation",
  "id" : "obs-othvar-min",
  "meta" : {
    "profile" : ["http://example.org/StructureDefinition/Observation-othvar-twngs"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-othvar-min</b></p><a name=\"obs-othvar-min\"> </a><a name=\"hcobs-othvar-min\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-othvar-twngs.html\">其他變異影響之基因-Observation Other Variant TWNGS</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://example.org/CodeSystem/genomic-observation-type-cs othVar}\">Other Types of Variant</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">王大明 Male, DoB: 2001-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2024-01-01</p><p><b>value</b>: complex rearrangement</p><p><b>specimen</b>: <a href=\"Specimen-spe-bld-min.html\">Specimen: identifier = 123-4567; type = Bld</a></p><p><b>device</b>: <a href=\"Device-dev-min.html\">Device: modelNumber = HiSeq 4000 System</a></p><p><b>derivedFrom</b>: <a href=\"DocumentReference-doc-gene-min.html\">DocumentReference: status = current</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 48018-6}\">Gene studied [ID]</span></td><td>MYC</td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://example.org/CodeSystem/genomic-observation-type-cs",
      "code" : "othVar"
    }]
  },
  "subject" : {
    "reference" : "Patient/pat-min"
  },
  "effectiveDateTime" : "2024-01-01",
  "valueString" : "complex rearrangement",
  "specimen" : {
    "reference" : "Specimen/spe-bld-min"
  },
  "device" : {
    "reference" : "Device/dev-min"
  },
  "derivedFrom" : [{
    "reference" : "DocumentReference/doc-gene-min"
  }],
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "48018-6"
      }]
    },
    "valueString" : "MYC"
  }]
}