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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeCodeSystem
IdCodeSystem-moleculardefinition-literal-encoding.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/cg-incubator/CodeSystem-moleculardefinition-literal-encoding.html
URLhttp://hl7.org/fhir/uv/cg-incubator/CodeSystem/moleculardefinition-literal-encoding
Version0.1.0-ci-build
Statusdraft
Date2025-01-30
NameMolecularDefinitionLiteralEncoding
TitleMolecular Definition Literal Encoding
Realmuv
Authorityhl7
DescriptionCodes for the encoding used in molecular definition literal representations, based on IUPAC standards for nucleotide and amino acid sequences.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.cg-incubator#currentmoleculardefinition-literal-encodingMolecular Definition Literal Encoding VS

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem moleculardefinition-literal-encoding

Last updated: 2025-01-30 00:00:00+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/uv/cg-incubator/CodeSystem/moleculardefinition-literal-encoding defines the following codes:

CodeDisplayDefinition
nuc-dna-1-noamb Nucleotide, 1-letter, no ambiguity, DNA residuesSingle-letter DNA nucleotide codes (A, C, G, T) without ambiguity codes. Based on IUPAC symbols.
nuc-rna-1-noamb Nucleotide, 1-letter, no ambiguity, RNA residuesSingle-letter RNA nucleotide codes (A, C, G, U) without ambiguity codes. Based on IUPAC symbols.
nuc-dna-1-noamb-n Nucleotide, 1-letter, no ambiguity except N, DNA residuesSingle-letter DNA nucleotide codes (A, C, G, T, N) where N represents any nucleotide. Based on IUPAC symbols.
nuc-dna-1-amb Nucleotide, 1-letter, with ambiguity, DNA residuesSingle-letter DNA nucleotide codes with ambiguity codes (A, C, G, T, R, Y, M, K, S, W, H, B, V, D, N). Based on IUPAC symbols.
nuc-rna-1-amb Nucleotide, 1-letter, with ambiguity, RNA residuesSingle-letter RNA nucleotide codes with ambiguity codes. Based on IUPAC symbols.
aa-1-noamb-20common Amino acid, 1-letter, no ambiguity, 20 commonStandard single-letter amino acid codes for the 20 common amino acids without ambiguity codes (A, C, D, E, F, G, H, I, K, L, M, N, P, Q, R, S, T, V, W, Y). Based on IUPAC symbols.
aa-3-noamb-20common Amino acid, 3-letter, no ambiguity, 20 commonThree-letter amino acid codes for the 20 common amino acids without ambiguity codes (Ala, Arg, Asn, Asp, Cys, Gln, Glu, Gly, His, Ile, Leu, Lys, Met, Phe, Pro, Ser, Thr, Trp, Tyr, Val). Based on IUPAC symbols.
aa-1-amb Amino acid, 1-letter, with ambiguitySingle-letter amino acid codes with ambiguity codes (A, B, C, D, E, F, G, H, I, K, L, M, N, P, Q, R, S, T, U, V, W, X, Y, Z). Based on IUPAC symbols.
aa-3-amb Amino acid, 3-letter, with ambiguityThree-letter amino acid codes with ambiguity codes (Ala, Arg, Asn, Asp, Cys, Gln, Glu, Gly, His, Ile, Leu, Lys, Met, Phe, Pro, Ser, Thr, Trp, Tyr, Val, Asx, Sec, Xaa, Glx). Based on IUPAC symbols.

Source1

{
  "resourceType": "CodeSystem",
  "id": "moleculardefinition-literal-encoding",
  "meta": {
    "lastUpdated": "2025-01-30T00:00:00Z",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cg"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/uv/cg-incubator/CodeSystem/moleculardefinition-literal-encoding",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2051"
    }
  ],
  "version": "0.1.0-ci-build",
  "name": "MolecularDefinitionLiteralEncoding",
  "title": "Molecular Definition Literal Encoding",
  "status": "draft",
  "experimental": true,
  "date": "2025-01-30",
  "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": "clingenomics@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes for the encoding used in molecular definition literal representations, based on IUPAC standards for nucleotide and amino acid sequences.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/cg-incubator/ValueSet/moleculardefinition-literal-encoding",
  "content": "complete",
  "concept": [
    {
      "code": "nuc-dna-1-noamb",
      "display": "Nucleotide, 1-letter, no ambiguity, DNA residues",
      "definition": "Single-letter DNA nucleotide codes (A, C, G, T) without ambiguity codes. Based on IUPAC symbols."
    },
    {
      "code": "nuc-rna-1-noamb",
      "display": "Nucleotide, 1-letter, no ambiguity, RNA residues",
      "definition": "Single-letter RNA nucleotide codes (A, C, G, U) without ambiguity codes. Based on IUPAC symbols."
    },
    {
      "code": "nuc-dna-1-noamb-n",
      "display": "Nucleotide, 1-letter, no ambiguity except N, DNA residues",
      "definition": "Single-letter DNA nucleotide codes (A, C, G, T, N) where N represents any nucleotide. Based on IUPAC symbols."
    },
    {
      "code": "nuc-dna-1-amb",
      "display": "Nucleotide, 1-letter, with ambiguity, DNA residues",
      "definition": "Single-letter DNA nucleotide codes with ambiguity codes (A, C, G, T, R, Y, M, K, S, W, H, B, V, D, N). Based on IUPAC symbols."
    },
    {
      "code": "nuc-rna-1-amb",
      "display": "Nucleotide, 1-letter, with ambiguity, RNA residues",
      "definition": "Single-letter RNA nucleotide codes with ambiguity codes. Based on IUPAC symbols."
    },
    {
      "code": "aa-1-noamb-20common",
      "display": "Amino acid, 1-letter, no ambiguity, 20 common",
      "definition": "Standard single-letter amino acid codes for the 20 common amino acids without ambiguity codes (A, C, D, E, F, G, H, I, K, L, M, N, P, Q, R, S, T, V, W, Y). Based on IUPAC symbols."
    },
    {
      "code": "aa-3-noamb-20common",
      "display": "Amino acid, 3-letter, no ambiguity, 20 common",
      "definition": "Three-letter amino acid codes for the 20 common amino acids without ambiguity codes (Ala, Arg, Asn, Asp, Cys, Gln, Glu, Gly, His, Ile, Leu, Lys, Met, Phe, Pro, Ser, Thr, Trp, Tyr, Val). Based on IUPAC symbols."
    },
    {
      "code": "aa-1-amb",
      "display": "Amino acid, 1-letter, with ambiguity",
      "definition": "Single-letter amino acid codes with ambiguity codes (A, B, C, D, E, F, G, H, I, K, L, M, N, P, Q, R, S, T, U, V, W, X, Y, Z). Based on IUPAC symbols."
    },
    {
      "code": "aa-3-amb",
      "display": "Amino acid, 3-letter, with ambiguity",
      "definition": "Three-letter amino acid codes with ambiguity codes (Ala, Arg, Asn, Asp, Cys, Gln, Glu, Gly, His, Ile, Leu, Lys, Met, Phe, Pro, Ser, Thr, Trp, Tyr, Val, Asx, Sec, Xaa, Glx). Based on IUPAC symbols."
    }
  ]
}