PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.geboortezorg@1.3.3-rc3
    http://nictiz.nl/fhir/StructureDefinition/bc-Birth
description: 'A Procedure profile describing the birth of a child as defined by BabyConnect. \r\nThis groups findings and procedures related to a particular child in a delivery - important in multiple births. 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.\r\n\r\nA Birth has:\r\n* A partOf extension, pointing to the Delivery\r\n* The subject is the Child\r\n* The context is the Maternal Record EpisodeOfCare\r\n* The pregnancy is captured in the reasonReference'
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:
    index: 1
    elements:
      coding:
        index: 2
        slicing:
          slices:
            birth:
              match: {}
              schema:
                _required: true
                index: 3
                elements:
                  code:
                    pattern: {type: Code, value: '3950001'}
                    index: 4
                required: [code]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-Child']
    index: 5
  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: 6
  reasonReference:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy']
    index: 7
  note: {index: 8}
package_version: 1.3.3-rc3
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/bc-Birth
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 1.3.2
required: [code]