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 - 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 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/Encounter/encounter-cancer-example> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "encounter-cancer-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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://example.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>"
  ] ;
  fhir:Encounter.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org" ] ;
     fhir:Identifier.value [ fhir:value "9937012" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "ambulatory" ]
  ] ;
  fhir:Encounter.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:185347001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "185347001" ] ;
       fhir:Coding.display [ fhir:value "Encounter for problem (procedure)" ]
     ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ] ;
     fhir:Reference.display [ fhir:value "Amy Shaw" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index 0 ;
     fhir:Encounter.participant.type [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
         fhir:Coding.code [ fhir:value "ATND" ] ;
         fhir:Coding.display [ fhir:value "attender" ]
       ]
     ] ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/Practitioner/1> ;
       fhir:Reference.reference [ fhir:value "Practitioner/1" ] ;
       fhir:Reference.display [ fhir:value "Joseph Nichols" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2023-03-21T17:00:14-05:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2023-03-21T20:00:14-05:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:305970004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "305970004" ] ;
       fhir:Coding.display [ fhir:value "Referral by general physician (procedure)" ]
     ]
  ] ;
  fhir:Encounter.diagnosis [
     fhir:index 0 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/primary-cancer-condition-breast> ;
       fhir:Reference.reference [ fhir:value "Condition/primary-cancer-condition-breast" ]
     ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/example-cancer-org> ;
     fhir:Reference.reference [ fhir:value "Organization/example-cancer-org" ] ;
     fhir:Reference.display [ fhir:value "Cancer Organization" ]
  ] .

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

<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/Organization/example-cancer-org> a fhir:Organization .

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

<http://hl7.org/fhir/Encounter/encounter-cancer-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/encounter-cancer-example.ttl> .