CodeX Radiation Therapy, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/codex-radiation-therapy/ and changes regularly. See the Directory of published versions
: Treatment Location 1 - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TreatmentLocation-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location TreatmentLocation-1</b></p><a name=\"TreatmentLocation-1\"> </a><a name=\"hcTreatmentLocation-1\"> </a><a name=\"TreatmentLocation-1-en-US\"> </a><p><b>name</b>: Joe's Radiotherapy Clinic</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RADDX}\">Radiology diagnostics or therapeutics unit</span></p><p><b>address</b>: 123 Main Street Peoria IL </p></div>"
] ; #
fhir:name [ fhir:v "Joe's Radiotherapy Clinic"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RADDX" ] ;
fhir:display [ fhir:v "Radiology diagnostics or therapeutics unit" ] ] )
] ) ; #
fhir:address [
( fhir:line [ fhir:v "123 Main Street" ] ) ;
fhir:city [ fhir:v "Peoria" ] ;
fhir:state [ fhir:v "IL" ]
] . #