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-genotype1.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-genotype1

Language: en

description:

CYP2C19*1B and HLA00002

moleculeType: DNA sequence

member:


Source1

{
  "resourceType": "MolecularDefinition",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/MolecularDefinition|0.1.0-ci-build",
  "id": "example-genotype1",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "description": "CYP2C19*1B and HLA00002",
  "moleculeType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cg-incubator/CodeSystem/moleculardefinition-moleculetype",
        "code": "dna",
        "display": "DNA sequence"
      }
    ]
  },
  "member": [
    {
      "reference": "MolecularDefinition/example-haplotype1",
      "type": "MolecularDefinition",
      "display": "First haplotype, CYP2C19*1B"
    },
    {
      "reference": "MolecularDefinition/example-haplotype2",
      "type": "MolecularDefinition",
      "display": "Second haplotype, HLA00002"
    }
  ]
}