description: 'FHIR Heart Rate Profile - Copied FHIR Vital Sign Profile to remove .component.value Quantity type constraint. 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 HeartRate type: Observation elements: code: short: Heart Rate index: 0 elements: coding: index: 1 slicing: rules: open ordered: false discriminator: - {path: system, type: value} - {path: code, type: value} min: 1 slices: HeartRateCode: match: {system: 'http://loinc.org', code: 8867-4} schema: _required: true index: 2 elements: system: pattern: {type: Uri, value: 'http://loinc.org'} index: 3 code: pattern: {type: Code, value: 8867-4} index: 4 display: {defaultValueString: Heart rate, index: 5} required: [system, code] required: [coding] valueQuantity: elements: code: pattern: {type: Code, value: /min} index: 6 package_version: 2.3.1 class: profile kind: resource url: http://nictiz.nl/fhir/StructureDefinition/heartrate base: http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns version: 2.0.4