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

Valueset-media-subtype.xml

Definition for Value SetMedia SubType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Media SubType</h2>
      <p>Detailed information about the type of the image - it's kind, purpose, or the kind of
         equipment used to generate it</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/media-subtype</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>diagram
            <a name="diagram"> </a>
          </td>
          <td>Diagram</td>
          <td>A diagram. Often used in diagnostic reports</td>
        </tr>
        <tr>
          <td>fax
            <a name="fax"> </a>
          </td>
          <td>Fax</td>
          <td>A digital record of a fax document</td>
        </tr>
        <tr>
          <td>scan
            <a name="scan"> </a>
          </td>
          <td>Scanned Document</td>
          <td>A digital scan of a document. This is reserved for when there is not enough metadata to
             create a document reference</td>
        </tr>
        <tr>
          <td>retina
            <a name="retina"> </a>
          </td>
          <td>Retina scan</td>
          <td>A retinal image used for identification purposes</td>
        </tr>
        <tr>
          <td>fingerprint
            <a name="fingerprint"> </a>
          </td>
          <td>fingerprint</td>
          <td>A finger print scan used for identification purposes</td>
        </tr>
        <tr>
          <td>iris
            <a name="iris"> </a>
          </td>
          <td>iris</td>
          <td>An iris scan used for identification purposes</td>
        </tr>
        <tr>
          <td>palm
            <a name="palm"> </a>
          </td>
          <td>palm</td>
          <td>A palm scan used for identification purposes</td>
        </tr>
        <tr>
          <td>face
            <a name="face"> </a>
          </td>
          <td>face</td>
          <td>A face scan used for identification purposes</td>
        </tr>
      </table>
      <p>In addition, this value set includes codes defined in other code systems, using the following
         rules:</p>
      <ul>
        <li>Import all the codes that are part of 
          <a href="imaging-modality.html">http://hl7.org/fhir/vs/imaging-modality</a>
        </li>
        <li>Include codes from http://snomed.info/sct where concept  is-a  363679005</li>
      </ul>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/media-subtype"/>
  <name value="Media SubType"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="Detailed information about the type of the image - it's kind, purpose, or the kind of
   equipment used to generate it"/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/media-subtype"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="diagram"/>
      <display value="Diagram"/>
      <definition value="A diagram. Often used in diagnostic reports"/>
    </concept>
    <concept>
      <code value="fax"/>
      <display value="Fax"/>
      <definition value="A digital record of a fax document"/>
    </concept>
    <concept>
      <code value="scan"/>
      <display value="Scanned Document"/>
      <definition value="A digital scan of a document. This is reserved for when there is not enough metadata to
       create a document reference"/>
    </concept><!--   biometrics - may overlap with things in snomed, but the purpose in snomed is different
        -->
    <concept>
      <code value="retina"/>
      <display value="Retina scan"/>
      <definition value="A retinal image used for identification purposes"/>
    </concept>
    <concept>
      <code value="fingerprint"/>
      <display value="fingerprint"/>
      <definition value="A finger print scan used for identification purposes"/>
    </concept>
    <concept>
      <code value="iris"/>
      <display value="iris"/>
      <definition value="An iris scan used for identification purposes"/>
    </concept>
    <concept>
      <code value="palm"/>
      <display value="palm"/>
      <definition value="A palm scan used for identification purposes"/>
    </concept>
    <concept>
      <code value="face"/>
      <display value="face"/>
      <definition value="A face scan used for identification purposes"/>
    </concept>
  </define>
  <compose>
    <import value="http://hl7.org/fhir/vs/imaging-modality"/>
    <include>
      <system value="http://snomed.info/sct"/>
      <filter><!--   todo: work this over. what this means is any concepts where they have is-a with 363679005
         how should this be done?   -->
        <property value="concept"/>
        <op value="is-a"/>
        <value value="363679005"/>
      </filter>
    </include>
  </compose>
</ValueSet>