Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions
: Tumor Site Observation example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-tumor-site"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-06-03T20:08:21.105+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#6TR5QrtqvLXea7w7"^^xsd:anyURI ]
] ; #
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: Observation observation-tumor-site</b></p><a name=\"observation-tumor-site\"> </a><a name=\"hcobservation-tumor-site\"> </a><a name=\"observation-tumor-site-en-US\"> </a><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\">version: 1; Last updated: 2022-06-03 20:08:21+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #6TR5QrtqvLXea7w7</p></div><p><b>identifier</b>: <code>https://example.org</code>/Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1#2118.100004300</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://example.org 2118.100004300}\">Tumor Site</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Alex Joel Male, DoB Unknown ( urn:system#JoelAlexPatient)</a></p><p><b>effective</b>: 2022-07-05</p><p><b>performer</b>: <a href=\"Practitioner-oncologist-example.html\">Practitioner Wise Owl </a></p><p><b>value</b>: <span title=\"Codes:{https://example.org 2119.100004300}\">Adrenal gland</span></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1#2118.100004300" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2118.100004300" ] ;
fhir:display [ fhir:v "Tumor Site" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/JoelAlexPatient" ]
] ; #
fhir:effective [ fhir:v "2022-07-05"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/oncologist-example" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2119.100004300" ] ;
fhir:display [ fhir:v "Adrenal gland" ] ] )
] . #