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