Central Cancer Registry Reporting Content IG
1.0.0 - STU 1 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 1.0.0 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

: Central Cancer Registry Reporting Bundle - Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "reporting-bundle-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-reporting-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-reporting-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/MessageHeader/messageheader-example-reportheader"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/us/central-cancer-registry-reporting/MessageHeader/messageheader-example-reportheader> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/Bundle/content-bundle-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/us/central-cancer-registry-reporting/Bundle/content-bundle-example> )
  ] ) . # 

<http://hl7.org/fhir/us/central-cancer-registry-reporting/MessageHeader/messageheader-example-reportheader> a fhir:MessageHeader ;
  fhir:id [ fhir:v "messageheader-example-reportheader"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-messageheader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-messageheader>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n						<p>Reporting Data</p>\n					</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-data-encrypted-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-report-initiation-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-report-initiation-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "subscription-notification" ]       ] )     ]
  ] ) ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cancer-report-message" ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "PHA endpoint" ] ;
fhir:endpoint [ fhir:v "http://example.pha.org/fhir"^^xsd:anyURI ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/example-healthcare-org" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "Healthcare Organization" ] ;
fhir:software [ fhir:v "Backend Service App" ] ;
fhir:version [ fhir:v "3.1.45.AABB" ] ;
fhir:contact [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 (917) 123 4567" ]     ] ;
fhir:endpoint [ fhir:v "http://example.healthcare.org/fhir"^^xsd:anyURI ]
  ] ; # 
  fhir:reason [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-end" ]     ] )
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Bundle/content-bundle-example" ]
  ] ) . # 

<http://hl7.org/fhir/us/central-cancer-registry-reporting/Bundle/content-bundle-example> a fhir:Bundle ;
  fhir:id [ fhir:v "content-bundle-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-content-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-content-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/Composition/ccrr-composition-content-example"^^xsd:anyURI ] ;
    ( fhir: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:id [ fhir:v "ccrr-composition-content-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:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/ccrr-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n									<p>Amy Shaw data for Cancer </p>\n								</div>"
  ] ; # 
  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:code [ fhir:v "72134-0" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
  ] ; # 
  fhir:encounter [
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: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:code [ fhir:v "363346000" ] ;
fhir:display [ fhir:v "Malignant neoplastic disease (disorder)" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Primary Cancer Condition Section</p>\n									</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/primary-cancer-condition-breast" ]     ] )
  ] [
fhir:title [ fhir:v "Cancer Stage Group section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:21908-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21908-9" ] ;
fhir:display [ fhir:v "Stage group.clinical Cancer" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Cancer Stage Group</p>\n									</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/cancer-stage-group-example" ]     ] )
  ] [
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:code [ fhir:v "1217123003" ] ;
fhir:display [ fhir:v "Radiotherapy course of treatment" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Cancer Radio Therapy Course Summary</p>\n									</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Procedure/radiotherapy-example" ]     ] )
  ] [
fhir:title [ fhir:v "Allergies Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:48765-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergies and adverse reactions Document" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Allergy to Sulfonide</p>\n									</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/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:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n										<p>Medications section: cancer-related medication</p>\n									</div>"     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "MedicationAdministration/cancer-related-medication-administration-example" ]     ] )
  ] ) . #