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-allelesliced-hla-121-a.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-allelesliced-hla-121-a

Language: en

Profile: Allele

moleculeType: DNA Sequence

type: DNA Sequence

location

sequenceLocation

sequenceContext: Starting Sequence Resource: HLA00001

coordinateInterval

CoordinateSystems

-System
*1-based character counting

start: 121

end: 121

representation

focus: Allele State

Literals

-Value
*A

representation

focus: Context State

Literals

-Value
*C

Source1

{
  "resourceType": "MolecularDefinition",
  "id": "example-allelesliced-hla-121-a",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/molecular-definition-data-types/StructureDefinition/allele"
    ]
  },
  "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-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": 121
          },
          "endQuantity": {
            "value": 121
          }
        }
      }
    }
  ],
  "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": "A"
      }
    },
    {
      "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"
      }
    }
  ]
}