0.4.4 - ci-build

StandardPatientHealthRecordIG, published by MITRE. This is not an authorized publication; it is the continuous build for version 0.4.4). This version is based on the current content of https://github.com/HL7/standard-patient-health-record-ig/ and changes regularly. See the Directory of published versions

: Apple HealthKit Workout Event Type Code System - XML Representation

Draft as of 2023-09-13

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="apple-health-kit-workout-event-type-code-system"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="https://open-health-manager.github.io/standard-patient-health-record-ig/CodeSystem/apple-health-kit-workout-event-type-code-system"/>
  <version value="0.4.4"/>
  <name value="AppleHealthKitWorkoutEventTypeCodeSystem"/>
  <title value="Apple HealthKit Workout Event Type Code System"/>
  <status value="draft"/>
  <date value="2023-09-13T16:34:31+00:00"/>
  <publisher value="MITRE"/>
  <contact>
    <name value="MITRE"/>
    <telecom>
      <system value="url"/>
      <value
             value="https://open-health-manager.github.io/standard-patient-health-record-ig"/>
    </telecom>
  </contact>
  <description
               value="Code System required for defining workout event type ValueSet"/>
  <content value="complete"/>
  <count value="8"/>
  <concept>
    <code value="pause"/>
    <display value="A constant indicating that the workout has paused."/>
  </concept>
  <concept>
    <code value="resume"/>
    <display value="A constant indicating that the workout has resumed."/>
  </concept>
  <concept>
    <code value="motionPaused"/>
    <display
             value="A constant indicating that the system has automatically paused a workout session."/>
  </concept>
  <concept>
    <code value="motionResumed"/>
    <display
             value="A constant indicating that the system has automatically resumed a workout session."/>
  </concept>
  <concept>
    <code value="pauseOrResumeRequest"/>
    <display
             value="A constant indicating that the user has requested a pause or resume."/>
  </concept>
  <concept>
    <code value="lap"/>
    <display value="A constant indicating a lap."/>
  </concept>
  <concept>
    <code value="segment"/>
    <display
             value="A constant indicating a period of time of interest during a workout."/>
  </concept>
  <concept>
    <code value="marker"/>
    <display
             value="A constant indicating a point of interest during a workout session."/>
  </concept>
</CodeSystem>