This page is part of the Genetic Reporting Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "diagnosticreport-hla-glstring-r4"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomics-report";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomics-report> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 81247-9}, {http://www.genenames.org/geneId 588}\">Master HL7 genetic variant reporting panel</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 GE}\">Genetics</span>) </h2><table class=\"grid\"><tr><td>When For</td><td>2018-07-26</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr></table></div>"
];
fhir:DiagnosticReport.basedOn [
fhir:index 0;
fhir:Reference.display [ fhir:value "Sequence-based typing of HLA-A for sample-id=123456789" ]
], [
fhir:index 1;
fhir:Reference.display [ fhir:value "Sequence-based typing of HLA-B for sample-id=123456789" ]
], [
fhir:index 2;
fhir:Reference.display [ fhir:value "Sequence-based typing of HLA-C for sample-id=123456789" ]
];
fhir:DiagnosticReport.status [ fhir:value "final"];
fhir:DiagnosticReport.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ];
fhir:Coding.code [ fhir:value "GE" ];
fhir:Coding.display [ fhir:value "Genetics" ] ]
];
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:81247-9;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "81247-9" ];
fhir:Coding.display [ fhir:value "Master HL7 genetic variant reporting panel" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://www.genenames.org/geneId" ];
fhir:Coding.code [ fhir:value "588" ];
fhir:Coding.display [ fhir:value "Histocompatibility complex (HLA)" ] ]
];
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2018-07-26"^^xsd:date];
fhir:DiagnosticReport.performer [
fhir:index 0;
fhir:Reference.display [ fhir:value "aTypingLab, Inc" ]
];
fhir:DiagnosticReport.specimen [
fhir:index 0;
fhir:Reference.display [ fhir:value "buccal swab: 123456789" ]
];
fhir:DiagnosticReport.result [
fhir:index 0;
fhir:Reference.type [ fhir:value "Observation" ];
fhir:Reference.display [ fhir:value "HLA-A genotype: HLA-A:01:01:01G+HLA-A*01:02" ]
], [
fhir:index 1;
fhir:Reference.type [ fhir:value "Observation" ];
fhir:Reference.display [ fhir:value "HLA-B genotype: HLA-B*15:01:01:01+HLA-B*40:01:02:01/HLA-B*40:01:02:02/HLA-B*40:01:02:04/HLA-B*40:01:02:06" ]
], [
fhir:index 2;
fhir:Reference.type [ fhir:value "Observation" ];
fhir:Reference.display [ fhir:value "HLA-C genotype: HLA-C*07:04:01:01/HLA-C*07:04:01:03+HLA-C*12:03:01:01/HLA-C*12:03:01:06" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.