This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//DiagnosticOrder/do-uslab-example1> a fhir:DiagnosticOrder; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "do-uslab-example1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DiagnosticOrder.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.72.5.24" ]; fhir:Identifier.value [ fhir:value "ORD000123A" ] ]; fhir:DiagnosticOrder.status [ fhir:value "requested"]; fhir:DiagnosticOrder.priority [ fhir:value "routine"]; fhir:DiagnosticOrder.subjectReference [ fhir:reference <http://hl7.org/fhir/Patient/patient-uslab-example1>; fhir:Reference.reference [ fhir:value "Patient/patient-uslab-example1" ]; fhir:Reference.display [ fhir:value "Todd Lerr" ] ]; fhir:DiagnosticOrder.orderer [ fhir:reference <http://hl7.org/fhir/Practitioner/pract-uslab-example1>; fhir:Reference.reference [ fhir:value "Practitioner/pract-uslab-example1" ]; fhir:Reference.display [ fhir:value "Dr Leonard T Bloodraw Jr" ] ]; fhir:DiagnosticOrder.reason [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.icd10data.com/icd10pcs" ]; fhir:Coding.code [ fhir:value "R78.71" ]; fhir:Coding.display [ fhir:value "Abnormal lead level in blood" ] ]; fhir:CodeableConcept.text [ fhir:value "Abnormal lead level in blood" ] ]; fhir:DiagnosticOrder.supportingInformationReference [ fhir:index 0; fhir:reference <http://hl7.org/fhir/Observation/obs-uslab-example1>; fhir:Reference.reference [ fhir:value "Observation/obs-uslab-example1" ]; fhir:Reference.display [ fhir:value "Prior Results Observation" ] ]; fhir:DiagnosticOrder.supportingInformationReference [ fhir:index 1; fhir:reference <http://hl7.org/fhir/Condition/cond-uslab-example1>; fhir:Reference.reference [ fhir:value "Condition/cond-uslab-example1" ]; fhir:Reference.display [ fhir:value "Lead Exposure" ] ]; fhir:DiagnosticOrder.event [ fhir:index 0; fhir:DiagnosticOrder.event.status [ fhir:value "requested" ]; fhir:DiagnosticOrder.event.description [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "new-request" ] ] ]; fhir:DiagnosticOrder.event.dateTime [ fhir:value "2014-12-04T15:42:15-08:00"^^xs:dateTime ] ]; fhir:DiagnosticOrder.item [ fhir:index 0; fhir:DiagnosticOrder.item.code [ a loinc:5671-3; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:5671-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "5671-3" ]; fhir:Coding.display [ fhir:value "Lead [Mass/volume] in Blood" ] ]; fhir:CodeableConcept.coding [ fhir:index 1; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.3.72.5.24" ]; fhir:Coding.code [ fhir:value "BLDLD" ]; fhir:Coding.display [ fhir:value "Blood Lead" ] ]; fhir:CodeableConcept.text [ fhir:value "Blood Lead" ] ]; fhir:DiagnosticOrder.item.specimen [ fhir:index 0; fhir:reference <http://hl7.org/fhir/Specimen/spec-uslab-example1>; fhir:Reference.reference [ fhir:value "Specimen/spec-uslab-example1" ]; fhir:Reference.display [ fhir:value "Whole blood" ] ]; fhir:DiagnosticOrder.item.status [ fhir:value "requested" ] ]; fhir:DiagnosticOrder.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "patient is afraid of needles" ] ]. # -------------------------------------------------------------------------------------
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.