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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cancer-disease-status-22B"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-disease-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-disease-status> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation cancer-disease-status-22B</b></p><a name=\"cancer-disease-status-22B\"> </a><a name=\"hccancer-disease-status-22B\"> </a><a name=\"cancer-disease-status-22B-en-US\"> </a><p><b>Cancer Disease Status Evidence Type Extension</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Imaging (procedure)</span></p><p><b>Radiotherapy Volume Extension</b>: <a href=\"BodyStructure-RadiotherapyVolume-03-Prostate.html\">BodyStructure: identifier = http://varian.com/fhir/identifier/radiotherapyDoseReferenceId#Prostate (use: usual, ),urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.246.352.71.842418.2121.20150602151825 (use: official, ); morphology = Planning target volume (observable entity)</a></p><p><b>Radiotherapy Volume Extension</b>: <a href=\"BodyStructure-RadiotherapyVolume-04-PelvNs.html\">BodyStructure: identifier = http://varian.com/fhir/identifier/radiotherapyDoseReferenceId#Pelv Ns (use: usual, ),urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.246.352.71.842418.2121.20150602151826 (use: official, ); morphology = Planning target volume (observable entity)</a></p><p><b>Radiotherapy Volume Extension</b>: <a href=\"BodyStructure-RadiotherapyVolume-05-SemVs.html\">BodyStructure: identifier = http://varian.com/fhir/identifier/radiotherapyDoseReferenceId#Sem Vs (use: usual, ),urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.246.352.71.842418.2121.20150602151827 (use: official, ); morphology = Planning target volume (observable entity)</a></p><p><b>partOf</b>: <a href=\"Procedure-RadiotherapyCourseSummary-04-Prostate.html\">Procedure Radiotherapy course of treatment</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 97509-4}\">Cancer disease progression</span></p><p><b>subject</b>: <a href=\"Patient-Patient-6.html\">Peter Venkman Male, DoB: 1973-07-25 ( Medical Record Number: 1032706 (use: usual, ))</a></p><p><b>focus</b>: <a href=\"Condition-Diagnosis-2-Prostate.html\">Condition Malignant neoplasm of prostate</a></p><p><b>effective</b>: 2020-10-22</p><p><b>performer</b>: <a href=\"Practitioner-Practitioner-1005.html\">Practitioner Egon Spengler </a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 271299001}\">Patient's condition worsened (finding)</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-disease-status-evidence-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:363679005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363679005" ] ;
fhir:display [ fhir:v "Imaging (procedure)" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/RadiotherapyVolume-03-Prostate" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/RadiotherapyVolume-04-PelvNs" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/RadiotherapyVolume-05-SemVs" ] ]
] ) ; #
fhir:partOf ( [
fhir:reference [ fhir:v "Procedure/RadiotherapyCourseSummary-04-Prostate" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:97509-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "97509-4" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-6" ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "Condition/Diagnosis-2-Prostate" ]
] ) ; #
fhir:effective [ fhir:v "2020-10-22"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Practitioner-1005" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-disease-progression-qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:263820005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "263820005" ] ;
fhir:display [ fhir:v "Nodal (qualifier value)" ] ] ) ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-disease-progression-qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:80534008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80534008" ] ;
fhir:display [ fhir:v "Biochemical (qualifier value)" ] ] ) ] ] ) ;
( fhir:coding [
a sct:271299001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271299001" ] ;
fhir:display [ fhir:v "Patient's condition worsened (finding)" ] ] )
] . #
IG © 2021+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.codex-radiation-therapy#2.0.0 based on FHIR 4.0.1. Generated 2024-11-20
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change