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

FHIR IG Statistics: ValueSet/SexVS

PackageCDI-test
Resource TypeValueSet
IdSexVS
FHIR VersionR4
Sourcehttps://test.ph/fhir/https://build.fhir.org/ig/nhdr-gianb/test-ig/ValueSet-SexVS.html
URLhttps://nhdr.gov.ph/fhir/ValueSet/SexVS
Version0.1.0
Statusdraft
Date2025-06-26T23:46:20+00:00
NameSexVS
TitleSex
DescriptionA person's sex at birth
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
SexSex at birth

Resources that this resource uses

CodeSystem
v2-0001administrativeSex

Narrative

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

Generated Narrative: ValueSet SexVS

Language: en-US

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0001
    CodeDisplayDefinition
    OOtherOther
    AAmbiguousAmbiguous
    NNot applicableNot applicable
    XNon-BinaryIntended for situations where the gender or sex representation of the individual is not strictly male, or strictly female, and is driven by jurisdictional requirements, personal needs, or legal boundaries.

Source

{
  "resourceType": "ValueSet",
  "id": "SexVS",
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://nhdr.gov.ph/fhir/ValueSet/SexVS",
  "version": "0.1.0",
  "name": "SexVS",
  "title": "Sex",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-26T23:46:20+00:00",
  "publisher": "test",
  "contact": [
    {
      "name": "test",
      "telecom": [
        {
          "system": "url",
          "value": "https://test.ph"
        }
      ]
    }
  ],
  "description": "A person's sex at birth",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0001"
      }
    ],
    "exclude": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0001",
        "concept": [
          {
            "code": "O"
          },
          {
            "code": "A"
          },
          {
            "code": "N"
          },
          {
            "code": "X"
          }
        ]
      }
    ]
  }
}