At-Home In-Vitro Test Report
1.0.0 - STU 1 United States of America flag

This page is part of the At-Home In-Vitro Test Report (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CodeSystem - Sex for Clinical Use - JSON Representation

Active as of 2023-01-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-sex-for-clinical-use",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-01-25T00:56:14.339+00:00",
    "source" : "#7c5TWhe6s2tGm1u4"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system  defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>usage-note</td><td>string</td><td>Usage notes for the concept.</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-sex-for-clinical-use</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>usage-note</b></td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"codesystem-sex-for-clinical-use-female\"> </a></td><td>Female sex for clinical use</td><td>Available data indicates that diagnostics, analytics, and treatments should consider best practices associated with female reference populations.</td><td/></tr><tr><td style=\"white-space:nowrap\">male<a name=\"codesystem-sex-for-clinical-use-male\"> </a></td><td>Male sex for clinical use</td><td>Available data indicates that diagnostics, analytics, and treatments should consider best practices associated with male reference populations.</td><td/></tr><tr><td style=\"white-space:nowrap\">specified<a name=\"codesystem-sex-for-clinical-use-specified\"> </a></td><td>Specified sex for clinical use</td><td>Available data indicates that diagnostics, analytics, and treatment best practices may be undefined or not aligned with sex-derived reference populations.  Additional information (usually, but not always, in the form of comments and/or observations) is available, but does not align with male sex for clinical use or female sex for clinical use.</td><td>Individuals or systems providing care should either use default behavior that is safe for both male and female populations, individually review treatment options with the patient, or carefully inspect comments and relevant observations before proceeding with treatment. Systems that are unable to review additional information that may be associated with an SFCU value may manage a SPECIFIED and an UNKNOWN value in the same way.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"codesystem-sex-for-clinical-use-unknown\"> </a></td><td>Unknown</td><td>No information can be provided.</td><td>Systems that are unable to review additional information that may be associated with an SFCU value may manage a SPECIFIED and an UNKNOWN value in the same way.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-sex-for-clinical-use",
  "version" : "1.0.0",
  "name" : "CodeSystemSexForClinicalUse",
  "title" : "CodeSystem - Sex for Clinical Use",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-10",
  "publisher" : "Orders and Observations",
  "contact" : [
    {
      "name" : "HL7 International - Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "description" : "This CodeSystem is a copy of the not-yet-published 6.0.0-ballot version US Core Sex for Clinical Use Code System and contains codes that represent the sex characterization appropriate for the associated clinical context.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "property" : [
    {
      "code" : "usage-note",
      "description" : "Usage notes for the concept.",
      "type" : "string"
    }
  ],
  "concept" : [
    {
      "code" : "female",
      "display" : "Female sex for clinical use",
      "definition" : "Available data indicates that diagnostics, analytics, and treatments should consider best practices associated with female reference populations."
    },
    {
      "code" : "male",
      "display" : "Male sex for clinical use",
      "definition" : "Available data indicates that diagnostics, analytics, and treatments should consider best practices associated with male reference populations."
    },
    {
      "code" : "specified",
      "display" : "Specified sex for clinical use",
      "definition" : "Available data indicates that diagnostics, analytics, and treatment best practices may be undefined or not aligned with sex-derived reference populations.  Additional information (usually, but not always, in the form of comments and/or observations) is available, but does not align with male sex for clinical use or female sex for clinical use.",
      "property" : [
        {
          "code" : "usage-note",
          "valueString" : "Individuals or systems providing care should either use default behavior that is safe for both male and female populations, individually review treatment options with the patient, or carefully inspect comments and relevant observations before proceeding with treatment. Systems that are unable to review additional information that may be associated with an SFCU value may manage a SPECIFIED and an UNKNOWN value in the same way."
        }
      ]
    },
    {
      "code" : "unknown",
      "display" : "Unknown",
      "definition" : "No information can be provided.",
      "property" : [
        {
          "code" : "usage-note",
          "valueString" : "Systems that are unable to review additional information that may be associated with an SFCU value may manage a SPECIFIED and an UNKNOWN value in the same way."
        }
      ]
    }
  ]
}