Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: Service Request - Cancer Pathology example - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cancer-path-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "6" ] ;
fhir:lastUpdated [ fhir:v "2022-06-14T19:44:10.254+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#4ilVzsX4Z70y61Dv"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-service-request"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-service-request>     ] )
  ] ; # 
  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=\"cancer-path-example\"> </a><a name=\"hccancer-path-example\"> </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;cancer-path-example&quot; Version &quot;6&quot; Updated &quot;2022-06-14 19:44:10+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #4ilVzsX4Z70y61Dv!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-pathology-service-request.html\">US Pathology Service Request</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Evaluation procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386053000)</span></p><p><b>code</b>: Surgical pathology specimen, clerical procedure including coding of diagnoses <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#50322008)</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Patient/JoelAlexPatient</a> &quot; JOEL&quot;</p><p><b>encounter</b>: <a href=\"Encounter-uspath-specimen-collection-example.html\">Encounter/uspath-specimen-collection-example</a></p><p><b>occurrence</b>: 2021-11-01 17:00:14-0500</p><p><b>requester</b>: <a href=\"Practitioner-surgeon-example.html\">Practitioner/surgeon-example</a> &quot; ALOT&quot;</p><p><b>specimen</b>: <a href=\"Specimen-adrenal-example.html\">Specimen/adrenal-example</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:386053000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386053000" ] ;
fhir:display [ fhir:v "Evaluation procedure (procedure)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:50322008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "50322008" ] ;
fhir:display [ fhir:v "Surgical pathology specimen, clerical procedure including coding of diagnoses" ]     ] )
  ] ; #  This is an example of use of a LOINC terminology to categorize what is being requested
#        <category>
#        <coding>
#            <system value="http://loinc.org"/>
#            <code value="60567-5"/>
#            <display value="Comprehensive pathology report panel"/>
#        </coding>
#    </category> 
  fhir:subject [
fhir:reference [ fhir:v "Patient/JoelAlexPatient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/uspath-specimen-collection-example" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-11-01T17:00:14-05:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/surgeon-example" ]
  ] ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/adrenal-example" ]
  ] ) . #