PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-date-of-last-other-pregnancy-outcome
description: This Observation profile represents the date of the mother's last other pregnancy outcome (includes pregnancy losses of any gestational age, e.g., spontaneous or induced losses or ectopic pregnancies) (do not include this birth).
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationDateOfLastOtherPregnancyOutcome
type: Observation
elements:
  code:
    short: Date last other pregnancy outcome
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 68500-8, 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
  value:
    short: Date of last other pregnancy outcome
    mustSupport: true
    choices: [valueDateTime]
    index: 3
  valueDateTime: {type: dateTime, short: Date of last other pregnancy outcome, mustSupport: true, choiceOf: value, index: 4}
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-date-of-last-other-pregnancy-outcome
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [valueDateTime, value, subject, code]