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

Diagnosticorder-genetics-example-1.json

Raw JSON (canonical form)

Order for ABCB4 gene mutation analysis

{
  "resourceType": "DiagnosticOrder",
  "id": "og-example1",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: og-example1</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>status</b>: received</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>requested</td><td>12/05/2014 4:16:00 PM</td><td><a>Practitioner/example</a></td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td></tr><tr><td>*</td><td>ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by Molecular genetics method Narrative)</span></td><td><a>Specimen/example</a></td></tr></table></div>"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "orderer": {
    "reference": "Practitioner/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "status": "received",
  "event": [
    {
      "status": "requested",
      "dateTime": "2014-05-12T16:16:00-07:00",
      "actor": {
        "reference": "Practitioner/example"
      }
    }
  ],
  "item": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "49874-1"
          }
        ],
        "text": "ABCB4 gene mutation analysis"
      },
      "specimen": [
        {
          "reference": "Specimen/example"
        }
      ]
    }
  ]
}

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.