@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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/ServiceRequest/eMERGEServiceRequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eMERGEServiceRequest"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest eMERGEServiceRequest</b></p><a name=\"eMERGEServiceRequest\"> </a><a name=\"hceMERGEServiceRequest\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://example.org/hgsc.bcm.edu/lab-test-codes/ emerge-seq-ngs-pnl}\">emerge-seq-ngs-pnl</span></p><p><b>subject</b>: <a href=\"Patient-CGPatientExample01.html\">Adam B. Everyman  Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))</a></p><p><b>specimen</b>: <a href=\"Specimen-GenomicSpecimenExample01.html\">Specimen: status = available; type = Tissue</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://example.org/hgsc.bcm.edu/lab-test-codes/"^^xsd:anyURI ;
         fhir:l <http://example.org/hgsc.bcm.edu/lab-test-codes/>
       ] ;
       fhir:code [ fhir:v "emerge-seq-ngs-pnl" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Patient/CGPatientExample01> ;
     fhir:reference [ fhir:v "Patient/CGPatientExample01" ]
  ] ; # 
  fhir:specimen ( [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Specimen/GenomicSpecimenExample01> ;
     fhir:reference [ fhir:v "Specimen/GenomicSpecimenExample01" ]
  ] ) . # 

<http://hl7.org/fhir/uv/genomics-reporting/Patient/CGPatientExample01> a fhir:Uv .

<http://hl7.org/fhir/uv/genomics-reporting/Specimen/GenomicSpecimenExample01> a fhir:Uv .

# -------------------------------------------------------------------------------------

