PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot2
    http://hl7.org/fhir/StructureDefinition/bodytemp
description: FHIR Body Temperature Profile
package_name: hl7.fhir.r6.examples
derivation: constraint
name: Observationbodytemp
type: Observation
elements:
  category:
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 2
      slices:
        BodyTempCode:
          match:
            coding:
            - {code: 8310-5, system: 'http://loinc.org'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: 8310-5, system: 'http://loinc.org'}
            _required: true
            index: 1
          min: 1
          max: 1
  code:
    short: Body Temperature
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/observation-vitalsign-bodytemp'}
    index: 2
  valueQuantity:
    index: 3
    elements:
      value: {type: decimal, mustSupport: true, index: 4}
      unit: {type: string, mustSupport: true, index: 5}
      system:
        type: uri
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 6
      code:
        short: Coded responses from the common UCUM units for vital signs value set.
        type: code
        mustSupport: true
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/ucum-bodytemp'}
        index: 7
    required: [value, unit, system, code]
package_version: 6.0.0-ballot2
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/bodytemp
base: http://hl7.org/fhir/StructureDefinition/vitalsigns
version: 6.0.0-ballot2