PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.phr@1.0.0-ballot
    http://hl7.org/fhir/uv/phr/StructureDefinition/AppleHealthKitQuantitySample
description: Data elements for the Apple HealthKit HKQuantitySample.
package_name: hl7.fhir.uv.phr
derivation: specialization
name: AppleHealthKitQuantitySample
type: http://hl7.org/fhir/uv/phr/StructureDefinition/AppleHealthKitQuantitySample
elements:
  quantity:
    type: BackboneElement
    short: The quantity for this sample.
    index: 0
    elements:
      unit: {type: string, short: The unit string., index: 1}
      doubleValue: {type: decimal, short: Returns the quantity’s value in the provided unit., index: 2}
  count: {type: integer, short: The number of quantities contained in this sample., index: 3}
  quantityType:
    type: code
    short: The quantity type for this sample.
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/phr/ValueSet/apple-health-kit-quantity-type-value-set'}
    index: 4
package_version: 1.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/uv/phr/StructureDefinition/AppleHealthKitQuantitySample
base: http://hl7.org/fhir/uv/phr/StructureDefinition/AppleHealthKitSample
version: 1.0.0-ballot
required: [quantity, quantityType]