0.1.0 - ci-build

learningig - Local Development build (v0.1.0). See the Directory of published versions

: state-of-matter - JSON Representation

Active as of 2022-12-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "state-of-matter",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>https://standardterms.edqm.eu/#</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>0097</td><td>Solid</td></tr><tr><td>0098</td><td>Semi-solid</td></tr><tr><td>0099</td><td>Liquid</td></tr><tr><td>0100</td><td>Gas</td></tr><tr><td>0101</td><td>Unclear</td></tr></table></li></ul></div>"
  },
  "url" : "http://learning-ig.censacrof.github.com/ValueSet/state-of-matter",
  "version" : "0.1.0",
  "name" : "StateOfMatter",
  "title" : "State of matter",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-12-20T11:58:14+00:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://censacrof.github.io/learning-ig/branches/master/"
        }
      ]
    }
  ],
  "description" : "ValueSet State of matter from EDQM, SOM, see https://standardterms.edqm.eu/#",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://standardterms.edqm.eu/#",
        "concept" : [
          {
            "code" : "0097",
            "display" : "Solid"
          },
          {
            "code" : "0098",
            "display" : "Semi-solid"
          },
          {
            "code" : "0099",
            "display" : "Liquid"
          },
          {
            "code" : "0100",
            "display" : "Gas"
          },
          {
            "code" : "0101",
            "display" : "Unclear"
          }
        ]
      }
    ]
  }
}