{
  "resourceType": "StructureDefinition",
  "id": "codesystem-properties-mode",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "vocab"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/codesystem-properties-mode",
  "version": "4.6.0",
  "name": "properties-mode",
  "status": "draft",
  "date": "2021-01-01T21:58:31+00:00",
  "publisher": "HL7",
  "description": "The extent to which the properties of the code system (including the filters) are represented in this resource instance.",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "CodeSystem"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "not-present | partial | complete",
        "definition": "The extent to which the properties of the code system (including the filters) are represented in this resource instance.",
        "min": 0,
        "max": "1",
        "isModifier": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-properties-mode"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CodeSystemPropertiesMode"
            }
          ],
          "strength": "required",
          "description": "The extent to which the properties of the code system (including the filters) are represented in a code system resource.",
          "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-properties-mode"
        }
      }
    ]
  }
}