PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@etoc-2.0.1
    http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-pregnancystatus
description: Definition for the Pregnancy Status Observation resource in the context of CH eTOC.
package_name: ch.fhir.ig.ch
derivation: constraint
name: ChEtocPregnancyStatusObservation
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 82810-3, system: 'http://loinc.org', display: Pregnancy status}
    index: 1
  subject:
    type: Reference
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient']
    index: 2
  effective:
    choices: []
    index: 4
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            index: 6
          min: 0
          max: 1
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 7
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
          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
  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
package_version: etoc-2.0.1
class: profile
kind: resource
url: http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-pregnancystatus
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.1