IHE PaLM - Radiology Pathology Concordance (RPC)
0.1.0 - ci-build International flag

IHE PaLM - Radiology Pathology Concordance (RPC), published by IHE IT Infrastructure Technical Committee. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/IHE/PaLM.RPC/ and changes regularly. See the Directory of published versions

: RadDiagnostic Report - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadDiagnosticReport0"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 30675-3}\">MR Prostate</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 RAD}\">Radiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2021-05-11</td></tr><tr><td>Identifier:</td><td> Accession ID: RadDiagnosticReport0 (use: USUAL)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-RadLeasionSize.html\"><span title=\"Codes: {http://snomed.info/sct 385014004}\">Tumor size, dominant nodule (observable entity)</span></a> (<span title=\"Codes: {http://snomed.info/sct 5026003}\">Structure of posterior surface of prostate</span>)</td><td>110 milimeter</td></tr><tr><td><a href=\"Observation-RadSeminalVesicleInvasion.html\"><span title=\"Codes: {http://snomed.info/sct 384999004}\">Status of seminal vesicle invasion by tumor (observable entity)</span></a> (<span title=\"Codes: {http://snomed.info/sct 5026003}\">Structure of posterior surface of prostate</span>)</td><td><span title=\"Codes: {http://snomed.info/sct 49907008}\">Uninvolved (Qualifier Value)</span></td></tr><tr><td><a href=\"Observation-RadGleason.html\"><span title=\"Codes: {http://snomed.info/sct 372278000}\">Gleason score</span></a> (<span title=\"Codes: {http://snomed.info/sct 5026003}\">Structure of posterior surface of prostate</span>)</td><td><span title=\"Codes: {http://radlex.org RID49502}\">clinically significant prostate cancer</span></td></tr><tr><td><a href=\"Observation-RadEPE.html\"><span title=\"Codes: {http://snomed.info/sct 385009003}\">Presence of direct invasion by primary malignant neoplasm of prostate to periprostatic tissue (observable entity)</span></a> (<span title=\"Codes: {http://snomed.info/sct 5026003}\">Structure of posterior surface of prostate</span>)</td><td><span title=\"Codes: {http://snomed.info/sct 49907008}\">Uninvolved (Qualifier Value)</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ]       ] )     ] ;
fhir:system [ fhir:v "http://example.org/DiagnosticReport"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RadDiagnosticReport0" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RAD" ] ;
fhir:display [ fhir:v "Radiology" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:30675-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30675-3" ] ;
fhir:display [ fhir:v "MR Prostate" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/q201" ] ;
fhir:display [ fhir:v "Example Patient" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-05-11"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/radpract1" ] ;
fhir:display [ fhir:v "Kiki Bambrick" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/RadLeasionSize" ]
  ] [
fhir:reference [ fhir:v "Observation/RadSeminalVesicleInvasion" ]
  ] [
fhir:reference [ fhir:v "Observation/RadGleason" ]
  ] [
fhir:reference [ fhir:v "Observation/RadEPE" ]
  ] ) ; # 
  fhir:presentedForm ( [
fhir:url [ fhir:v "http://example.org/Radiology/RadDiagnosticReport"^^xsd:anyURI ]
  ] ) . #