{
  "resourceType": "StructureDefinition",
  "id": "a2451fdd-8f96-46e7-aa5e-6b2870d4e8c8",
  "meta": {
    "lastUpdated": "2021-05-17T07:59:23.898+00:00"
  },
  "url": "https://simplifier.net/winningtest/woman-profile",
  "name": "Woman",
  "title": "Woman",
  "status": "draft",
  "date": "2021-05-17T03:15:10.6302236Z",
  "description": "女性患者",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://simplifier.net/winningtest/general-patient-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "max": "0"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "https://simplifier.net/winningtest/chinese-human-name-profile"
            ]
          }
        ]
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "https://simplifier.net/winningtest/chinese-contact-point-profile"
            ]
          }
        ]
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "女性",
        "fixedCode": "urn:oid:1.2.156.112604.1.2.5.3",
        "binding": {
          "strength": "required",
          "valueSet": "urn:oid:1.2.156.112604.1.2.5"
        }
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "max": "0"
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://simplifier.net/winningtest/chinese-address-profile"
            ]
          }
        ]
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "slicing": {
          "description": "街道名和门牌号",
          "rules": "open"
        }
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "0"
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "max": "0"
      },
      {
        "id": "Patient.link.type",
        "path": "Patient.link.type",
        "fixedCode": "seealso"
      }
    ]
  }
}