Workshop IG (R4)
0.1.0 - ci-build

Workshop IG (R4), published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/WorkshopIG/ and changes regularly. See the Directory of published versions

: Fish Species - XML Representation

Draft as of 2024-04-17

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="fish-species"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include codes from <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a> where concept  is-a  90580008 (Fish)</li></ul></div>
  </text>
  <url value="http://myorganization.ch/fhir/ValueSet/fish-species"/>
  <version value="0.1.0"/>
  <name value="FishSpecies"/>
  <title value="Fish Species"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-04-17T14:24:40+00:00"/>
  <publisher value="My Organization"/>
  <contact>
    <name value="My Organization"/>
    <telecom>
      <system value="url"/>
      <value value="http://myorganization.ch/kontakt"/>
    </telecom>
  </contact>
  <description
               value="Codes describing various species of fish, taken from SNOMED CT"/>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <filter>
        <property value="concept"/>
        <op value="is-a"/>
        <value value="90580008"/>
      </filter>
    </include>
  </compose>
</ValueSet>