PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity
description: This Encounter profile represents the mother's maternity encounter.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: Encounter_Maternity
type: Encounter
elements:
  identifier: {mustSupport: true, index: 0}
  status: {mustSupport: true, index: 1}
  class: {mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother']
    index: 3
  participant:
    mustSupport: true
    index: 4
    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/fetus.
            mustSupport: true
            index: 5
            elements:
              type:
                short: Birth attendant [Extended Identifier]
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 87286-1, system: 'http://loinc.org'}
                index: 6
              individual:
                type: Reference
                mustSupport: true
                refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vital-records']
                index: 7
            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
            index: 8
            elements:
              type:
                short: Birth certifier [Extended Identifier]
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 87287-9, system: 'http://loinc.org'}
                index: 9
              period:
                index: 10
                elements:
                  start: {short: Date certified, mustSupport: true, index: 11}
              individual:
                type: Reference
                mustSupport: true
                refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vital-records']
                index: 12
            required: [individual, type]
  period: {mustSupport: true, index: 13}
  hospitalization:
    mustSupport: true
    index: 14
    elements:
      origin:
        type: Reference
        short: If mother transferred, facility transferred from
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        index: 15
      admitSource: {short: If mother transferred for delivery set code = "hosp-trans" (Transferred from other hospital), mustSupport: true, index: 16}
  location:
    short: Information about the location of delivery
    mustSupport: true
    index: 17
    elements:
      location:
        type: Reference
        short: Facility name (if not institution, give street and number)
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-location']
        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://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7124'}
        mustSupport: true
        index: 19
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
version: 1.0.0
required: [subject]