This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3
Orders and Observations Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner |
An example of a genetics test report with Family member history (id = "dg2")
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="dg2"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h3> Genetic test Report for Marry Chalmers (MRN: 12345) </h3> <pre> Gene DNAVariation Status Interpretation BRCA1 Negative BRCA2 185delAG Positive Pathogenic </pre> <p> Method: BRACAnalysis CDx Offered by Myriad Genetic Laboratories, Inc </p> <p> Issued: 2015-05-26T15:30:10+01:00</p> <p> FamilyMemeberHistory: Mother </p> <pre> Gene DNAVariation Status BRCA2 185delAG Positive </pre> <p> Method: BRACAnalysis CDx Offered by Myriad Genetic Laboratories, Inc </p> </div> </text> <contained> <FamilyMemberHistory> <id value="f1-genetics"/> <extension url="http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation"> <valueReference> <reference value="Observation/dgf1"/> </valueReference> </extension> <status value="completed"/> <patient> <reference value="Patient/example"/> </patient> <relationship> <coding> <system value="http://hl7.org/fhir/v3/RoleCode"/> <code value="MTH"/> <display value="Mother"/> </coding> </relationship> </FamilyMemberHistory> </contained> <extension url="http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory"> <valueReference> <reference value="#f1-genetics"/> </valueReference> </extension> <status value="final"/> <category> <coding> <system value="http://snomed.info/sct"/> <code value="15220000"/> <display value="Laboratory test"/> </coding> <coding> <system value="http://hl7.org/fhir/v2/0074"/> <code value="LAB"/> </coding> </category> <code> <coding> <system value="http://loinc.org"/> <code value="55233-1"/> <display value="Genetic analysis master panel"/> </coding> </code> <subject> <reference value="Patient/example"/> <display value="Peter James Chalmers(MRN: 12345)"/> </subject> <effectiveDateTime value="2015-05-26T15:30:10+01:00"/> <issued value="2014-05-16T10:28:00+01:00"/> <performer> <actor> <reference value="Practitioner/genetics-example2"/> <display value="Molecular Diagnostic Laboratory"/> </actor> </performer> <specimen> <reference value="Specimen/genetics-example2"/> <display value="Molecular Specimen ID: MLD45-Z4-1234"/> </specimen> <result> <reference value="Observation/ob-genetics-3-1"/> <display value="Genetic analysis for BRAC -1"/> </result> <result> <reference value="Observation/ob-genetics-3-2"/> <display value="Genetic analysis for BRAC -2"/> </result> </DiagnosticReport>
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.