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
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ccrr-composition-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "23" ] ;
fhir:lastUpdated [ fhir:v "2021-08-19T22:06:32.441+00:00"^^xsd:dateTime ] ;
fhir:source [
fhir:v "#6i8cijintDjJ8In2"^^xsd:anyURI ;
fhir:l <#6i8cijintDjJ8In2> ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-composition"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-composition> ] )
] ; #
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=\"StructureDefinition-ccrr-composition.html\"> Central Cancer Registry Reporting Composition</a></p><h2>Central Cancer Registry Report</h2>\n <p><b>Patient:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n <p><b>Author:</b> <a href=\"Practitioner-1.html\">Practitioner 1: Dr. Nicholas Joseph</a></p>\n <p><b>Date:</b> 2023-01-02</p>\n <h3>Sections:</h3>\n <ul>\n <li><b>Primary Cancer Condition:</b> Infiltrating duct carcinoma of the left breast (<a href=\"Condition-primary-cancer-condition-breast.html\">Condition/primary-cancer-condition-breast</a>)</li>\n <li><b>TNM Staging:</b> Stage IIA (cT2, cN0, cM0) (<a href=\"Observation-cancer-stage-group-example.html\">Observation/cancer-stage-group-example</a>)</li>\n <li><b>Radiotherapy:</b> Completed external beam radiation therapy, photon modality, curative intent, Jan–Mar 2024 (<a href=\"Procedure-radiotherapy-example.html\">Procedure/radiotherapy-example</a>)</li>\n <li><b>Medications:</b> Cancer-related medication administration (Docetaxel) (<a href=\"MedicationAdministration-cancer-med-admin-docetaxel-example.html\">MedicationAdministration/cancer-med-admin-docetaxel-example</a>)</li>\n </ul>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier [
fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:72134-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "72134-0" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/encounter-cancer-example ;
fhir:reference [ fhir:v "Encounter/encounter-cancer-example" ] ;
fhir:display [ fhir:v "Patient encounter procedure" ]
] ; #
fhir:date [ fhir:v "2023-01-02T22:13:23Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:l fhir:Practitioner/1 ;
fhir:reference [ fhir:v "Practitioner/1" ] ;
fhir:display [ fhir:v "Nicholas Joseph" ]
] ) ; #
fhir:title [ fhir:v "Central Cancer Registry Report"] ; #
fhir:section ( [
fhir:title [ fhir:v "Primary Cancer Condition Section" ] ;
fhir:code [
( fhir:coding [
a sct:363346000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "363346000" ] ;
fhir:display [ fhir:v "Malignant neoplastic disease (disorder)" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p>Primary Cancer Condition Section</p></div>"^^rdf:XMLLiteral ] ] ;
( fhir:entry [
fhir:l fhir:Condition/primary-cancer-condition-breast ;
fhir:reference [ fhir:v "Condition/primary-cancer-condition-breast" ] ] )
] [
fhir:title [ fhir:v "TNM Staging section" ] ;
fhir:code [
( fhir:coding [
a loinc:21908-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "21908-9" ] ;
fhir:display [ fhir:v "Stage group.clinical Cancer" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p>Cancer Stage Group</p></div>"^^rdf:XMLLiteral ] ] ;
( fhir:entry [
fhir:l fhir:Observation/cancer-stage-group-example ;
fhir:reference [ fhir:v "Observation/cancer-stage-group-example" ] ] [
fhir:l fhir:Observation/tnm-clinical-regional-nodes-category-cN0 ;
fhir:reference [ fhir:v "Observation/tnm-clinical-regional-nodes-category-cN0" ] ] [
fhir:l fhir:Observation/tnm-clinical-primary-tumor-category-cT2 ;
fhir:reference [ fhir:v "Observation/tnm-clinical-primary-tumor-category-cT2" ] ] [
fhir:l fhir:Observation/tnm-clinical-distant-metastases-category-cM0 ;
fhir:reference [ fhir:v "Observation/tnm-clinical-distant-metastases-category-cM0" ] ] )
] [
fhir:title [ fhir:v "Cancer Radio Therapy Course Summary section" ] ;
fhir:code [
( fhir:coding [
a sct:1217123003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "1217123003" ] ;
fhir:display [ fhir:v "Radiotherapy course of treatment" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p>Cancer Radio Therapy Course Summary</p></div>"^^rdf:XMLLiteral ] ] ;
( fhir:entry [
fhir:l fhir:Procedure/radiotherapy-example ;
fhir:reference [ fhir:v "Procedure/radiotherapy-example" ] ] )
] [
fhir:title [ fhir:v "Medications Section" ] ;
fhir:code [
( fhir:coding [
a loinc:10160-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Medications section: cancer-related medication </div>"^^rdf:XMLLiteral ] ] ;
( fhir:entry [
fhir:l fhir:MedicationAdministration/cancer-med-admin-docetaxel-example ;
fhir:reference [ fhir:v "MedicationAdministration/cancer-med-admin-docetaxel-example" ] ] )
] ) . #
IG © 2021+ HL7 International / Public Health. Package hl7.fhir.us.central-cancer-registry-reporting#2.0.0-ballot based on FHIR 4.0.1. Generated 2025-11-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
