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

Instance-availability.xml

Definition for Value SetInstanceAvailability

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>InstanceAvailability</h2>
      <p>Availability of the resource</p>
      <p>
        <b>Copyright Statement:</b> These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM)
         Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical
         Manufacturers Association
      </p>
      <p>This value set includes codes defined in other code systems, using the following rules:</p>
      <ul>
        <li>Include these codes as defined in 
          <a href="valueset-dicom-dcim.html">http://nema.org/dicom/dcid</a>
          <table>
            <tr>
              <td>
                <b>Code</b>
              </td>
              <td>
                <b>Display</b>
              </td>
              <td>
                <b>Definition</b>
              </td>
            </tr>
            <tr>
              <td>ONLINE</td>
              <td>Online</td>
              <td>Resources are immediately available,.</td>
            </tr>
            <tr>
              <td>OFFLINE</td>
              <td>Offline</td>
              <td>Resources need to be retrieved by manual intervention.</td>
            </tr>
            <tr>
              <td>NEARLINE</td>
              <td>Nearline</td>
              <td>Resources need to be retrieved from relatively slow media.</td>
            </tr>
            <tr>
              <td>UNAVAILABLE</td>
              <td>Unavailable</td>
              <td>Resources cannot be retrieved.</td>
            </tr>
          </table>
        </li>
      </ul>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/instance-availability"/>
  <name value="InstanceAvailability"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="Availability of the resource"/>
  <copyright value="These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM)
   Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical
   Manufacturers Association"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <compose>
    <include>
      <system value="http://nema.org/dicom/dcid"/>
      <code value="ONLINE">
        <extension url="http://hl7.org/fhir/Profile/tools-extensions#definition">
          <valueString value="Resources are immediately available,."/>
        </extension>
      </code>
      <code value="OFFLINE">
        <extension url="http://hl7.org/fhir/Profile/tools-extensions#definition">
          <valueString value="Resources need to be retrieved by manual intervention."/>
        </extension>
      </code>
      <code value="NEARLINE">
        <extension url="http://hl7.org/fhir/Profile/tools-extensions#definition">
          <valueString value="Resources need to be retrieved from relatively slow media."/>
        </extension>
      </code>
      <code value="UNAVAILABLE">
        <extension url="http://hl7.org/fhir/Profile/tools-extensions#definition">
          <valueString value="Resources cannot be retrieved."/>
        </extension>
      </code>
    </include>
  </compose>
</ValueSet>