{
  "resourceType" : "MolecularDefinition",
  "id" : "example-allelesliced-hla-123-c",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/molecular-definition-data-types/StructureDefinition/allele"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MolecularDefinition example-allelesliced-hla-123-c</b></p><a name=\"example-allelesliced-hla-123-c\"> </a><a name=\"hcexample-allelesliced-hla-123-c\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-allele.html\">Allele</a></p></div><p><b>moleculeType</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecule-type dna}\">DNA Sequence</span></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecule-type dna}\">DNA Sequence</span></p><blockquote><p><b>location</b></p><blockquote><p><b>sequenceLocation</b></p><p><b>sequenceContext</b>: <a href=\"MolecularDefinition-example-sequence-hla000011.html\">Starting Sequence Resource: HLA00001</a></p><blockquote><p><b>coordinateInterval</b></p><h3>CoordinateSystems</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>System</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org LA30102-0}\">1-based character counting</span></td></tr></table><p><b>start</b>: 123</p><p><b>end</b>: 123</p></blockquote></blockquote></blockquote><blockquote><p><b>representation</b></p><p><b>focus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecular-definition-focus allele-state}\">Allele State</span></p><h3>Literals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>C</td></tr></table></blockquote><blockquote><p><b>representation</b></p><p><b>focus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecular-definition-focus context-state}\">Context State</span></p><h3>Literals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>C</td></tr></table></blockquote></div>"
  },
  "moleculeType" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecule-type",
      "code" : "dna",
      "display" : "DNA Sequence"
    }]
  },
  "type" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecule-type",
      "code" : "dna",
      "display" : "DNA Sequence"
    }]
  }],
  "location" : [{
    "sequenceLocation" : {
      "sequenceContext" : {
        "reference" : "MolecularDefinition/example-sequence-hla000011",
        "type" : "MolecularDefinition",
        "display" : "Starting Sequence Resource: HLA00001"
      },
      "coordinateInterval" : {
        "coordinateSystem" : {
          "system" : {
            "coding" : [{
              "system" : "http://loinc.org",
              "code" : "LA30102-0",
              "display" : "1-based character counting"
            }]
          }
        },
        "startQuantity" : {
          "value" : 123
        },
        "endQuantity" : {
          "value" : 123
        }
      }
    }
  }],
  "representation" : [{
    "focus" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecular-definition-focus",
        "code" : "allele-state",
        "display" : "Allele State"
      }]
    },
    "literal" : {
      "value" : "C"
    }
  },
  {
    "focus" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecular-definition-focus",
        "code" : "context-state",
        "display" : "Context State"
      }]
    },
    "literal" : {
      "value" : "C"
    }
  }]
}