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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeMolecularDefinition
IdMolecularDefinition-example-haplotype1.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: MolecularDefinition example-haplotype1

Language: en

description:

CYP2C191B and CYP2C191.002

moleculeType: DNA sequence

member:

location

sequenceLocation

sequenceContext: Starting Sequence Resource: LRG_584

coordinateInterval

CoordinateSystems

-System
*0-based interval counting

start: 5001

end: 97867


Source1

{
  "resourceType": "MolecularDefinition",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/MolecularDefinition|0.1.0-ci-build",
  "id": "example-haplotype1",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "description": "CYP2C19*1B and CYP2C19*1.002",
  "moleculeType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cg-incubator/CodeSystem/moleculardefinition-moleculetype",
        "code": "dna",
        "display": "DNA sequence"
      }
    ]
  },
  "member": [
    {
      "reference": "MolecularDefinition/example-allele1",
      "type": "MolecularDefinition",
      "display": "First Allele, NG_008384.3:g.5124C>T"
    },
    {
      "reference": "MolecularDefinition/example-allele2",
      "type": "MolecularDefinition",
      "display": "Second Allele, NG_008384.3:g.85186A>G"
    }
  ],
  "location": [
    {
      "sequenceLocation": {
        "sequenceContext": {
          "reference": "MolecularDefinition/example-sequence-lrg584",
          "type": "MolecularDefinition",
          "display": "Starting Sequence Resource: LRG_584"
        },
        "coordinateInterval": {
          "coordinateSystem": {
            "system": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA30100-4",
                  "display": "0-based interval counting"
                }
              ],
              "text": "0-based interval counting"
            }
          },
          "startQuantity": {
            "value": 5001
          },
          "endQuantity": {
            "value": 97867
          }
        }
      }
    }
  ]
}