{
  "resourceType": "StructureDefinition",
  "id": "sexual-distinction-of-human",
  "meta": {
    "lastUpdated": "2020-12-07T02:49:33.194+00:00"
  },
  "url": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/sexual-distinction-of-human",
  "name": "SexualDistinctionOfHuman",
  "title": "生理性别",
  "status": "draft",
  "description": "描述人的生理性别  遵循标准 GB/T 2261.1",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Person.gender"
    },
    {
      "type": "element",
      "expression": "Patient.gender"
    },
    {
      "type": "element",
      "expression": "Practitioner.gender"
    },
    {
      "type": "element",
      "expression": "Patient.contact.gender"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "生理性别",
        "definition": "描述人的生理性别  遵循标准 GB/T 2261.1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/sexual-distinction-of-human"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Coding"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/physiological-gender-vs"
        }
      }
    ]
  }
}