PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr.r4@2.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-birth
description: This Encounter profile represents the child's birth encounter.
package_name: hl7.fhir.us.bfdr.r4
derivation: constraint
name: EncounterBirth
type: Encounter
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        role:
          match: {url: null}
          schema:
            type: Extension
            short: Differentiates Birth and Maternity Encounters.
            url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-role
            index: 1
            elements:
              value:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: CHILD, system: 'http://terminology.hl7.org/CodeSystem/v3-RoleCode'}
                choices: []
                index: 3
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 4
  participant:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        attendant:
          match: {type: null}
          schema:
            short: The person responsible for delivering the child.
            array: true
            index: 6
            elements:
              type:
                index: 7
                slicing:
                  rules: open
                  description: Slicing requires the given value but allows additional values
                  discriminator:
                  - {path: $this, type: pattern}
                  min: 1
                  slices:
                    requiredType:
                      match:
                        coding:
                        - {code: 87286-1, system: 'http://loinc.org'}
                      schema:
                        short: Birth attendant [Extended Identifier]
                        pattern:
                          type: CodeableConcept
                          value:
                            coding:
                            - {code: 87286-1, system: 'http://loinc.org'}
                        _required: true
                        index: 8
                      min: 1
                      max: 1
              individual:
                type: Reference
                refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Practitioner-birth-attendant']
                index: 9
            required: [individual, type]
        certifier:
          match: {type: null}
          schema:
            short: The individual who certifies to the fact that the birth occurred.
            array: true
            index: 10
            elements:
              type:
                index: 11
                slicing:
                  rules: open
                  description: Slicing requires the given value but allows additional values
                  discriminator:
                  - {path: $this, type: pattern}
                  min: 1
                  slices:
                    requiredType:
                      match:
                        coding:
                        - {code: 87287-9, system: 'http://loinc.org'}
                      schema:
                        short: Birth certifier [Extended Identifier]
                        pattern:
                          type: CodeableConcept
                          value:
                            coding:
                            - {code: 87287-9, system: 'http://loinc.org'}
                        _required: true
                        index: 12
                      min: 1
                      max: 1
              period:
                elements:
                  start: {short: Date certified, index: 13}
              individual:
                type: Reference
                refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Practitioner-birth-certifier']
                index: 14
            required: [individual, type]
  hospitalization:
    elements:
      destination:
        type: Reference
        short: If infant transferred, facility transferred to
        refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr']
        index: 15
      dischargeDisposition: {short: 'If infant transferred within 24 hours of delivery, set code = "other-hcf" (Other healthcare facility) from codesystem https://terminology.hl7.org/5.4.0/CodeSystem-discharge-disposition.html', index: 16}
  location:
    short: Information about the location of birth
    index: 17
    elements:
      location:
        type: Reference
        short: Facility where birth occurred
        refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr']
        index: 18
      physicalType:
        short: The value set contains the list of values used to indicate the type of place where birth or delivery occurred.
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/bfdr/ValueSet/ValueSet-birth-delivery-occurred'}
        index: 19
  partOf:
    type: Reference
    short: Reference to the mother's maternity encounter
    refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity']
    index: 20
package_version: 2.0.0
extensions:
  role:
    url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-role
    type: Extension
    short: Differentiates Birth and Maternity Encounters.
    index: 1
    elements:
      value:
        pattern:
          type: CodeableConcept
          value:
            coding:
            - {code: CHILD, system: 'http://terminology.hl7.org/CodeSystem/v3-RoleCode'}
        choices: []
        index: 3
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-birth
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
version: 2.0.0
required: [extension]