{
  "resourceType": "StructureDefinition",
  "url": "http://StructureDefinition.hl7fhir.cn/ValueSet",
  "name": "ValueSet",
  "title": "值域集",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ValueSet",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ValueSet",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ValueSet.identifier",
        "path": "ValueSet.identifier",
        "label": "业务ID",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://StructureDefinition.hl7fhir.cn/Identifier"
            ]
          }
        ]
      },
      {
        "id": "ValueSet.version",
        "path": "ValueSet.version",
        "label": "版本"
      },
      {
        "id": "ValueSet.name",
        "path": "ValueSet.name",
        "label": "机读名称"
      },
      {
        "id": "ValueSet.title",
        "path": "ValueSet.title",
        "label": "标题名称（人读）"
      },
      {
        "id": "ValueSet.status",
        "path": "ValueSet.status",
        "label": "状态"
      }
    ]
  }
}