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 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "eCCDiagnosticReport0",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-DiagnosticReport"
    ]
  },
  "text" : {
    "status" : "generated",
    "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:\u00a0eCCDiagnosticReport0\u00a0(use:\u00a0USUAL)</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>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ]
      },
      "system" : "http://example.org/Observation",
      "value" : "eCCDiagnosticReport0"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP7839-6",
          "display" : "Pathology"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60568-3",
        "display" : "Pathology Synoptic report"
      }
    ]
  },
  "subject" : {
    "reference" : "http://example.org/patient",
    "display" : "Example Patient"
  },
  "effectiveDateTime" : "2021-05-11",
  "performer" : [
    {
      "reference" : "http://example.org/practitioner",
      "display" : "Example Practitioner"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/SDCeCCObservationChild"
    },
    {
      🔗 "reference" : "Observation/SDCeCCObservationParent"
    },
    {
      🔗 "reference" : "Observation/SDCeCCObservationCode"
    },
    {
      🔗 "reference" : "Observation/SDCeCCObservationCodeLIR"
    },
    {
      🔗 "reference" : "Observation/SDCeCCObservationSection"
    }
  ],
  "presentedForm" : [
    {
      "url" : "http://test.org/pathology/eCCDiagnosticReport0"
    }
  ]
}