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

: Central Cancer Registry Reporting Encounter for Surgery - 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 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-cancer-example-surgery"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>Profile: </b> <a href=\"StructureDefinition-central-cancer-registry-reporting-encounter.html\"> Central Cancer Registry Reporting Encounter</a></p><p><b>Encounter:</b> Surgery-Lumpectomy</p>\n  <p><b>Identifier:</b> 9937013</p>\n  <p><b>Status:</b> finished</p>\n  <p><b>Class:</b> Ambulatory (AMB)</p>\n  <p><b>Type:</b> Encounter for problem (procedure) [SNOMED CT: 185347001]</p>\n  <p><b>Patient:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n  <p><b>Period:</b> November 8, 2024</p>\n  <p><b>Reason for Encounter:</b> <a href=\"Procedure-cancer-related-surgical-procedure-lumpectomy.html\"> Surgical Procedure - Lumpectomy</a></p>\n  <p><b>Associated Diagnosis:</b> <a href=\"Condition-primary-cancer-condition-breast.html\">  Primary Cancer Condition – Breast</a></p>\n  <p><b>Service Provider:</b> <a href=\"Organization-example-cancer-org.html\"> Cancer Organization</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://CancerOrg.smarthealthit.org"^^xsd:anyURI ;
fhir:l <http://CancerOrg.smarthealthit.org>     ] ;
fhir:value [ fhir:v "9937013" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>     ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:185347001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "185347001" ] ;
fhir:display [ fhir:v "Encounter for problem (procedure)" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-11-08T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-11-08T20:00:14-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonReference ( [
fhir:l fhir:Procedure/cancer-related-surgical-procedure-lumpectomy ;
fhir:reference [ fhir:v "Procedure/cancer-related-surgical-procedure-lumpectomy" ]
  ] ) ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:l fhir:Condition/primary-cancer-condition-breast ;
fhir:reference [ fhir:v "Condition/primary-cancer-condition-breast" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:l fhir:Organization/example-cancer-org ;
fhir:reference [ fhir:v "Organization/example-cancer-org" ] ;
fhir:display [ fhir:v "Cancer Organization" ]
  ] . #