{
  "resourceType": "StructureDefinition",
  "id": "allowed-units-value-set",
  "meta": {
    "lastUpdated": "2018-03-09T13:09:04.463+00:00"
  },
  "url": "https://cdss.eviprev.ch/fhir/StructureDefinition/AllowedUnitsValueSet",
  "name": "AllowedUnitsValueSet",
  "title": "AllowedUnitsValueSet",
  "status": "draft",
  "date": "2018-03-09T12:56:26.657+00:00",
  "publisher": "Arpage AG",
  "contact": [
    {
      "name": "Patrick Husi",
      "telecom": [
        {
          "system": "email",
          "value": "patrick.husi@arpage.ch"
        }
      ]
    }
  ],
  "description": "ValueSet that has a list with allowed units of measure codings for each concept",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ValueSet",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ValueSet",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ValueSet.compose",
        "path": "ValueSet.compose",
        "min": 1
      },
      {
        "id": "ValueSet.compose.include.concept.extension",
        "path": "ValueSet.compose.include.concept.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ValueSet.compose.include.concept.extension:allowedUnits",
        "path": "ValueSet.compose.include.concept.extension",
        "sliceName": "allowedUnits",
        "short": "Identifies the units of measure in which the element should be captured or expressed",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits"
          }
        ]
      },
      {
        "id": "ValueSet.compose.exclude",
        "path": "ValueSet.compose.exclude",
        "max": "0"
      },
      {
        "id": "ValueSet.expansion",
        "path": "ValueSet.expansion",
        "max": "0"
      }
    ]
  }
}