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

: PathDiagnostic 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 "eCCDiagnosticReport0"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 66117-3}\">Prostate Pathology biopsy report</span> (<span title=\"Codes: {http://loinc.org LP7839-6}\">Pathology</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: PathDiagnosticReport0 (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-PathLesionSize.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>100 milimeter</td></tr><tr><td><a href=\"Observation-PathObsSeminalVesicleInvasion.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-PathGleason.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://cap.org/eCC 16811}\">Score 7</span></td></tr><tr><td><a href=\"Observation-PathEPE.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 "PathDiagnosticReport0" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:LP7839-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP7839-6" ] ;
fhir:display [ fhir:v "Pathology" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:66117-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "66117-3" ] ;
fhir:display [ fhir:v "Prostate Pathology biopsy report" ]     ] )
  ] ; # 
  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/pathpract1" ] ;
fhir:display [ fhir:v "Luigi Maas" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/PathLesionSize" ]
  ] [
fhir:reference [ fhir:v "Observation/PathObsSeminalVesicleInvasion" ]
  ] [
fhir:reference [ fhir:v "Observation/PathGleason" ]
  ] [
fhir:reference [ fhir:v "Observation/PathEPE" ]
  ] ) ; # 
  fhir:presentedForm ( [
fhir:url [ fhir:v "http://example.org/pathology/eCCDiagnosticReport0"^^xsd:anyURI ]
  ] ) . #