@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/Observation/GrouperEx02> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GrouperEx02"] ; # 
  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: Observation GrouperEx02</b></p><a name=\"GrouperEx02\"> </a><a name=\"hcGrouperEx02\"> </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://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C43359}\">Group</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>effective</b>: 2019-04-01</p><p><b>performer</b>: <a href=\"Organization-ExampleOrg.html\">Organization some lab</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-Pgx-geno-1001.html\">Observation Genotype display name</a></li><li><a href=\"Observation-Pgx-geno-1003.html\">Observation Genotype display name</a></li><li><a href=\"Observation-Pgx-geno-1002.html\">Observation Genotype display name</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "laboratory" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0074>
       ] ;
       fhir:code [ fhir:v "GE" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ;
         fhir:l <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl>
       ] ;
       fhir:code [ fhir:v "C43359" ] ;
       fhir:display [ fhir:v "Group" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Patient/CGPatientExample01> ;
     fhir:reference [ fhir:v "Patient/CGPatientExample01" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2019-04-01"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Organization/ExampleOrg> ;
     fhir:reference [ fhir:v "Organization/ExampleOrg" ]
  ] ) ; # 
  fhir:hasMember ( [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Observation/Pgx-geno-1001> ;
     fhir:reference [ fhir:v "Observation/Pgx-geno-1001" ]
  ] [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Observation/Pgx-geno-1003> ;
     fhir:reference [ fhir:v "Observation/Pgx-geno-1003" ]
  ] [
     fhir:l <http://hl7.org/fhir/uv/genomics-reporting/Observation/Pgx-geno-1002> ;
     fhir:reference [ fhir:v "Observation/Pgx-geno-1002" ]
  ] ) . # 

<http://hl7.org/fhir/uv/genomics-reporting/Patient/CGPatientExample01> a fhir:Uv .

<http://hl7.org/fhir/uv/genomics-reporting/Organization/ExampleOrg> a fhir:Uv .

<http://hl7.org/fhir/uv/genomics-reporting/Observation/Pgx-geno-1001> a fhir:Uv .

<http://hl7.org/fhir/uv/genomics-reporting/Observation/Pgx-geno-1003> a fhir:Uv .

<http://hl7.org/fhir/uv/genomics-reporting/Observation/Pgx-geno-1002> a fhir:Uv .

# -------------------------------------------------------------------------------------

