PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-epreg@1.0.0-ballot
    http://fhir.ch/ig/ch-epreg/StructureDefinition/ch-epreg-observation-abdominal-circumference
description: This profile constrains the Observation resource to represent the birth abdominal circumference.
package_name: ch.fhir.ig.ch-epreg
derivation: constraint
name: ChEpregObservationAbdominalCircumference
type: Observation
elements:
  value[x]:
    elements:
      value: {index: 10}
      unit: {index: 11}
      system:
        pattern: {type: uri, value: 'http://unitsofmeasure.org'}
        type: uri
        index: 12
      code:
        pattern: {type: code, value: cm}
        type: code
        index: 13
    required: [code, system, unit, value]
  encounter:
    type: Reference
    refers: ['http://fhir.ch/ig/ch-epreg/StructureDefinition/ch-epreg-encounter-mother']
    index: 2
  valueQuantity: {type: Quantity, choiceOf: value, index: 9}
  value:
    choices: [valueQuantity]
    index: 8
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 5}
  effective:
    choices: [effectiveDateTime]
    index: 4
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '3941000175104', system: 'http://snomed.info/sct'}
    type: CodeableConcept
    index: 0
  subject:
    type: Reference
    refers: ['http://fhir.ch/ig/ch-epreg/StructureDefinition/ch-epreg-patient-mother']
    index: 1
  performer: {index: 6}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-epreg/StructureDefinition/ch-epreg-observation-abdominal-circumference
base: http://fhir.ch/ig/ch-epreg/StructureDefinition/ch-epreg-observation-preg-progress
version: 1.0.0-ballot
required: [value, valueQuantity]