This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Genetics Observation of Germline BRCA1 Variant
{ "resourceType": "Observation", "id": "genetics-example2-germline", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomeBuild", "valueString": "GRCh 37" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsChromosome", "valueString": "17" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicReferenceSequenceId", "valueCode": "NC_000017.10" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStart", "valueInteger": 41258504 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicStop", "valueInteger": 41258504 }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsReferenceAllele", "valueString": "A" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsObservedAllele", "valueString": "C" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGeneId", "valueCodeableConcept": { "coding": [ { "system": "http://www.genenames.org", "code": "1100", "display": "BRCA1" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsTranscriptReferenceSequenseId", "valueCode": "NM_007294.3" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariation", "valueString": "c.181T>G" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsVariationId", "valueCode": "ClinVar:17661" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNARegionName", "valueString": "Exon 4" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsDNASequenceVariationType", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA6690-7", "display": "Substitution" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsProteinReferenceSequenceId", "valueCode": "NP_009225.1" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsAminoAcidChange", "valueString": "p.Cys61Gly" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsGenomicSourceClass", "valueCodeableConcept": { "coding": [ { "system": "http://loinc.org", "code": "LA6683-2", "display": "Germline" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsSpecies", "valueString": "Human" }, { "url": "http://hl7.org/fhir/StructureDefinition/geneticsCIGAR", "valueString": "CATAAAGGACaCTGTGAAGGC" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "21636-6", "display": "BRCA1 gene mutation analysis" } ] }, "status": "final", "subject": { "reference": "Patient/genetics-example2-germline", "display": "Molecular Lab Patient ID: HOSP-23456" }, "specimen": { "reference": "Specimen/genetics-example2-germline", "display": "Molecular Specimen ID: MLD45-Z4-1234" }, "performer": [ { "reference": "Practitioner/genetics-example2-germline", "display": "Molecular Diagnostic Laboratory" } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.