1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BodyWeightUnits - JSON Representation

Active as of 2021-10-19

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "BodyWeightUnits",
  "meta" : {
    "lastUpdated" : "2021-10-19T08:31:55.386+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet BodyWeightUnits</b></p><a name=\"BodyWeightUnits\"> </a><a name=\"hcBodyWeightUnits\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-10-19 08:31:55+0000</p></div><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>kg</td><td>kg</td></tr><tr><td>g</td><td>g</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.cambio.se/ValueSet/BodyWeightUnits/v1",
  "version" : "1.0.0",
  "name" : "BodyWeightUnits",
  "title" : "BodyWeightUnits",
  "status" : "active",
  "date" : "2021-10-19T08:31:54.4673427+00:00",
  "publisher" : "Cambio",
  "contact" : [
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cambio.se"
        }
      ]
    },
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "email",
          "value" : "informatics@cambio.se",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Subset of the ValueSet  http://hl7.org/fhir/ValueSet/ucum-bodyweight for communicating body weight units. Code system is http://unitsofmeasure.org.",
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "kg",
            "display" : "kg"
          },
          {
            "code" : "g",
            "display" : "g"
          }
        ]
      }
    ]
  }
}