PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.geboortezorg@1.1.0
    http://nictiz.nl/fhir/StructureDefinition/bc-Birth
description: 'A Procedure profile describing the birth of a child as defined by BabyConnect. A birth is related to a delivery Procedure (Procedure.partOf), the child (Procedure.subject) and the pregnancy (Procedure.reasonReference). A pregnancy can lead to one delivery Procedure and one or multiple birth Procedures. In multiple birth, multiple birth instances point to the same delivery Procedure. A birth also provides the relation between a child and its mother: The mother Patient is the subject of the delivery Procedure and the child Patient is the subject of the birth Procedure.'
package_name: nictiz.fhir.nl.stu3.geboortezorg
derivation: constraint
name: bc-Birth
type: Procedure
elements:
  partOf:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryProcedure']
    index: 0
  code:
    elements:
      coding:
        index: 1
        slicing:
          slices:
            VerrichtingTypeCodelijst:
              match: {}
              schema:
                index: 1
                elements:
                  code:
                    pattern: {type: Code, value: '3950001'}
                    index: 2
                  display: {defaultValueString: Birth (finding), index: 3}
  subject:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-Child']
    index: 4
  context:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance', 'http://nictiz.nl/fhir/StructureDefinition/bc-Encounter', 'http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord']
    index: 5
  reasonReference:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy']
    index: 6
  note: {index: 7}
package_version: 1.1.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/bc-Birth
base: http://nictiz.nl/fhir/StructureDefinition/zib-Procedure
version: 1.0.0