This page is part of the Sharing eCC Data from Pathology Labs to EHR (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.1. For a full list of available versions, 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "servicerequest-cancer-path"] ; #
fhir:meta [
( 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 class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-cancer-path</b></p><a name=\"servicerequest-cancer-path\"> </a><a name=\"hcservicerequest-cancer-path\"> </a><a name=\"servicerequest-cancer-path-en-US\"> </a><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\"/><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>: <span title=\"Codes:{http://snomed.info/sct 386053000}\">Evaluation procedure (procedure)</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 50322008}\">Surgical pathology specimen, clerical procedure including coding of diagnoses</span></p><p><b>subject</b>: <a href=\"Patient-patient-OakleyAnnie.html\">Annie Oakley Female, DoB: 1990-06-01 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-uspath-specimen-collection.html\">Encounter: identifier = http://example.com/fhir/encounters#123; status = finished; class = inpatient encounter (ActCode[3.0.0]#IMP); type = Pathology consultation, comprehensive, records and specimen with report</a></p><p><b>occurrence</b>: 2025-03-18 17:00:14-0500</p><p><b>requester</b>: <a href=\"PractitionerRole-practitionerrole-uspath-surgeon.html\">PractitionerRole Ordering Provider</a></p><p><b>specimen</b>: <a href=\"Specimen-specimen-breast.html\">Specimen: identifier = http://some-lis.org/fhir/specimen-identifier-provisioner#987654321; accessionIdentifier = http://some-lis.org/fhir/specimen-identifier-provisioner#987654321X; type = Blood specimen</a></p></div>"^^rdf:XMLLiteral
] ; #
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" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-OakleyAnnie" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-uspath-specimen-collection" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-03-18T17:00:14-05:00"^^xsd:dateTime
] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-uspath-surgeon" ]
] ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/specimen-breast" ]
] ) . #