- HSPC Implementation Guide

This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions

href="assets/ico/favicon.png"/>

HSPC LOINC Orderable Codes


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="LOINCOrderables"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <url value="http://fhir.org/guides/hspc/ValueSet/LOINCOrderables"/>
  <name value="HSPC LOINC Orderable Codes"/>
  <status value="draft"/>
  <publisher value="HSPC"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://healthcaresoa.org"/>
    </telecom>
  </contact>
  <date value="2015-10-15"/>
  <description
               value="LOINC codes that are marked as 'orderable' or 'both'."/>
  <copyright
             value="This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use"/>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <filter>
        <property value="ORDER_OBS"/>
        <op value="="/>
        <value value="Both"/>
      </filter>
    </include>
    <include>
      <system value="http://loinc.org"/>
      <filter>
        <property value="ORDER_OBS"/>
        <op value="="/>
        <value value="Order"/>
      </filter>
    </include>
  </compose>
</ValueSet>