PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.eps@1.0.0-ballot
    http://hl7.eu/fhir/eps/StructureDefinition/observation-pregnancy-outcome-eu-eps
description: This profile constrains the Observation resource to represent the summarized history of pregnancy outcomes in the scope of the European Patient Summary.
package_name: hl7.fhir.eu.eps
derivation: constraint
name: ObservationPregnancyOutcomeEuEps
type: Observation
elements:
  referenceRange: {index: 14}
  specimen: {index: 12}
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 10
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, index: 10}
          min: 0
          max: 1
  value:
    choices: []
    index: 7
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueQuantity:
          match: {}
          schema:
            choices: [valueQuantity]
            index: 9
          min: 0
          max: 1
  component: {index: 15}
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  effective:
    choices: [effectiveDateTime]
    index: 4
  code:
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/pregnancies-summary-uv-ips'}
    index: 0
  bodySite: {index: 11}
  device: {index: 13}
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps']
    index: 1
    elements:
      reference: {index: 2}
    required: [reference]
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/eps/StructureDefinition/observation-pregnancy-outcome-eu-eps
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [effectiveDateTime, subject, effective]