minimal Common Oncology Data Elements (mCODE) Implementation Guide
4.0.0-ballot - ballot United States of America flag

minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions

: genomics-report-jenny-m - 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 "genomics-report-jenny-m"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-genomics-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-genomics-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}\">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>Jenny M </b> female, DoB: 1965-01-01 ( Medical Record Number/MRN1234 (use: USUAL))</td></tr><tr><td>When For</td><td>2018-03-15</td></tr><tr><td>Reported</td><td>2020-03-15 00:00:01+0000</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><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-genomic-variant-jenny-m.html\"><span title=\"Codes: {http://loinc.org 69548-6}\">Genetic variant assessment</span></a></td><td><span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span></td><td>2018-03-15</td><td/></tr><tr><td><a href=\"Observation-genomic-region-studied-jenny-m.html\"><span title=\"Codes: {http://loinc.org 53041-0}\">DNA region of interest panel</span></a></td><td/><td>2018-03-15</td><td>2018-03-15 00:00:01+0000</td></tr></table></div>"
  ] ; # 
  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: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:subject [
fhir:reference [ fhir:v "Patient/cancer-patient-jenny-m" ]
  ] ; # 
  fhir:effective [ fhir:v "2018-03-15"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2020-03-15T00:00:01+00:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-owen-oncologist" ]
  ] ) ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/human-specimen-left-breast-jenny-m" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/genomic-variant-jenny-m" ]
  ] [
fhir:reference [ fhir:v "Observation/genomic-region-studied-jenny-m" ]
  ] ) . #