0.4.6 - ci-build

StandardPatientHealthRecordIG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: Apple HealthKit Biological Sex Code System - JSON Representation

Draft as of 2024-07-12

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "apple-health-kit-biological-sex-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem apple-health-kit-biological-sex-code-system</b></p><a name=\"apple-health-kit-biological-sex-code-system\"> </a><a name=\"hcapple-health-kit-biological-sex-code-system\"> </a><a name=\"hcapple-health-kit-biological-sex-code-system-en-US\"> </a><p>This  code system <code>https://open-health-manager.github.io/standard-patient-health-record-ig/CodeSystem/apple-health-kit-biological-sex-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">notSet<a name=\"apple-health-kit-biological-sex-code-system-notSet\"> </a></td><td>A constant indicating that either the user's biological sex characteristic type is not set, or the user has not granted your app permission to read that characteristic type.</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"apple-health-kit-biological-sex-code-system-female\"> </a></td><td>A constant indicating that the user is female.</td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"apple-health-kit-biological-sex-code-system-male\"> </a></td><td>A constant indicating that the user is male.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"apple-health-kit-biological-sex-code-system-other\"> </a></td><td>A constant indicating that the user is otherwise not categorized as either male or female.</td></tr></table></div>"
  },
  "url" : "https://open-health-manager.github.io/standard-patient-health-record-ig/CodeSystem/apple-health-kit-biological-sex-code-system",
  "version" : "0.4.6",
  "name" : "AppleHealthKitBiologicalSexCodeSystem",
  "title" : "Apple HealthKit Biological Sex Code System",
  "status" : "draft",
  "date" : "2024-07-12T04:22:16+00:00",
  "publisher" : "MITRE",
  "contact" : [
    {
      "name" : "MITRE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://open-health-manager.github.io/standard-patient-health-record-ig"
        }
      ]
    }
  ],
  "description" : "Constants indicating the user’s sex.",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "notSet",
      "display" : "A constant indicating that either the user's biological sex characteristic type is not set, or the user has not granted your app permission to read that characteristic type."
    },
    {
      "code" : "female",
      "display" : "A constant indicating that the user is female."
    },
    {
      "code" : "male",
      "display" : "A constant indicating that the user is male."
    },
    {
      "code" : "other",
      "display" : "A constant indicating that the user is otherwise not categorized as either male or female."
    }
  ]
}