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 - JSON Representation

Draft as of 2023-09-13

Raw json | Download


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