PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0-ballot
    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
derivation: constraint
name: EncounterBirth
type: Encounter
elements:
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 0
  participant:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        attendant:
          match:
            type:
              coding:
              - {code: 87286-1, system: 'http://loinc.org'}
          schema:
            short: The person responsible for delivering the child.
            mustSupport: true
            array: true
            index: 2
            elements:
              type:
                short: Birth attendant [Extended Identifier]
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 87286-1, system: 'http://loinc.org'}
                index: 3
              individual:
                type: Reference
                refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr']
                index: 4
            required: [individual, type]
        certifier:
          match:
            type:
              coding:
              - {code: 87287-9, system: 'http://loinc.org'}
          schema:
            short: The individual who certifies to the fact that the birth occurred.
            mustSupport: true
            array: true
            index: 5
            elements:
              type:
                short: Birth certifier [Extended Identifier]
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 87287-9, system: 'http://loinc.org'}
                index: 6
              period:
                elements:
                  start: {short: Date certified, mustSupport: true, index: 7}
              individual:
                type: Reference
                refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr']
                index: 8
            required: [individual, type]
  hospitalization:
    elements:
      destination:
        type: Reference
        short: If infant transferred, facility transferred to
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        index: 9
      dischargeDisposition: {short: 'If infant transferred within 24 hours of delivery, set code = "other-hcf" (Other healthcare facility)', index: 10}
  location:
    short: Information about the location of birth
    index: 11
    elements:
      location:
        type: Reference
        short: Facility name (if not institution, give street and number)
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        index: 12
      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'}
        mustSupport: true
        index: 13
  partOf:
    type: Reference
    short: Reference to the mother's maternity encounter
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity']
    index: 14
package_version: 2.0.0-ballot
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-ballot