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

FHIR IG analytics

Packagehl7.fhir.uv.molecular-definition-data-types
Resource TypeMolecularDefinition
IdMolecularDefinition-example-variation-cyp2c19-1015-vrs.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-variation-cyp2c19-1015-vrs

Language: en

Profile: Variation

moleculeType: DNA Sequence

type: DNA Sequence

location

sequenceLocation

sequenceContext: Starting Sequence Resource: (CYP2C19), mRNA, NM_000769.4

coordinateInterval

CoordinateSystems

-SystemOriginNormalizationMethod
*0-based interval countingSequence startFully justified

start: 1015

end: 1016

representation

focus: Reference State

Literals

-Value
*A

representation

focus: Alternative State

Literals

-Value
*G

Source1

{
  "resourceType": "MolecularDefinition",
  "id": "example-variation-cyp2c19-1015-vrs",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/molecular-definition-data-types/StructureDefinition/variation"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-nm0007694-url",
          "type": "MolecularDefinition",
          "display": "Starting Sequence Resource: (CYP2C19), mRNA, NM_000769.4"
        },
        "coordinateInterval": {
          "coordinateSystem": {
            "system": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA30100-4",
                  "display": "0-based interval counting"
                }
              ]
            },
            "origin": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/coordinate-origin",
                  "code": "sequence-start",
                  "display": "Sequence start"
                }
              ]
            },
            "normalizationMethod": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/normalization-method",
                  "code": "fully-justified",
                  "display": "Fully justified"
                }
              ]
            }
          },
          "startQuantity": {
            "value": 1015
          },
          "endQuantity": {
            "value": 1016
          }
        }
      }
    }
  ],
  "representation": [
    {
      "focus": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecular-definition-focus",
            "code": "reference-state",
            "display": "Reference State"
          }
        ]
      },
      "literal": {
        "value": "A"
      }
    },
    {
      "focus": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/molecular-definition-data-types/CodeSystem/molecular-definition-focus",
            "code": "alternative-state",
            "display": "Alternative State"
          }
        ]
      },
      "literal": {
        "value": "G"
      }
    }
  ]
}