@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/genomics-reporting/Observation/haplotype-hla-a-1-r4> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "haplotype-hla-a-1-r4"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation haplotype-hla-a-1-r4</b></p><a name=\"haplotype-hla-a-1-r4\"> </a><a name=\"hchaplotype-hla-a-1-r4\"> </a><a name=\"haplotype-hla-a-1-r4-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 GE}\">Genetics</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 84414-2}, {http://loinc.org 57290-9}\">Haplotype name</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2018-07-26</p><p><b>performer</b>: aTypingLab, Inc</p><p><b>value</b>: <span title=\"Codes:{http://www.ebi.ac.uk/ipd/imgt/hla HLA-A*03:01:01:01}\">HLA-A*03:01:01:01</span></p><p><b>specimen</b>: <a href=\"Specimen-specimen-hla-r4.html\">Specimen: identifier = http://specimensrus.com#001^123456789; type = Buccal smear sample; receivedTime = 2018-05-01</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 48018-6}\">Gene studied [ID]</span></td><td><span title=\"Codes:{http://www.genenames.org HGNC:4931}\">HLA-A</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "laboratory" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "GE" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:84414-2 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "84414-2" ] ;
       fhir:display [ fhir:v "Haplotype name" ]
     ] [
       a loinc:57290-9 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "57290-9" ] ;
       fhir:display [ fhir:v "HLA-A [Type] by High resolution" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/uv/genomics-reporting/Patient/ExamplePatient> ;
     fhir:reference [ fhir:v "Patient/ExamplePatient" ]
  ] ; # 
  fhir:effective [ fhir:v "2018-07-26"^^xsd:date] ; # 
  fhir:performer ( [
     fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
     fhir:display [ fhir:v "aTypingLab, Inc" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://www.ebi.ac.uk/ipd/imgt/hla"^^xsd:anyURI ] ;
       fhir:version [ fhir:v "3.31.0" ] ;
       fhir:code [ fhir:v "HLA-A*03:01:01:01" ]
     ] )
  ] ; # 
  fhir:specimen [
     fhir:link <http://hl7.org/fhir/uv/genomics-reporting/Specimen/specimen-hla-r4> ;
     fhir:reference [ fhir:v "Specimen/specimen-hla-r4" ]
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a loinc:48018-6 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "48018-6" ] ;
         fhir:display [ fhir:v "Gene studied [ID]" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://www.genenames.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "HGNC:4931" ] ;
         fhir:display [ fhir:v "HLA-A" ]
       ] ) ;
       fhir:text [ fhir:v "HLA-A" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/genomics-reporting/Patient/ExamplePatient> a fhir:uv .

<http://hl7.org/fhir/uv/genomics-reporting/Specimen/specimen-hla-r4> a fhir:uv .

# -------------------------------------------------------------------------------------

