PackagesCanonicalsLogsProblems
    Packages
    SUPPORT.R4@3.0.0
    http://phr.kanta.fi/StructureDefinition/fiphr-sd-fluidintake
description: Finnish PHR profile for Fluid intake observation resource
package_name: SUPPORT.R4
derivation: constraint
name: FIPHRSDNutrition
type: Observation
elements:
  meta:
    elements:
      profile:
        pattern: {type: Canonical, value: 'http://phr.kanta.fi/StructureDefinition/fiphr-sd-fluidintake'}
        index: 0
  code:
    index: 1
    elements:
      coding:
        elements:
          code:
            pattern: {type: Code, value: 8999-5}
            index: 2
  effective:
    choices: [effectiveDateTime]
    index: 4
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema:
            choices: [effectiveDateTime]
            index: 4
  effectiveDateTime:
    type: dateTime
    choiceOf: effective
    index: 5
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: effective, index: 5}
  value:
    short: 'FinnishPHR: Amount in millilitres'
    choices: [valueQuantity]
    index: 7
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            short: 'FinnishPHR: Amount in millilitres'
            choices: [valueQuantity]
            _required: true
            index: 7
          min: 1
  valueQuantity:
    type: Quantity
    short: 'FinnishPHR: Amount in millilitres'
    choiceOf: value
    index: 8
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, short: 'FinnishPHR: Amount in millilitres', choiceOf: value, _required: true, index: 8}
          min: 1
  value[x]:
    elements:
      value: {short: 'Finnish PHR: The value of the measured amount', index: 9}
      comparator: {index: 10}
      unit:
        short: 'Finnish PHR: The unit presentation of the measured amount in millilitres'
        pattern: {type: String, value: ml}
        index: 11
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 12
      code:
        pattern: {type: Code, value: mL}
        index: 13
    required: [value, unit, system, code]
package_version: 3.0.0
class: profile
kind: resource
url: http://phr.kanta.fi/StructureDefinition/fiphr-sd-fluidintake
base: http://phr.kanta.fi/StructureDefinition/fiphr-sd-nutrition
version: '0.1'
required: [value, valueQuantity]