This page is part of the CodeX™ Radiation Therapy (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:BodyStructure;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "RadiotherapyVolume-103-RightBreast"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "123" ];
fhir:Meta.lastUpdated [ fhir:value "2020-07-03T10:07:41.050+02:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume> ], [
fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-volume";
fhir:index 1;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-volume> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: BodyStructure</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource BodyStructure \"RadiotherapyVolume-103-RightBreast\" Version \"123\" Updated \"2020-07-03 10:07:41+0200\" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-codexrt-radiotherapy-volume.html\">Radiotherapy Volume</a>, <a href=\"http://hl7.org/fhir/us/mcode/STU2/StructureDefinition-mcode-radiotherapy-volume.html\">Radiotherapy Volume Profile</a></p></div><p><b>identifier</b>: id: urn:oid:1.2.246.352.71.842418.2121.20150602151.103 (OFFICIAL), id: Right Breast (USUAL)</p><p><b>morphology</b>: Planning target volume (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#228793007)</span></p><p><b>location</b>: Breast structure (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#76752008)</span></p><p><b>locationQualifier</b>: Right (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24028007)</span>, Entire (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#255503000)</span></p><p><b>patient</b>: <a href=\"Patient-Patient-101.html\">Patient/Patient-101</a> \" BILATERALBREAST\"</p></div>"
];
fhir:BodyStructure.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "urn:dicom:uid" ];
fhir:Identifier.value [ fhir:value "urn:oid:1.2.246.352.71.842418.2121.20150602151.103" ]
], [
fhir:index 1;
fhir:Identifier.use [ fhir:value "usual" ];
fhir:Identifier.system [ fhir:value "http://varian.com/fhir/identifier/radiotherapyDoseReferenceId" ];
fhir:Identifier.value [ fhir:value "Right Breast" ]
];
fhir:BodyStructure.morphology [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:228793007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "228793007" ];
fhir:Coding.display [ fhir:value "Planning target volume (observable entity)" ] ]
];
fhir:BodyStructure.location [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:76752008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "76752008" ];
fhir:Coding.display [ fhir:value "Breast structure (body structure)" ] ]
];
fhir:BodyStructure.locationQualifier [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:24028007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "24028007" ];
fhir:Coding.display [ fhir:value "Right (qualifier value)" ] ]
], [
fhir:index 1;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:255503000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "255503000" ];
fhir:Coding.display [ fhir:value "Entire (qualifier value)" ] ]
];
fhir:BodyStructure.patient [
fhir:Reference.reference [ fhir:value "Patient/Patient-101" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.