2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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

Raw XML (canonical form)

Definition for Value SetMedia SubType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="valueset-media-subtype"/>
  <meta>
    <lastUpdated value="2015-02-23T09:07:27.665+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.239"/>
  </extension>
  <url value="http://hl7.org/fhir/vs/media-subtype"/>
  <version value="0.4.0"/>
  <name value="Media SubType"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Detailed information about the type of the image - its kind, purpose, or the kind of equipment
   used to generate it"/>
  <copyright value="This value set includes content from SNOMED CT, which is copyright © 2002+ International
   Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement
   between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"/>
  <status value="draft"/>
  <experimental value="true"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:null"/>
    </extension>
    <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>

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.