This page is part of the FHIR Specification (v0.4.0: DSTU 2 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
USLabOrder Blood Lead
{ "resourceType": "DiagnosticOrder", "id": "uslab-example1", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "subject": { "reference": "Patient/uslab-example1", "display": "Todd Lerr" }, "orderer": { "reference": "Practitioner/uslab-example1", "display": "Dr Leonard T Bloodraw Jr" }, "identifier": [ { "use": "official", "label": "Placer Order Number", "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "value": "ORD000123A" } ], "clinicalNotes": "Screening for blood lead", "supportingInformation": [ { "reference": "Observation/uslab-example1", "display": "Prior Results Observation" }, { "reference": "Condition/uslab-example1", "display": "Lead Exposure" } ], "status": "requested", "priority": "routine", "event": [ { "status": "requested", "description": { "coding": [ { "code": "new-request" } ] }, "dateTime": "2014-12-04T15:42:15-08:00" } ], "item": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "5671-3", "display": "Lead [Mass/volume] in Blood" }, { "system": "urn:oid:2.16.840.1.113883.3.72.5.24", "code": "BLDLD", "display": "Blood Lead" } ], "text": "Blood Lead" }, "specimen": [ { "reference": "Specimen/uslab-example1", "display": "Whole blood" } ], "status": "requested" } ] }
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.