IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "condition-id-10"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc> ] )
] ; #
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: Condition condition-id-10</b></p><a name=\"condition-id-10\"> </a><a name=\"hccondition-id-10\"> </a><a name=\"condition-id-10-en-US\"> </a><p><b>Condition Due To</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4029715}\">Radiation oncology AND/OR radiotherapy</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4298030}\">Verrucous squamous cell carcinoma</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4102600}\">Structure of posterior wall of hypopharynx</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4001049}\">Supraglottis structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4027545}\">Structure of vermilion border of lip</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4088327}\">Nasal cavity structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4220236}\">Structure of anterior wall of nasopharynx</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4181419}\">Structure of anterior floor of mouth</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4173123}\">Structure of vallecula of epiglottis</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4298444}\">Breast structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4238088}\">Testis structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4122633}\">Face and/or neck structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4215634}\">Colon structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4213162}\">Lung structure</span>, <span title=\"Codes:\">Other subsite</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4244412}\">Anterior abdominal wall structure</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4165266}\">Upper arm structure</span></p><p><b>subject</b>: <a href=\"Patient-patient-id-17.html\">Anonymous Patient Male, DoB: 1968-01-01</a></p><p><b>onset</b>: 54 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codea = 'a')</span></p><h3>Stages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Summary</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 1634752}\">Grade 2 tumor</span></td></tr></table><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-21.html\">Observation Diagnosis</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-31.html\">Observation Dimension of Tumor</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-32.html\">Observation Number of mitoses per 10 high power fields</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-33.html\">Observation Epstein Barr virus DNA [Units/volume] (viral load) in Serum or Plasma by NAA with probe detection</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-34.html\">Observation Human papilloma virus nucleic acid detection</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-35.html\">Observation C reactive protein [Presence] in Serum or Plasma</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-9.html\">Observation A gene mutation analysis is performed</a></p></blockquote><blockquote><p><b>evidence</b></p><p><b>detail</b>: <a href=\"Observation-observation-id-11.html\">Observation A immunohiostochemestry analysis is performed</a></p></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/condition-dueTo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4029715" ] ;
fhir:display [ fhir:v "Radiation oncology AND/OR radiotherapy" ] ] ) ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4298030" ] ;
fhir:display [ fhir:v "Verrucous squamous cell carcinoma" ] ] )
] ; #
fhir:bodySite ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4102600" ] ;
fhir:display [ fhir:v "Structure of posterior wall of hypopharynx" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4001049" ] ;
fhir:display [ fhir:v "Supraglottis structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4027545" ] ;
fhir:display [ fhir:v "Structure of vermilion border of lip" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4088327" ] ;
fhir:display [ fhir:v "Nasal cavity structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4220236" ] ;
fhir:display [ fhir:v "Structure of anterior wall of nasopharynx" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4181419" ] ;
fhir:display [ fhir:v "Structure of anterior floor of mouth" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4173123" ] ;
fhir:display [ fhir:v "Structure of vallecula of epiglottis" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4298444" ] ;
fhir:display [ fhir:v "Breast structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4238088" ] ;
fhir:display [ fhir:v "Testis structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4122633" ] ;
fhir:display [ fhir:v "Face and/or neck structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4215634" ] ;
fhir:display [ fhir:v "Colon structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4213162" ] ;
fhir:display [ fhir:v "Lung structure" ] ] )
] [
fhir:text [ fhir:v "Other subsite" ]
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4244412" ] ;
fhir:display [ fhir:v "Anterior abdominal wall structure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4165266" ] ;
fhir:display [ fhir:v "Upper arm structure" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-id-17" ]
] ; #
fhir:onset [
a fhir:Age ;
fhir:value [ fhir:v "54"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
] ; #
fhir:stage ( [
fhir:summary [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ohdsi.org/CodeSystem/concepts"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1634752" ] ;
fhir:display [ fhir:v "Grade 2 tumor" ] ] ) ]
] ) ; #
fhir:evidence ( [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-21" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-31" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-32" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-33" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-34" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-35" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-9" ] ] )
] [
( fhir:detail [
fhir:reference [ fhir:v "Observation/observation-id-11" ] ] )
] ) . #
IG © 2022+ IDEA4RC Project. Package hl7.eu.fhir.idea4rc#0.1.0 based on FHIR 4.0.1. Generated 2024-11-12
research and innovation programme under grant agreement No. 101057048.