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

: servicerequest-hla-a-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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "servicerequest-hla-a-r4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"servicerequest-hla-a-r4\"> </a><a name=\"hcservicerequest-hla-a-r4\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;servicerequest-hla-a-r4&quot; </p></div><p><b>identifier</b>: <code>http:/aDonorRegistry.com</code>/1234.5678</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: Laboratory procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#108252007)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: HLA-A [Type] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#13298-5)</span></p><p><b>subject</b>: <span>001^24680</span></p><p><b>requester</b>: <span>: aDonorRegistry</span></p><p><b>performer</b>: <span>: aTypingLab, Inc</span></p><p><b>specimen</b>: <span>: buccal swab: 123456789</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http:/aDonorRegistry.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234.5678" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:13298-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13298-5" ] ;
fhir:display [ fhir:v "HLA-A [Type]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:identifier [
fhir:value [ fhir:v "001^24680" ]     ]
  ] ; # 
  fhir:requester [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "aDonorRegistry" ]
  ] ; # 
  fhir:performer ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "aTypingLab, Inc" ]
  ] ) ; # 
  fhir:specimen ( [
fhir:type [ fhir:v "Specimen"^^xsd:anyURI ] ;
fhir:display [ fhir:v "buccal swab: 123456789" ]
  ] ) . #