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
: RadiotherapySeedDevice-Mesh - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "RadiotherapySeedDevice-Mesh"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-seed-device"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-seed-device> ] )
] ; #
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: Device RadiotherapySeedDevice-Mesh</b></p><a name=\"RadiotherapySeedDevice-Mesh\"> </a><a name=\"hcRadiotherapySeedDevice-Mesh\"> </a><a name=\"RadiotherapySeedDevice-Mesh-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1254768007}\">Radioactive seed embedded in mesh (physical object)</span></p><p><b>patient</b>: <a href=\"Patient-Patient-XRTS-07-22B.html\">Jane Mother-22B Male, DoB: 1980-11-02 ( Medical Record Number: XRTS-07_22B (use: usual, ))</a></p></div>"
] ; #
fhir:type [
( fhir:coding [
a sct:1254768007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1254768007" ] ;
fhir:display [ fhir:v "Radioactive seed embedded in mesh (physical object)" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Patient-XRTS-07-22B" ]
] . #