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 - Example - TTL Representation
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"] ; #
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>\n <p><b>Encounter:</b> encounter-cancer-example</p><p><b>Identifier:</b> 9937012 (System: http://CancerOrg.smarthealthit.org)</p><p><b>Status:</b> finished</p><p><b>Class:</b> AMB (Ambulatory)</p><p><b>Type:</b> Encounter for problem (procedure) (SNOMED CT: 185347001)</p><p><b>Subject:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n<p><b>Reason:</b> Referral by general physician (procedure) (SNOMED CT: 305970004)</p><p><b>Participant:</b> <a href=\"Practitioner-1.html\"> Joseph Nichols – Attender</a></p><p><b>Period:</b> 2023-03-21T17:00:14-05:00 to 2023-03-21T20:00:14-05:00</p><p><b>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 "9937012" ]
] ) ; #
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:participant ( [
( fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType> ] ;
fhir:code [ fhir:v "ATND" ] ;
fhir:display [ fhir:v "attender" ] ] ) ] ) ;
fhir:individual [
fhir:l fhir:Practitioner/1 ;
fhir:reference [ fhir:v "Practitioner/1" ] ;
fhir:display [ fhir:v "Joseph Nichols" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2023-03-21T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-03-21T20:00:14-05:00"^^xsd:dateTime ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:305970004 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "305970004" ] ;
fhir:display [ fhir:v "Referral by general physician (procedure)" ] ] )
] ) ; #
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" ]
] . #