PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.27.0-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns-RespirationRate
description: Defines the additional constraints and extensions on the UK Core Observation Vital Signs profile, in order to record the clinical observation of a respiratory rate of a patient.
package_name: fhir.r4.ukcore.stu3.currentbuild
derivation: constraint
name: UKCoreObservationVitalSignsRespirationRate
type: Observation
elements:
  code:
    binding: {strength: preferred, valueSet: 'https://fhir.hl7.org.uk/ValueSet/UKCore-RespirationRate'}
    index: 0
  value:
    choices: [valueQuantity]
    index: 2
  valueQuantity: {type: Quantity, choiceOf: value, index: 3}
  value[x]:
    elements:
      value: {index: 4}
      unit:
        pattern: {type: String, value: per minute}
        index: 5
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 6
      code:
        pattern: {type: Code, value: /min}
        index: 7
    required: [value, unit, system, code]
package_version: 0.27.0-pre-release
class: profile
kind: resource
url: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns-RespirationRate
base: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns
version: 0.1.1
required: [value, valueQuantity]