PackagesCanonicalsLogsProblems
    Packages
    basisprofil.de@0.2.30
    http://fhir.de/StructureDefinition/observation-de-koerpertemperatur/0.2
description: null
package_name: basisprofil.de
derivation: constraint
name: observation-de-koerpertemperatur-0.2
type: Observation
elements:
  code:
    elements:
      coding:
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            loinc:
              match: {system: 'http://loinc.org'}
              schema:
                _required: true
                index: 1
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 2
                  code:
                    pattern: {type: Code, value: 8310-5}
                    index: 3
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.de/StructureDefinition/patient-de-basis/0.2', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
  valueQuantity:
    type: Quantity
    index: 5
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            type: Quantity
            index: 5
            elements:
              value: {index: 6}
              unit:
                pattern: {type: String, value: °C}
                index: 7
              system:
                pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                index: 8
              code:
                pattern: {type: Code, value: Cel}
                index: 9
            required: [value, unit, system, code]
package_version: 0.2.30
class: profile
kind: resource
url: http://fhir.de/StructureDefinition/observation-de-koerpertemperatur/0.2
base: http://fhir.de/StructureDefinition/observation-de-basis/0.2
version: '0.2'
required: [subject]