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
: Histologic Grade Observation 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-histologic-grade"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/ihe-sdc-ecc-Observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/ihe-sdc-ecc-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-histologic-grade</b></p><a name=\"observation-histologic-grade\"> </a><a name=\"hcobservation-histologic-grade\"> </a><a name=\"observation-histologic-grade-en-US\"> </a><p><b>identifier</b>: <code>https://cap.org/eCC</code>/urn:uuid:cb7657fb-8127-41ef-9912-8f6fc52a5f85</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://cap.org/eCC 380281-100004300}\">Histologic Grade (Nottingham Histologic Score)</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>effective</b>: 2024-12-05 14:52:02+0000 --> (ongoing)</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-oncologist.html\">Practitioner Wise Owl </a></p><p><b>value</b>: <span title=\"Codes:{https://cap.org/eCC 380283-100004300}\">Nottingham Score</span></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-observation-glandular-differentiation.html\">Observation Glandular (Acinar) / Tubular Differentiation</a></li><li><a href=\"Observation-observation-nuclear-pleomorphism.html\">Observation Nuclear Pleomorphism</a></li><li><a href=\"Observation-observation-mitotic-rate.html\">Observation Mitotic Rate</a></li><li><a href=\"Observation-observation-overall-grade.html\">Observation Overall Grade</a></li></ul><p><b>derivedFrom</b>: <a href=\"Observation-observation-grouper-tumor.html\">Observation Tumor Section</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:cb7657fb-8127-41ef-9912-8f6fc52a5f85" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "380281-100004300" ] ;
fhir:display [ fhir:v "Histologic Grade (Nottingham Histologic Score)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-OakleyAnnie" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2024-12-05T14:52:02+00:00"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-oncologist" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://cap.org/eCC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "380283-100004300" ] ;
fhir:display [ fhir:v "Nottingham Score" ] ] )
] ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/observation-glandular-differentiation" ]
] [
fhir:reference [ fhir:v "Observation/observation-nuclear-pleomorphism" ]
] [
fhir:reference [ fhir:v "Observation/observation-mitotic-rate" ]
] [
fhir:reference [ fhir:v "Observation/observation-overall-grade" ]
] ) ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/observation-grouper-tumor" ]
] ) . #