Genomics Reporting Implementation Guide
3.0.1-SNAPSHOT - Ballot International flag

Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.1-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions

: lungMass - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lungMass"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"lungMass\"> </a><a name=\"hclungMass\"> </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 Procedure &quot;lungMass&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-genomic-study.html\">Genomic Study</a></p></div><p><b>Genomic Study Analysis Extension</b>: <a href=\"Procedure-lungMass-analysis1.html\">Procedure/lungMass-analysis1</a></p><p><b>Genomic Study Analysis Extension</b>: <a href=\"Procedure-lungMass-analysis2.html\">Procedure/lungMass-analysis2</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-genomicServiceRequest.html\">ServiceRequest/genomicServiceRequest</a></p><p><b>status</b>: completed</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Solid tumor whole exome sequencing panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-genomicPatient.html\">Patient/genomicPatient</a> &quot; DOE&quot;</p><p><b>performed</b>: 2019-03-01</p><p><b>asserter</b>: <a href=\"Practitioner-practitioner02.html\">Practitioner/practitioner02</a> &quot; DOEL&quot;</p><p><b>reasonCode</b>: Lung mass (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#309529002)</span></p><p><b>note</b>: For technical reasons, PIK3CB was deemed uncallable.</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Procedure/lungMass-analysis1" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Procedure/lungMass-analysis2" ]     ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/genomicServiceRequest" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ; # 
  fhir:code [
fhir:text [ fhir:v "Solid tumor whole exome sequencing panel" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/genomicPatient" ]
  ] ; # 
  fhir:performed [ fhir:v "2019-03-01"^^xsd:date] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/practitioner02" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:309529002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309529002" ] ;
fhir:display [ fhir:v "Lung mass (finding)" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "For technical reasons, PIK3CB was deemed uncallable." ]
  ] ) . #