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
: Tumor Size Observation - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-tumor-size"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-observation> ] )
] ; #
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: Observation observation-tumor-size</b></p><a name=\"observation-tumor-size\"> </a><a name=\"hcobservation-tumor-size\"> </a><a name=\"observation-tumor-size-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-observation.html\">US Pathology Observation</a></p></div><p><b>identifier</b>: <code>https://cap.org/eCC</code>/urn:uuid:66153175-f304-443e-99cb-4058f350248b</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem QUESTION}\">Question</span></p><p><b>code</b>: <span title=\"Codes:{https://cap.org/eCC 30148.100004300}\">Tumor Size (Note E)</span></p><p><b>subject</b>: <a href=\"Patient-patient-OakleyAnnie.html\">Annie Oakley</a></p><p><b>effective</b>: 2025-03-18 14:52:02+0000 --> (ongoing)</p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-uspath-pathologist.html\">PractitionerRole Primary Interpreter</a></p><p><b>value</b>: <span title=\"Codes:{https://cap.org/eCC 31357.100004300}, {http://snomed.info/sct 200001000004104}\">Greatest dimension of largest invasive focus greater than 1 mm (specify exact measurement in Millimeters (mm))</span></p><p><b>hasMember</b>: <a href=\"Observation-observation-additional-dimension.html\">Observation Additional Dimension in Millimeters (mm)</a></p><p><b>derivedFrom</b>: <a href=\"Observation-observation-section-tumor.html\">Observation TUMOR</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:66153175-f304-443e-99cb-4058f350248b" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "QUESTION" ] ;
fhir:display [ fhir:v "Question" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30148.100004300" ] ;
fhir:display [ fhir:v "Tumor Size (Note E)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-OakleyAnnie" ] ;
fhir:display [ fhir:v "Annie Oakley" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-03-18T14:52:02+00:00"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-uspath-pathologist" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "31357.100004300" ] ;
fhir:display [ fhir:v "Greatest dimension of largest invasive focus greater than 1 mm (specify exact measurement in Millimeters (mm))" ] ] [
a sct:200001000004104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "200001000004104" ] ;
fhir:display [ fhir:v "Greatest length dimension of excised primary malignant neoplasm (observable entity)" ] ] )
] ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/observation-additional-dimension" ]
] ) ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/observation-section-tumor" ]
] ) . #