minimal Common Oncology Data Elements (mCODE) Implementation Guide
4.0.0-ballot - STU4 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

: gx-order-tumornormal-gensop-inc - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gx-order-tumornormal-gensop-inc"] ; # 
  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=\"gx-order-tumornormal-gensop-inc\"> </a><a name=\"hcgx-order-tumornormal-gensop-inc\"> </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;gx-order-tumornormal-gensop-inc&quot; </p></div><p><b>identifier</b>: Filler Identifier/22howe</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: xT - 648 gene panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (www.gensop.com#XT.V4)</span></p><p><b>subject</b>: <a href=\"Patient-gx-cancer-patient-adam-anyperson.html\">Patient/gx-cancer-patient-adam-anyperson</a> &quot; ANYPERSON&quot;</p><p><b>reasonCode</b>: Malignant neoplasm of unspecified part of bronchus or lung <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#C34.9; <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd-o-3.html\">International Classification of Diseases for Oncology, version 3.</a>#C34.9 8140/3 &quot;Lung adenocarcinoma&quot;)</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FILL" ] ;
fhir:display [ fhir:v "Filler Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "https://www.gensop.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22howe" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.gensop.com"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XT.V4" ] ;
fhir:display [ fhir:v "xT - 648 gene panel" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/gx-cancer-patient-adam-anyperson" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C34.9" ] ;
fhir:display [ fhir:v "Malignant neoplasm of unspecified part of bronchus or lung" ]     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/icd-o-3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C34.9 8140/3" ] ;
fhir:display [ fhir:v "Lung adenocarcinoma" ]     ] )
  ] ) . #