{
  "resourceType": "StructureDefinition",
  "id": "fbeaa5d7-b42e-4059-8f4c-5a841beb3f7f",
  "meta": {
    "lastUpdated": "2022-03-11T17:12:06.267+00:00"
  },
  "url": "https://simplifier.net/winningtest/newborn-mom-profile",
  "name": "NewbornMom",
  "title": "新生儿的母亲",
  "status": "draft",
  "date": "2022-03-11T17:05:40.7565956+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/newborn-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "short": "关系性质",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "version": "4.0.1",
              "code": "NMTH",
              "display": "natural mother"
            }
          ]
        }
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "short": "姓名",
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "https://simplifier.net/winningtest/chinese-human-name-profile"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.telecom",
        "path": "RelatedPerson.telecom",
        "max": "0"
      },
      {
        "id": "RelatedPerson.gender",
        "path": "RelatedPerson.gender",
        "fixedCode": "female"
      },
      {
        "id": "RelatedPerson.birthDate",
        "path": "RelatedPerson.birthDate",
        "max": "0"
      },
      {
        "id": "RelatedPerson.address",
        "path": "RelatedPerson.address",
        "max": "0"
      },
      {
        "id": "RelatedPerson.photo",
        "path": "RelatedPerson.photo",
        "max": "0"
      },
      {
        "id": "RelatedPerson.period",
        "path": "RelatedPerson.period",
        "max": "0"
      },
      {
        "id": "RelatedPerson.communication",
        "path": "RelatedPerson.communication",
        "max": "0"
      }
    ]
  }
}