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 . Page versions: R4B R4 R3 R2

Valueset-media-view.xml

Definition for Value SetMedia Collection View/Projection

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Media Collection View/Projection</h2>
      <p>Codes defined in SNOMED CT that can be used to record Media Recording views</p>
      <p>This value set includes codes defined in other code systems, using the following rules:</p>
      <ul>
        <li>Include codes from http://snomed.info/sct where concept  is-a  260419006</li>
      </ul>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/media-view"/>
  <name value="Media Collection View/Projection"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="Codes defined in SNOMED CT that can be used to record Media Recording views"/>
  <status value="draft"/>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <filter><!--   todo: work this over. what this means is any concepts where they have is-a with 260419006
         how should this be done?   -->
        <property value="concept"/>
        <op value="is-a"/>
        <value value="260419006"/>
      </filter>
    </include>
  </compose>
</ValueSet>