FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dapl
Resource TypeValueSet
IdValueSet-dapl-birthsex-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-dapl/ValueSet-dapl-birthsex-codes.html
URLhttp://hl7.org/fhir/us/dapl/ValueSet/dapl-birthsex-codes
Version0.1.0
Statusactive
Date2026-03-27
NameDAPLBirthSexCodes
TitleDAPL Birth Sex Codes
Realmus
Authorityhl7
DescriptionThe Birth Sex Codes is a set of codes for identifying the birth sex of Patients.

Resources that use this resource

StructureDefinition
hl7.fhir.us.dapl#currentdapl-birthsex-extensionDAPL Birth Sex Extension

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-AdministrativeGenderAdministrativeGender

Narrative

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

Generated Narrative: ValueSet dapl-birthsex-codes

version: 1; Last updated: 2026-03-27 15:52:33+0000

Profile: Shareable ValueSet


Source1

{
  "resourceType": "ValueSet",
  "id": "dapl-birthsex-codes",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2026-03-27T15:52:33.158+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/dapl/ImplementationGuide/dapl"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/dapl/ImplementationGuide/dapl"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/dapl/ValueSet/dapl-birthsex-codes",
  "version": "0.1.0",
  "name": "DAPLBirthSexCodes",
  "title": "DAPL Birth Sex Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-03-27",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        }
      ]
    }
  ],
  "description": "The Birth Sex Codes is a set of codes for identifying the birth sex of Patients.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
        "version": "4.0.0",
        "concept": [
          {
            "code": "F",
            "display": "Female"
          },
          {
            "code": "M",
            "display": "Male"
          }
        ]
      }
    ]
  }
}