{
  "resourceType": "StructureDefinition",
  "id": "valueset-author",
  "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/valueset-author",
  "version": "4.6.0",
  "name": "author",
  "status": "draft",
  "date": "2020-12-28T05:55:11+00:00",
  "publisher": "HL7",
  "description": "The entity or set of entities that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details.",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ValueSet"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Entity/entities that create and may modify the Value Set",
        "definition": "The entity or set of entities that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details.",
        "comment": "This can be any combination of groups or individuals. When known and actively maintained, this should be populated. The information included about the Author may include contact information.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-author"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      }
    ]
  }
}