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

FHIR IG analytics

Packagehl7.fhir.uv.molecular-definition-data-types
Resource TypeValueSet
IdValueSet-nucleotide-dna-1letter-ambiguous.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/molecular-definition-data-types/ValueSet-nucleotide-dna-1letter-ambiguous.html
URLhttp://hl7.org/fhir/uv/molecular-definition-data-types/ValueSet/nucleotide-dna-1letter-ambiguous
Version1.0.0-ballot1
Statusdraft
Date2026-01-26T14:36:09+00:00
NameNucleotideDNA1LetterAmbiguous
TitleNucleotide DNA 1-letter Ambiguous Symbols ValueSet
Realmuv
Authorityhl7
DescriptionSingle-letter ambiguous symbols for DNA residues.

Resources that use this resource

StructureDefinition
alleleAllele
sequenceSequence

Resources that this resource uses

CodeSystem
nucleotide-dnaNucleotide DNA Symbols

Narrative

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

Generated Narrative: ValueSet nucleotide-dna-1letter-ambiguous

  • Include these codes as defined in http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/nucleotide-dna version 📦1.0.0-ballot1
    CodeDisplayDefinition
    GGuanineG
    AAdenineA
    TThymineT
    CCytosineC
    RPurineG or A
    YPyrimidineT or C
    MAminoA or C
    KKetoG or T
    SStrong interaction (3 H bonds)G or C
    WWeak interaction (2 H bonds)A or T
    Hnot-G, H follows G in the alphabetA or C or T
    Bnot-A, B follows AG or T or C
    Vnot-T (not-U), V follows UG or C or A
    Dnot-C, D follows CG or A or T
    NAny nucleotideG or A or T or C

Source1

{
  "resourceType": "ValueSet",
  "id": "nucleotide-dna-1letter-ambiguous",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cg"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/molecular-definition-data-types/ImplementationGuide/hl7.fhir.uv.molecular-definition-data-types"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/molecular-definition-data-types/ImplementationGuide/hl7.fhir.uv.molecular-definition-data-types"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/molecular-definition-data-types/ValueSet/nucleotide-dna-1letter-ambiguous",
  "version": "1.0.0-ballot1",
  "name": "NucleotideDNA1LetterAmbiguous",
  "title": "Nucleotide DNA 1-letter Ambiguous Symbols ValueSet",
  "status": "draft",
  "experimental": false,
  "date": "2026-01-26T14:36:09+00:00",
  "publisher": "HL7 International / Clinical Genomics",
  "contact": [
    {
      "name": "HL7 International / Clinical Genomics",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/clingenomics"
        },
        {
          "system": "email",
          "value": "cg@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Single-letter ambiguous symbols for DNA residues.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/nucleotide-dna",
        "concept": [
          {
            "code": "G"
          },
          {
            "code": "A"
          },
          {
            "code": "T"
          },
          {
            "code": "C"
          },
          {
            "code": "R"
          },
          {
            "code": "Y"
          },
          {
            "code": "M"
          },
          {
            "code": "K"
          },
          {
            "code": "S"
          },
          {
            "code": "W"
          },
          {
            "code": "H"
          },
          {
            "code": "B"
          },
          {
            "code": "V"
          },
          {
            "code": "D"
          },
          {
            "code": "N"
          }
        ]
      }
    ]
  }
}