DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). 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-example-ft4.json

Raw JSON (canonical form)

Free T4 Add on Order

{
  "resourceType": "DiagnosticOrder",
  "id": "ft4",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ft4</p><p><b>contained</b>: </p><p><b>subject</b>: <a>Patient/pat2</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>specimen</b>: Red Top Tube. Generated Summary: id: rtt; Serum sample <span>(Details : {SNOMED CT code '119364003' = '119364003', given as 'Serum sample'})</span>; Patient/pat2; 20150816-00124</p><p><b>status</b>: requested</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>27/08/2015 9:33:27 AM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Free T4 <span>(Details : {LOINC code '3024-7' = 'Thyroxine (T4) free [Mass/volume] in Serum or Plasma)</span></td></tr></table></div>"
  },
  "contained": [
    {
      "resourceType": "Specimen",
      "id": "rtt",
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "119364003",
            "display": "Serum sample"
          }
        ]
      },
      "subject": {
        "reference": "Patient/pat2"
      },
      "accessionIdentifier": {
        "system": "http://acme.com/labs/accession-ids",
        "value": "20150816-00124"
      },
      "collection": {
        "collector": {
          "reference": "Practitioner/f202"
        },
        "collectedDateTime": "2015-08-16T06:40:17Z"
      },
      "container": [
        {
          "type": {
            "coding": [
              {
                "system": "http://acme.com/labs",
                "code": "SST",
                "display": "Serum Separator Tube"
              }
            ]
          }
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/pat2"
  },
  "orderer": {
    "reference": "Practitioner/example"
  },
  "specimen": [
    {
      "reference": "#rtt",
      "display": "Red Top Tube"
    }
  ],
  "status": "requested",
  "event": [
    {
      "status": "requested",
      "dateTime": "2015-08-27T09:33:27+07:00"
    }
  ],
  "item": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "3024-7"
          }
        ],
        "text": "Free T4"
      }
    }
  ]
}

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.