{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/birth-profile",
  "name": "Birth",
  "title": "分娩",
  "status": "draft",
  "date": "2023-11-30T13:48:06.0404416+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://simplifier.net/winningtest/observation-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "max": "0"
      },
      {
        "id": "Observation.partOf",
        "path": "Observation.partOf",
        "max": "0"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "分娩的观察类别",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/observation-category",
              "code": "procedure",
              "display": "Procedure"
            }
          ]
        }
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "分娩结局代码",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "302080006",
              "display": "Finding of birth outcome (finding)"
            }
          ]
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/mother-profile",
              "https://simplifier.net/winningtest/newborn-profile"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "max": "0"
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "max": "0"
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "max": "0"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "max": "0"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "max": "0"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "max": "0"
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "max": "0"
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:birthOutcome",
        "path": "Observation.component",
        "sliceName": "birthOutcome",
        "short": "分娩结局",
        "max": "1"
      },
      {
        "id": "Observation.component:birthOutcome.code",
        "path": "Observation.component.code",
        "short": "分娩结局",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "302080006",
              "display": "Finding of birth outcome (finding)"
            }
          ],
          "text": "分娩结局"
        }
      },
      {
        "id": "Observation.component:birthOutcome.value[x]",
        "path": "Observation.component.value[x]",
        "short": "分娩结局",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "分娩结局代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.456"
        }
      },
      {
        "id": "Observation.component:birthOutcome.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:birthOutcome.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:birthOutcome.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:numberOfFectuses",
        "path": "Observation.component",
        "sliceName": "numberOfFectuses",
        "short": "胎数",
        "max": "1"
      },
      {
        "id": "Observation.component:numberOfFectuses.code",
        "path": "Observation.component.code",
        "short": "胎数",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "246435002",
              "display": "Number of fetuses"
            }
          ],
          "text": "胎数"
        }
      },
      {
        "id": "Observation.component:numberOfFectuses.value[x]",
        "path": "Observation.component.value[x]",
        "short": "分娩胎数代码",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "分娩胎数代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.2528"
        }
      },
      {
        "id": "Observation.component:numberOfFectuses.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:numberOfFectuses.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:numberOfFectuses.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:asphyxiaNeonatorum",
        "path": "Observation.component",
        "sliceName": "asphyxiaNeonatorum",
        "short": "新生儿窒息",
        "max": "1"
      },
      {
        "id": "Observation.component:asphyxiaNeonatorum.code",
        "path": "Observation.component.code",
        "short": "新生儿窒息",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "28314004",
              "display": "Asphyxia in liveborn infant (disorder)"
            }
          ],
          "text": "新生儿窒息"
        }
      },
      {
        "id": "Observation.component:asphyxiaNeonatorum.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Observation.component:asphyxiaNeonatorum.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:asphyxiaNeonatorum.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:asphyxiaNeonatorum.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:resuscitationStatus",
        "path": "Observation.component",
        "sliceName": "resuscitationStatus",
        "short": "室息是否复苏成功",
        "max": "1"
      },
      {
        "id": "Observation.component:resuscitationStatus.code",
        "path": "Observation.component.code",
        "short": "室息是否复苏成功",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "304251008",
              "display": "Resuscitation status"
            }
          ],
          "text": "室息是否复苏成功"
        }
      },
      {
        "id": "Observation.component:resuscitationStatus.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Observation.component:resuscitationStatus.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:resuscitationStatus.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:resuscitationStatus.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:neonatalTraumatic",
        "path": "Observation.component",
        "sliceName": "neonatalTraumatic",
        "short": "是否有新生儿产伤",
        "max": "1"
      },
      {
        "id": "Observation.component:neonatalTraumatic.code",
        "path": "Observation.component.code",
        "short": "是否有新生儿产伤",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "363226007",
              "display": "Neonatal traumatic disorder (disorder)"
            }
          ],
          "text": "是否有新生儿产伤"
        }
      },
      {
        "id": "Observation.component:neonatalTraumatic.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Observation.component:neonatalTraumatic.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:neonatalTraumatic.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:neonatalTraumatic.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.component:dysmorphism",
        "path": "Observation.component",
        "sliceName": "dysmorphism",
        "short": "出生缺陷",
        "max": "1"
      },
      {
        "id": "Observation.component:dysmorphism.code",
        "path": "Observation.component.code",
        "short": "出生缺陷",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "276720006",
              "display": "Dysmorphism (disorder)"
            }
          ],
          "text": "出生缺陷"
        }
      },
      {
        "id": "Observation.component:dysmorphism.value[x]",
        "path": "Observation.component.value[x]",
        "short": "出生缺陷类别代码",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "出生缺陷类别代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.134"
        }
      },
      {
        "id": "Observation.component:dysmorphism.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:dysmorphism.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component:dysmorphism.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      }
    ]
  }
}