PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-planned-to-deliver-at-home
description: This Observation profile represents whether or not a home birth was planned for the infant.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationPlannedToDeliverAtHome
type: Observation
elements:
  code:
    short: Mother Planned to deliver at home [US Standard Certificate of Live Birth]
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73765-0, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr']
    index: 1
  focus:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr', 'http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus-vr']
    index: 2
  value:
    short: Planned to deliver at home?
    mustSupport: true
    choices: [valueBoolean]
    index: 4
  valueBoolean: {type: boolean, short: 'Planned to deliver at home?', mustSupport: true, choiceOf: value, index: 5}
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-planned-to-deliver-at-home
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [focus, value, valueBoolean, subject, code]