FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MolecularDefinition/example-sequence-a-aa-iupac (JSON)

Clinical Genomics Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Simple Sequence example Amino Acid A, IUPAC

{
  "resourceType" : "MolecularDefinition",
  "id" : "example-sequence-a-aa-iupac",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/sequence"]
  },
  "type" : "aa",
  "representation" : [{
    "literal" : {
      "encoding" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/moleculardefinition-encoding",
          "code" : "iupac-protein",
          "display" : "International Union of Pure and Applied Chemistry-Amino Acid Codes"
        }]
      },
      "value" : "A"
    }
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.