Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 Ballot United States of America flag

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

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/cancer-related-surgical-procedure-lumpectomy> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cancer-related-surgical-procedure-lumpectomy"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:735085002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "735085002" ] ;
       fhir:Coding.display [ fhir:value "Lumpectomy of left breast (procedure)" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2023-11-08"^^xsd:date] ;
  fhir:Procedure.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/primary-cancer-condition-breast> ;
     fhir:Reference.reference [ fhir:value "Condition/primary-cancer-condition-breast" ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:80248007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "80248007" ] ;
       fhir:Coding.display [ fhir:value "Left breast structure (body structure)" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Condition/primary-cancer-condition-breast> a fhir:Condition .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/cancer-related-surgical-procedure-lumpectomy.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/cancer-related-surgical-procedure-lumpectomy.ttl> .