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

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "eCCDiagnosticReport0",
  "text" : {
    "status" : "generated",
    "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\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-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>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ]
      },
      "system" : "http://example.org/DiagnosticReport",
      "value" : "PathDiagnosticReport0"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP7839-6",
          "display" : "Pathology"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "66117-3",
        "display" : "Prostate Pathology biopsy report"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/q201",
    "display" : "Example Patient"
  },
  "effectiveDateTime" : "2021-05-11",
  "performer" : [
    {
      "reference" : "Practitioner/pathpract1",
      "display" : "Luigi Maas"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/PathLesionSize"
    },
    {
      "reference" : "Observation/PathObsSeminalVesicleInvasion"
    },
    {
      "reference" : "Observation/PathGleason"
    },
    {
      "reference" : "Observation/PathEPE"
    }
  ],
  "presentedForm" : [
    {
      "url" : "http://example.org/pathology/eCCDiagnosticReport0"
    }
  ]
}