This page is part of the IHE SDC/eCC on FHIR (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "eCCDiagnosticReport0"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-DiagnosticReport";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-DiagnosticReport> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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 (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></td></tr></table></div>"
];
fhir:DiagnosticReport.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "usual" ];
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "ACSN" ];
fhir:Coding.display [ fhir:value "Accession ID" ] ] ];
fhir:Identifier.system [ fhir:value "http://example.org/Observation" ];
fhir:Identifier.value [ fhir:value "eCCDiagnosticReport0" ]
];
fhir:DiagnosticReport.status [ fhir:value "final"];
fhir:DiagnosticReport.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:LP7839-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "LP7839-6" ];
fhir:Coding.display [ fhir:value "Pathology" ] ]
];
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:60568-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "60568-3" ];
fhir:Coding.display [ fhir:value "Pathology Synoptic report" ] ]
];
fhir:DiagnosticReport.subject [
fhir:link <http://example.org/patient>;
fhir:Reference.reference [ fhir:value "http://example.org/patient" ];
fhir:Reference.display [ fhir:value "Example Patient" ]
];
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2021-05-11"^^xsd:date];
fhir:DiagnosticReport.performer [
fhir:index 0;
fhir:link <http://example.org/practitioner>;
fhir:Reference.reference [ fhir:value "http://example.org/practitioner" ];
fhir:Reference.display [ fhir:value "Example Practitioner" ]
];
fhir:DiagnosticReport.result [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/SDCeCCObservationChild" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Observation/SDCeCCObservationParent" ]
], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "Observation/SDCeCCObservationCode" ]
], [
fhir:index 3;
fhir:Reference.reference [ fhir:value "Observation/SDCeCCObservationCodeLIR" ]
], [
fhir:index 4;
fhir:Reference.reference [ fhir:value "Observation/SDCeCCObservationSection" ]
];
fhir:DiagnosticReport.presentedForm [
fhir:index 0;
fhir:Attachment.url [ fhir:value "http://test.org/pathology/eCCDiagnosticReport0" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.