PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-fetal-presentation
description: This Observation profile represents the fetal presentation (orientation within the mother's womb) of a fetus prior to delivery/birth.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationFetalPresentation
type: Observation
elements:
  code:
    short: Fetal presentation at birth/delivery
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73761-9, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child', 'http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus']
    index: 1
  value:
    short: The value set contains the list of the different presentations (orientations within the mother's womb) that a fetus may be in prior to delivery.
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {short: The value set contains the list of the different presentations (orientations within the mother's womb) that a fetus may be in prior to delivery., type: CodeableConcept, mustSupport: true, choiceOf: value, index: 4}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-fetal-presentation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [value, subject, valueCodeableConcept, code]