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 Organization - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-cancer-org"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization> ] )
] ; #
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-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 <p><b>Endpoint:</b> Reference to Endpoint/example-healthcare-endpoint</p>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-npi> ] ;
fhir:value [ fhir:v "1063494177" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name [ fhir:v "Cancer Organization"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(917)932-2000" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:text [ fhir:v "1234 Main Street, Tulsa OK 74126" ] ;
( fhir:line [ fhir:v "1234 Main Street" ] ) ;
fhir:city [ fhir:v "Tulsa" ] ;
fhir:state [ fhir:v "OK" ] ;
fhir:postalCode [ fhir:v "74126" ]
] ) ; #
fhir:endpoint ( [
fhir:l fhir:Endpoint/example-healthcare-endpoint ;
fhir:reference [ fhir:v "Endpoint/example-healthcare-endpoint" ]
] ) . #