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 Biological Sex Code System - XML Representation

Draft as of 2023-09-13

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="apple-health-kit-biological-sex-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-biological-sex-code-system"/>
  <version value="0.4.4"/>
  <name value="AppleHealthKitBiologicalSexCodeSystem"/>
  <title value="Apple HealthKit Biological Sex 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="Constants indicating the user’s sex."/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="notSet"/>
    <display
             value="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."/>
  </concept>
  <concept>
    <code value="female"/>
    <display value="A constant indicating that the user is female."/>
  </concept>
  <concept>
    <code value="male"/>
    <display value="A constant indicating that the user is male."/>
  </concept>
  <concept>
    <code value="other"/>
    <display
             value="A constant indicating that the user is otherwise not categorized as either male or female."/>
  </concept>
</CodeSystem>