Genomics Reporting Implementation Guide
3.0.1-SNAPSHOT - Ballot International flag

Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.1-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions

: diagnosticreport-hla-glstring-r4 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:id [ fhir:v "diagnosticreport-hla-glstring-r4"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 51969-4}, {http://www.genenames.org HGNC:588}\">Genetic analysis report</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 GE}\">Genetics</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Anonymous Patient</b> (no stated gender), DoB Unknown</td></tr><tr><td>When For</td><td>2023-06-01</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-genotype-hla-a-glstring-r4.html\"><span title=\"Codes: {http://loinc.org 84413-4}, {http://loinc.org 57290-9}\">Genotype display name</span></a></td><td><span title=\"Codes: {http://glstring.org hla#3.31.0#HLA-A*03:01:01:01+HLA-A*30:01:01}\">hla#3.31.0#HLA-A*03:01:01:01+HLA-A*30:01:01</span></td><td>2018-07-26</td></tr><tr><td><a href=\"Observation-haplotype-hla-a-1-r4.html\"><span title=\"Codes: {http://loinc.org 84414-2}, {http://loinc.org 57290-9}\">Haplotype name</span></a></td><td><span title=\"Codes: {http://www.ebi.ac.uk/ipd/imgt/hla HLA-A*03:01:01:01}\">HLA-A*03:01:01:01</span></td><td>2018-07-26</td></tr></table></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/servicerequest-hla-a-r4" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GE" ] ;
fhir:display [ fhir:v "Genetics" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:51969-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51969-4" ] ;
fhir:display [ fhir:v "Genetic analysis report" ]     ] [
fhir:system [ fhir:v "http://www.genenames.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HGNC:588" ] ;
fhir:display [ fhir:v "Histocompatibility complex (HLA)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-06-01"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/ExampleLab" ]
  ] ) ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/specimen-hla-r4" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/genotype-hla-a-glstring-r4" ]
  ] [
fhir:reference [ fhir:v "Observation/haplotype-hla-a-1-r4" ]
  ] ) . #