PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity
description: This Encounter profile represents the mother's maternity encounter. After the child is born, an Encounter record will be created for the child (Encounter-Birth) and will reference this encounter using the partOf property.
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:
    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.
            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-live-birth-fetal-death']
                index: 7
            required: [individual, type]
  period: {mustSupport: true, index: 8}
  hospitalization:
    index: 9
    elements:
      origin: {short: 'If mother transferred, facility transferred from', mustSupport: true, index: 10}
      admitSource: {short: If mother transferred for delivery set code = "hosp-trans" (Transferred from other hospital), mustSupport: true, index: 11}
  location:
    short: Information about the location of delivery
    mustSupport: true
    index: 12
    elements:
      location: {short: 'Facility name (if not institution, give street and number)', index: 13}
      physicalType:
        short: Place where birth/delivery 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: 14
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 0.1.0
required: [subject]