FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/snomed-sexual-orientation-code

Packagetw.gov.mohw.twcore
Resource TypeValueSet
Idsnomed-sexual-orientation-code
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/ValueSet-snomed-sexual-orientation-code.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/ValueSet/snomed-sexual-orientation-code
Version0.3.0
Statusactive
Date2025-05-16T05:59:52+00:00
NameSexualOrientationCodeSCT
TitleSNOMED CT + HL7 NullFlavor 性傾向值集
Realmtw
Authoritynational
DescriptionSNOMED CT + HL7 NullFlavor 性傾向值集。
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.

Resources that use this resource

StructureDefinition
Observation-sexual-orientation-twcoreTW Core Observation Sexual Orientation

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
v3-NullFlavorNullFlavor

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet snomed-sexual-orientation-code

This value set includes codes based on the following rules:

  • Include these codes as defined in http://snomed.info/sct
    CodeDisplay
    38628009Homosexuality
    20430005Heterosexual state
    42035005Bisexual state
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    OTHother**Description:**The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).

    **Usage Notes**: This flavor and its specializations are most commonly used with the CD datatype and its flavors. However, it may apply to \*any\* datatype where the constraints of the type are tighter than can be conveyed. For example, a PQ that is for a true measured amount whose units are not supported in UCUM, a need to convey a REAL when the type has been constrained to INT, etc.

    With coded datatypes, this null flavor may only be used if the vocabulary binding has a coding strength of CNE. By definition, all local codes and original text are part of the value set if the coding strength is CWE.
    UNKunknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)
    ASKUasked but unknownInformation was sought but not found (e.g., patient was asked but didn't know)

Source

{
  "resourceType": "ValueSet",
  "id": "snomed-sexual-orientation-code",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/snomed-sexual-orientation-code",
  "version": "0.3.0",
  "name": "SexualOrientationCodeSCT",
  "title": "SNOMED CT + HL7 NullFlavor 性傾向值集",
  "status": "active",
  "experimental": false,
  "date": "2025-05-16T05:59:52+00:00",
  "contact": [
    {
      "name": "衛生福利部",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.mohw.gov.tw/"
        },
        {
          "system": "email",
          "value": "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description": "SNOMED CT + HL7 NullFlavor 性傾向值集。",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "38628009"
          },
          {
            "code": "20430005"
          },
          {
            "code": "42035005"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "OTH"
          },
          {
            "code": "UNK"
          },
          {
            "code": "ASKU"
          }
        ]
      }
    ]
  }
}