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

: CCRR Reporting Bundle - Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Bundle/reporting-bundle-example> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "reporting-bundle-example"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-reporting-bundle" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-reporting-bundle>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "message"] ;
  fhir:Bundle.timestamp [ fhir:value "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/MessageHeader/messageheader-example-reportheader" ] ;
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/central-cancer-registry-reporting/MessageHeader/messageheader-example-reportheader>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/Bundle/content-bundle-example" ] ;
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/central-cancer-registry-reporting/Bundle/content-bundle-example>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/Organization/example-cancer-org" ] ;
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/central-cancer-registry-reporting/Organization/example-cancer-org>
  ] .

<http://hl7.org/fhir/us/central-cancer-registry-reporting/MessageHeader/messageheader-example-reportheader> a fhir:MessageHeader ;
  fhir:Resource.id [ fhir:value "messageheader-example-reportheader"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-messageheader" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-messageheader>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_messageheader-example-reportheader\"> </a>\n            <p>Reporting Data</p> \n          </div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension" ] ;
     fhir:Extension.valueCode [ fhir:value "consequence" ]
  ] ;
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types" ] ;
     fhir:Coding.code [ fhir:value "cancer-report-message" ]
  ] ;
  fhir:MessageHeader.destination [
     fhir:index 0 ;
     fhir:MessageHeader.destination.name [ fhir:value "PHA endpoint" ] ;
     fhir:MessageHeader.destination.endpoint [ fhir:value "http://example.pha.org/fhir" ]
  ] ;
  fhir:MessageHeader.sender [
     fhir:link <http://hl7.org/fhir/Organization/example-cancer-org> ;
     fhir:Reference.reference [ fhir:value "Organization/example-cancer-org" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.name [ fhir:value "Cancer Organization" ] ;
     fhir:MessageHeader.source.software [ fhir:value "Backend Service App" ] ;
     fhir:MessageHeader.source.version [ fhir:value "3.1.45.AABB" ] ;
     fhir:MessageHeader.source.contact [
       fhir:ContactPoint.system [ fhir:value "phone" ] ;
       fhir:ContactPoint.value [ fhir:value "+1 (917) 123 4567" ]
     ] ;
     fhir:MessageHeader.source.endpoint [ fhir:value "http://example.healthcare.org/fhir" ]
  ] ;
  fhir:MessageHeader.reason [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents" ] ;
       fhir:Coding.code [ fhir:value "encounter-close" ]
     ]
  ] ;
  fhir:MessageHeader.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Bundle/content-bundle-example> ;
     fhir:Reference.reference [ fhir:value "Bundle/content-bundle-example" ]
  ] .

<http://hl7.org/fhir/Organization/example-cancer-org> a fhir:Organization .

<http://hl7.org/fhir/Bundle/content-bundle-example> a fhir:Bundle .

<http://hl7.org/fhir/us/central-cancer-registry-reporting/Bundle/content-bundle-example> a fhir:Bundle ;
  fhir:Resource.id [ fhir:value "content-bundle-example"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-content-bundle" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-content-bundle>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.timestamp [ fhir:value "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/Composition/ccrr-composition-content-example" ] ;
     fhir:Bundle.entry.resource <http://hl7.org/fhir/us/central-cancer-registry-reporting/Composition/ccrr-composition-content-example>
  ] .

<http://hl7.org/fhir/us/central-cancer-registry-reporting/Composition/ccrr-composition-content-example> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "ccrr-composition-content-example"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "23" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2021-08-19T22:06:32.441+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-composition" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-composition>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n									<p>Amy Shaw data for Cancer </p>\n								</div>"
  ] ;
  fhir:Composition.identifier [
     fhir:Identifier.value [ fhir:value "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:72134-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "72134-0" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ] ;
     fhir:Reference.display [ fhir:value "Amy Shaw" ]
  ] ;
  fhir:Composition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/encounter-cancer-example> ;
     fhir:Reference.reference [ fhir:value "Encounter/encounter-cancer-example" ] ;
     fhir:Reference.display [ fhir:value "Patient encounter procedure" ]
  ] ;
  fhir:Composition.date [ fhir:value "2023-01-02T22:13:23Z"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/1> ;
     fhir:Reference.reference [ fhir:value "Practitioner/1" ] ;
     fhir:Reference.display [ fhir:value "Nicholas Joseph" ]
  ] ;
  fhir:Composition.title [ fhir:value "Central Cancer Registry Report"] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.title [ fhir:value "Primary Cancer Condition Section" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:363346000 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "363346000" ] ;
         fhir:Coding.display [ fhir:value "Malignant neoplastic disease (disorder)" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Primary Cancer Condition Section</p>\n									</div>"
     ] ;
     fhir:Composition.section.entry [
       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:index 1 ;
     fhir:Composition.section.title [ fhir:value "Cancer Stage Group section" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:21908-9 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "21908-9" ] ;
         fhir:Coding.display [ fhir:value "Stage group.clinical Cancer" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Cancer Stage Group</p>\n									</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Observation/cancer-stage-group-example> ;
       fhir:Reference.reference [ fhir:value "Observation/cancer-stage-group-example" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Composition.section.title [ fhir:value "Cancer Radio Therapy Course Summary section" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:1217123003 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "1217123003" ] ;
         fhir:Coding.display [ fhir:value "Radiotherapy course of treatment" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Cancer Radio Therapy Course Summary</p>\n									</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Procedure/radiotherapy-example> ;
       fhir:Reference.reference [ fhir:value "Procedure/radiotherapy-example" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Composition.section.title [ fhir:value "Medications Section" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:10160-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "10160-0" ] ;
         fhir:Coding.display [ fhir:value "History of Medication use Narrative" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Medications section: cancer-related medication</p>\n									</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/MedicationAdministration/cancer-med-admin-docetaxel-example> ;
       fhir:Reference.reference [ fhir:value "MedicationAdministration/cancer-med-admin-docetaxel-example" ]
     ]
  ] .

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

<http://hl7.org/fhir/Encounter/encounter-cancer-example> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/1> a fhir:Practitioner .

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

<http://hl7.org/fhir/Observation/cancer-stage-group-example> a fhir:Observation .

<http://hl7.org/fhir/Procedure/radiotherapy-example> a fhir:Procedure .

<http://hl7.org/fhir/MedicationAdministration/cancer-med-admin-docetaxel-example> a fhir:MedicationAdministration .

<http://hl7.org/fhir/us/central-cancer-registry-reporting/Organization/example-cancer-org> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "example-cancer-org"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_example-cancer-org\"> </a>\n  <p><b>Profile: </b> <a href=\"StructureDefinition-central-cancer-registry-reporting-organization.html\"> Central Cancer Registry Reporting Organization</a></p>\n  <p><b>Organization:</b> Cancer Organization</p>\n    <p><b>Status:</b> Active</p>\n  <p><b>Identifier (NPI):</b> 1063494177</p>\n   <p><b>Address:</b> 1234 Main Street, Tulsa, OK 74126</p>\n  <p><b>Phone:</b> (917)932-2000</p>\n </div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1063494177" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Cancer Organization"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(917)932-2000" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.text [ fhir:value "1234 Main Street, Tulsa OK 74126" ] ;
     fhir:Address.line [
       fhir:value "1234 Main Street" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Tulsa" ] ;
     fhir:Address.state [ fhir:value "OK" ] ;
     fhir:Address.postalCode [ fhir:value "74126" ]
  ] .

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

<http://hl7.org/fhir/Bundle/reporting-bundle-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/reporting-bundle-example.ttl> .