PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.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. Only the presentations in the preferred\nbinding can be reported to NCHS.  The full set of abnormal presentations is included to support more general use.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationFetalPresentation
type: Observation
elements:
  code:
    short: Fetal presentation at birth/delivery
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73761-9, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Patient-decedent-fetus', 'http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 1
  value:
    short: The preferred value set contains the list of reportable presentations (orientations within the mother's womb) that a fetus may be in prior to delivery.
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, short: The preferred value set contains the list of reportable presentations (orientations within the mother's womb) that a fetus may be in prior to delivery., choiceOf: value, index: 4}
package_version: 2.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: 2.0.0
required: [value, subject, valueCodeableConcept]