{
  "resourceType": "StructureDefinition",
  "id": "chinese-human-name",
  "meta": {
    "lastUpdated": "2019-11-14T07:25:21.843+00:00"
  },
  "url": "https://simplifier.net/winningtest/chinese-human-name-profile",
  "name": "ChineseHumanName",
  "title": "Chinese Human Name",
  "status": "draft",
  "date": "2019-11-14T07:25:21.466253+00:00",
  "description": "中国人名",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName.extension",
        "path": "HumanName.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "HumanName.extension:inputCode",
        "path": "HumanName.extension",
        "sliceName": "inputCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-humanname-inputCode"
            ]
          }
        ]
      },
      {
        "id": "HumanName.extension:inputCode.extension:pinyin",
        "path": "HumanName.extension.extension",
        "sliceName": "pinyin"
      },
      {
        "id": "HumanName.extension:inputCode.extension:pinyin.value[x]",
        "path": "HumanName.extension.extension.value[x]",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "HumanName.extension:inputCode.extension:wubi",
        "path": "HumanName.extension.extension",
        "sliceName": "wubi"
      },
      {
        "id": "HumanName.extension:inputCode.extension:wubi.value[x]",
        "path": "HumanName.extension.extension.value[x]",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "HumanName.use",
        "path": "HumanName.use",
        "max": "0"
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "max": "1"
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "max": "0"
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "max": "0"
      },
      {
        "id": "HumanName.period",
        "path": "HumanName.period",
        "max": "0"
      }
    ]
  }
}