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 - JSON Representation

Draft as of 2024-04-17

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "fish-species",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://myorganization.ch/fhir/ValueSet/fish-species",
  "version" : "0.1.0",
  "name" : "FishSpecies",
  "title" : "Fish Species",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-04-17T14:24:40+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://myorganization.ch/kontakt"
        }
      ]
    }
  ],
  "description" : "Codes describing various species of fish, taken from SNOMED CT",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "90580008"
          }
        ]
      }
    ]
  }
}