IHE SDC/electronic Cancer Protocols (eCPs) on FHIR
1.0.0 - trial-use International flag

IHE SDC/electronic Cancer Protocols (eCPs) on FHIR, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ihe-sdc-ecc-on-fhir/ and changes regularly. See the Directory of published versions

: eCP Diagnostic 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:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-DiagnosticReport"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-DiagnosticReport>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 60568-3}\">Pathology Synoptic 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: eCCDiagnosticReport0 (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-SDCeCCObservationChild.html\"><span title=\"Codes: {http://cap.org/eCC 25899}\">25899</span></a></td><td><span title=\"Codes: {http://cap.org/eCC 25900}\">Internal control cells present and stain as expected</span></td></tr><tr><td><a href=\"Observation-SDCeCCObservationParent.html\"><span title=\"Codes: {http://cap.org/eCC 31161}\">Progesterone Receptor (PgR) Status (Note A)</span></a></td><td><span title=\"Codes: {http://cap.org/eCC 31001}\">Negative (less than 1%)</span></td></tr><tr><td><a href=\"Observation-SDCeCCObservationCode.html\"><span title=\"Codes: {http://cap.org/eCC 56271}\">Tumor invades into other adjacent organ(s)</span></a></td><td><span title=\"Codes: {http://cap.org/eCC 56752}\">Kidney</span></td></tr><tr><td><a href=\"Observation-SDCeCCObservationCodeLIR.html\"><span title=\"Codes: {http://cap.org/eCC 2129}\">Tumor size (Note A)</span></a></td><td><span title=\"Codes: {http://cap.org/eCC 2123}\">Greatest Dimension in cm</span></td></tr><tr><td><a href=\"Observation-SDCeCCObservationSection.html\"><span title=\"Codes: {http://cap.org/eCC 17537}\">CLINICAL</span></a></td><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/Observation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "eCCDiagnosticReport0" ]
  ] ) ; # 
  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:60568-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "60568-3" ] ;
fhir:display [ fhir:v "Pathology Synoptic report" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <http://example.org/patient> ;
fhir:reference [ fhir:v "http://example.org/patient" ] ;
fhir:display [ fhir:v "Example Patient" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-05-11"^^xsd:date] ; # 
  fhir:performer ( [
fhir:link <http://example.org/practitioner> ;
fhir:reference [ fhir:v "http://example.org/practitioner" ] ;
fhir:display [ fhir:v "Example Practitioner" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/SDCeCCObservationChild" ]
  ] [
fhir:reference [ fhir:v "Observation/SDCeCCObservationParent" ]
  ] [
fhir:reference [ fhir:v "Observation/SDCeCCObservationCode" ]
  ] [
fhir:reference [ fhir:v "Observation/SDCeCCObservationCodeLIR" ]
  ] [
fhir:reference [ fhir:v "Observation/SDCeCCObservationSection" ]
  ] ) ; # 
  fhir:presentedForm ( [
fhir:url [ fhir:v "http://test.org/pathology/eCCDiagnosticReport0"^^xsd:anyURI ]
  ] ) . #