This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetLOINC Diagnostic Order Codes
<ValueSet xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> This value set includes all LOINC codes in the "Clinical" or "Lab" class types (TODO: narrow this further - diagnostic codes, panels only) <hr/> <h2>LOINC Diagnostic Order Codes</h2> <p>This value set includes all the LOINC Order codes</p> <p>This value set includes codes defined in other code systems, using the following rules:</p> <ul> <li>Include codes from http://loinc.org where ORDER_OBS = Order</li> <li>Include codes from http://loinc.org where ORDER_OBS = Both</li> </ul> </div> </text> <identifier value="http://hl7.org/fhir/vs/diagnostic-requests"/> <name value="LOINC Diagnostic Order Codes"/> <publisher value="FHIR Project team"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <description value="This value set includes all the LOINC Order codes"/> <status value="draft"/> <compose><!-- all codes that are orderable --> <include> <system value="http://loinc.org"/> <filter> <property value="ORDER_OBS"/> <op value="="/> <value value="Order"/> </filter> </include> <include> <system value="http://loinc.org"/> <filter> <property value="ORDER_OBS"/> <op value="="/> <value value="Both"/> </filter> </include> </compose> </ValueSet>