Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Sequence-genetics-example2-2.json

Raw JSON (canonical form)

Example of Genetic analysis master panel for ABCB4 -variant2

{
  "resourceType": "Sequence",
  "id": "seq2-2",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: seq2-2</p><p><b>type</b>: DNA</p><p><b>variationID</b>: rs58238560 <span>(Details : {http://www.ncbi.nlm.nih.gov/projects/SNP code '58238560' = '??)</span></p></div>"
  },
  "type": "DNA",
  "variationID": [
    {
      "coding": [
        {
          "system": "http://www.ncbi.nlm.nih.gov/projects/SNP",
          "code": "58238560"
        }
      ],
      "text": "rs58238560"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.