PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@2.2.1
    http://nictiz.nl/fhir/StructureDefinition/bodytemp
description: 'FHIR Body Temperature Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More information can be found in GForge ticket #13796 or in the FHIR zulip chat https://chat.fhir.org/#narrow/stream/implementers/subject/Vital.20signs.20supporting.20observations.'
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: Vital Signs BodyTemp
type: Observation
elements:
  code:
    short: Body Temperature
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          - {path: code, type: value}
          min: 1
          slices:
            BodyTempCode:
              match: {system: 'http://loinc.org', code: 8310-5}
              schema:
                _required: true
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    pattern: {type: Code, value: 8310-5}
                    index: 4
                  display: {defaultValueString: Body temperature, index: 5}
                required: [system, code]
    required: [coding]
  valueQuantity:
    elements:
      code: {index: 6}
package_version: 2.2.1
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/bodytemp
base: http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
version: 1.0.2