UnicomIG
0.1.0 - ci-build

UnicomIG, published by UNICOM. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/hl7-eu/unicom-ig and changes regularly. See the Directory of published versions

: transformation - JSON Representation

Active as of 2023-02-03

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "transformation",
  "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>0038</td><td>Dilution</td></tr><tr><td>0039</td><td>Dispersion</td></tr><tr><td>0040</td><td>Dissolution</td></tr><tr><td>0041</td><td>Mixing</td></tr><tr><td>0042</td><td>No transformation</td></tr><tr><td>0043</td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "http://unicom-project.eu/fhir/ValueSet/transformation",
  "version" : "0.1.0",
  "name" : "Transformation",
  "title" : "Transformation",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-02-03T15:45:39+00:00",
  "publisher" : "UNICOM",
  "contact" : [
    {
      "name" : "UNICOM",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://unicom-project.eu"
        }
      ]
    }
  ],
  "description" : "ValueSet Transformation from EDQM, TRA, see https://standardterms.edqm.eu/#",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://standardterms.edqm.eu",
        "concept" : [
          {
            "code" : "0038",
            "display" : "Dilution"
          },
          {
            "code" : "0039",
            "display" : "Dispersion"
          },
          {
            "code" : "0040",
            "display" : "Dissolution"
          },
          {
            "code" : "0041",
            "display" : "Mixing"
          },
          {
            "code" : "0042",
            "display" : "No transformation"
          },
          {
            "code" : "0043",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}