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
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:l <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-DiagnosticReport> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport eCCDiagnosticReport0</b></p><a name=\"eCCDiagnosticReport0\"> </a><a name=\"hceCCDiagnosticReport0\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ihe-sdc-ecc-DiagnosticReport.html\">IHE SDC/eCP on FHIR DiagnosticReport</a></p></div><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>Performer</td><td> <a href=\"http://example.org/practitioner\">Example Practitioner</a></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><td><b>Flags</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><td>Final</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><td>Final</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><td>Final</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><td>Final</td></tr><tr><td><a href=\"Observation-SDCeCCObservationSection.html\"><span title=\"Codes:{http://cap.org/eCC 17537}\">CLINICAL</span></a></td><td/><td>Final</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
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:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ] ] ) ] ;
fhir:system [
fhir:v "http://example.org/Observation"^^xsd:anyURI ;
fhir:l <http://example.org/Observation> ] ;
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:l <http://loinc.org> ] ;
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:l <http://loinc.org> ] ;
fhir:code [ fhir:v "60568-3" ] ;
fhir:display [ fhir:v "Pathology Synoptic report" ] ] )
] ; #
fhir:subject [
fhir:l <http://example.org/patient> ;
fhir:reference [ fhir:v "http://example.org/patient" ] ;
fhir:display [ fhir:v "Example Patient" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2021-05-11"^^xsd:date
] ; #
fhir:performer ( [
fhir:l <http://example.org/practitioner> ;
fhir:reference [ fhir:v "http://example.org/practitioner" ] ;
fhir:display [ fhir:v "Example Practitioner" ]
] ) ; #
fhir:result ( [
fhir:l fhir:Observation/SDCeCCObservationChild ;
fhir:reference [ fhir:v "Observation/SDCeCCObservationChild" ]
] [
fhir:l fhir:Observation/SDCeCCObservationParent ;
fhir:reference [ fhir:v "Observation/SDCeCCObservationParent" ]
] [
fhir:l fhir:Observation/SDCeCCObservationCode ;
fhir:reference [ fhir:v "Observation/SDCeCCObservationCode" ]
] [
fhir:l fhir:Observation/SDCeCCObservationCodeLIR ;
fhir:reference [ fhir:v "Observation/SDCeCCObservationCodeLIR" ]
] [
fhir:l fhir:Observation/SDCeCCObservationSection ;
fhir:reference [ fhir:v "Observation/SDCeCCObservationSection" ]
] ) ; #
fhir:presentedForm ( [
fhir:url [
fhir:v "http://test.org/pathology/eCCDiagnosticReport0"^^xsd:anyURI ;
fhir:l <http://test.org/pathology/eCCDiagnosticReport0> ]
] ) . #
IG © 2021+ HL7 International / Orders and Observations.
Package hl7.fhir.uv.ihe-sdc-ecc#1.0.0 based on FHIR 4.0.1.
Generated
2026-03-24
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
