PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.geboortezorg@0.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:
        pattern:
          type: Coding
          value: {code: '3950001', system: 'http://snomed.info/sct', display: Birth (finding)}
        index: 1
        slicing:
          slices:
            birth:
              match: {}
              schema:
                pattern:
                  type: Coding
                  value: {code: '3950001', system: 'http://snomed.info/sct', display: Birth (finding)}
                _required: true
                index: 1
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 2
                  code:
                    pattern: {type: Code, value: '3950001'}
                    index: 3
                  display: {defaultValueString: Birth (finding), index: 4}
    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: 0.1.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/bc-Birth
base: http://nictiz.nl/fhir/StructureDefinition/zib-Procedure
version: null