Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
: Cancer-related Surgical Procedure - 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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cancer-related-surgical-procedure-lumpectomy"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure?version=6.1.0> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile:</b> <a href=\"https://hl7.org/fhir/us/core/StructureDefinition-us-core-procedure.html\">US Core Procedure</a></p>\n <p><b>Procedure:</b> Cancer-related-surgical-procedure-lumpectomy</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 735085002}\">Lumpectomy of left breast (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p><p><b>performed</b>: 2023-11-08</p><p><b>reasonReference</b>: <a href=\"Condition-primary-cancer-condition-breast.html\">Condition Infiltrating duct carcinoma of breast (disorder)</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 80248007}\">Left breast structure (body structure)</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:735085002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "735085002" ] ;
fhir:display [ fhir:v "Lumpectomy of left breast (procedure)" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:performed [
a fhir:DateTime ;
fhir:v "2023-11-08"^^xsd:date
] ; #
fhir:reasonReference ( [
fhir:l fhir:Condition/primary-cancer-condition-breast ;
fhir:reference [ fhir:v "Condition/primary-cancer-condition-breast" ]
] ) ; #
fhir:bodySite ( [
( fhir:coding [
a sct:80248007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "80248007" ] ;
fhir:display [ fhir:v "Left breast structure (body structure)" ] ] )
] ) . #