PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.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
  value:
    short: Planned to deliver at home?
    mustSupport: true
    choices: [valueBoolean]
    index: 2
  valueBoolean: {type: boolean, short: 'Planned to deliver at home?', mustSupport: true, choiceOf: value, index: 3}
package_version: 0.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: 0.1.0
required: [value, valueBoolean, code]