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

FHIR IG Statistics: ValueSet/2.16.840.1.114222.4.11.7908

Packageus.cdc.phinvads
Resource TypeValueSet
Id2.16.840.1.114222.4.11.7908
FHIR VersionR4
Sourcehttp://fhir.org/packages/us.cdc.phinvads
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7908
Version1
Statusactive
Date2019-01-16T00:10:00+11:00
NamePHVS_Gender_ARLN
TitleGender (ARLN)
Realmus
DescriptionGender codes from the HL70001, PLR, and NULLFL code systems

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0001administrativeSex
v3-NullFlavorNullFlavor

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.7908",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7908"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7908",
  "version": "1",
  "name": "PHVS_Gender_ARLN",
  "title": "Gender (ARLN)",
  "status": "active",
  "date": "2019-01-16T00:10:00+11:00",
  "description": "Gender codes from the HL70001, PLR, and NULLFL code systems",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0001",
        "version": "HL7 v2.5",
        "concept": [
          {
            "code": "M",
            "display": "Male"
          },
          {
            "code": "F",
            "display": "Female"
          }
        ]
      },
      {
        "system": "urn:oid:2.16.840.1.114222.4.5.289",
        "version": "1.33",
        "concept": [
          {
            "code": "PLR554",
            "display": "Trans Female"
          },
          {
            "code": "PLR555",
            "display": "Trans Male"
          },
          {
            "code": "PLR556",
            "display": "Non-binary/Trans Other"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "20090501",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}