PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.0-ballot
    http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-outcome-uv-ips
description: This profile constrains the Observation resource to represent the history of pregnancy outcomes (summary).
package_name: hl7.fhir.uv.ips
derivation: constraint
name: ObservationPregnancyOutcomeUvIps
type: Observation
elements:
  referenceRange: {mustSupport: false, index: 16}
  specimen: {mustSupport: false, index: 14}
  valueQuantity:
    type: Quantity
    mustSupport: true
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, mustSupport: true, choiceOf: value, index: 12}
          min: 0
          max: 1
  value:
    choices: []
    index: 9
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueQuantity:
          match: {}
          schema:
            mustSupport: true
            choices: [valueQuantity]
            index: 11
          min: 0
          max: 1
  component: {mustSupport: false, index: 17}
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, short: 'effective[x] absence reason', type: Extension, mustSupport: true, index: 7}
    elements:
      extension:
        index: 6
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            data-absent-reason:
              match: {url: null}
              schema: {short: 'effective[x] absence reason', type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 7}
              min: 0
              max: 1
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 5}
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 4
  code:
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/pregnancies-summary-uv-ips'}
    mustSupport: true
    index: 0
  bodySite: {mustSupport: false, index: 13}
  device: {mustSupport: false, index: 15}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 1
    elements:
      reference: {mustSupport: true, index: 2}
    required: [reference]
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-outcome-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [effectiveDateTime, subject, effective]