German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 "example-tnm-TisN0M0"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/uicc-tnm"^^xsd:anyURI ;
fhir:link <https://www.vision-zero-oncology.de/fhir/StructureDefinition/uicc-tnm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-tnm-TisN0M0\"> </a></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 Observation "example-tnm-TisN0M0" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uicc-tnm.html\">Profile UICC TNM</a></p></div><p><b>status</b>: final</p><p><b>code</b>: International Union Against Cancer (tumor staging) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#258235000; <a href=\"https://loinc.org/\">LOINC</a>#21908-9 "Stage group.clinical Cancer")</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> " BACH"</p><p><b>effective</b>: 2022-03-07</p><p><b>value</b>: Stage 0 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#0)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Primary tumor.clinical [Class] Cancer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21905-5)</span></p><p><b>value</b>: Tis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#Tis)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Regional lymph nodes.clinical [Class] Cancer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21906-3)</span></p><p><b>value</b>: N0 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#N0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Distant metastases.clinical [Class] Cancer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21907-1)</span></p><p><b>value</b>: M0 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#M0)</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:258235000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258235000" ] ;
fhir:display [ fhir:v "International Union Against Cancer (tumor staging)" ] ] [
a loinc:21908-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21908-9" ] ;
fhir:display [ fhir:v "Stage group.clinical Cancer" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
] ; #
fhir:effective [ fhir:v "2022-03-07"^^xsd:date] ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.15.16"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Stage 0" ] ] )
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:21905-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21905-5" ] ;
fhir:display [ fhir:v "Primary tumor.clinical [Class] Cancer" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.15.16"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Tis" ] ;
fhir:display [ fhir:v "Tis" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:21906-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21906-3" ] ;
fhir:display [ fhir:v "Regional lymph nodes.clinical [Class] Cancer" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.15.16"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N0" ] ;
fhir:display [ fhir:v "N0" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:21907-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21907-1" ] ;
fhir:display [ fhir:v "Distant metastases.clinical [Class] Cancer" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.15.16"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M0" ] ;
fhir:display [ fhir:v "M0" ] ] ) ]
] ) . #
IG © 2021+ Berlin Institute of Health at Charité (BIH). Package gold#0.1.0 based on FHIR 4.0.1. Generated 2023-12-13
Links: Table of Contents |
QA Report