description: FHIR Body Temperature Profile package_name: fhir.ieb.core derivation: constraint name: ObservationBodyTempIEB type: Observation elements: code: short: Body Temperature index: 0 elements: coding: index: 1 slicing: rules: open ordered: false discriminator: - {path: code, type: value} - {path: system, type: value} min: null slices: BodyTempCode: match: {code: 8310-5, system: 'http://loinc.org'} schema: _required: true index: 2 elements: system: type: uri pattern: {type: uri, value: 'http://loinc.org'} index: 3 code: type: code pattern: {type: code, value: 8310-5} index: 4 required: [code, system] valueQuantity: index: 5 elements: value: {type: decimal, mustSupport: true, index: 6} unit: {type: string, mustSupport: true, index: 7} system: type: uri pattern: {type: uri, value: 'http://unitsofmeasure.org'} mustSupport: true index: 8 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|4.0.1', bindingName: BodyTempUnits} index: 9 required: [code, system, unit, value] package_version: 0.0.10 class: profile kind: resource url: http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-bodytemp-ieb base: http://hl7.org/fhir/StructureDefinition/vitalsigns version: 1.0.0