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

: PathGleason - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "PathGleason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"PathGleason\"> </a></p><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\">Resource Observation &quot;PathGleason&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: Gleason score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#372278000)</span></p><p><b>subject</b>: <a href=\"Patient/q201\">Patient/q201: Bibata Amadou</a></p><p><b>performer</b>: <a href=\"Practitioner/pathpract1\">Practitioner/pathpract1: Luigi Maas</a></p><p><b>value</b>: Score 7 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CAPeCC.html\">College of American Pathologists (CAP) eCC (electronic Cancer Checklists)</a>#16811)</span></p><p><b>bodySite</b>: Structure of posterior surface of prostate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#5026003)</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372278000",
        "display" : "Gleason score"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/q201",
    "display" : "Bibata Amadou"
  },
  "performer" : [
    {
      "reference" : "Practitioner/pathpract1",
      "display" : "Luigi Maas"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://cap.org/eCC",
        "code" : "16811",
        "display" : "Score 7"
      }
    ]
  },
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "5026003",
        "display" : "Structure of posterior surface of prostate"
      }
    ]
  }
}