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

: PathLesionSize - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "PathLesionSize",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"PathLesionSize\"> </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;PathLesionSize&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: Tumor size, dominant nodule (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385014004)</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>: 100 milimeter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm = 'mm')</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" : "385014004",
        "display" : "Tumor size, dominant nodule (observable entity)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/q201",
    "display" : "Bibata Amadou"
  },
  "performer" : [
    {
      "reference" : "Practitioner/pathpract1",
      "display" : "Luigi Maas"
    }
  ],
  "valueQuantity" : {
    "value" : 100,
    "unit" : "milimeter",
    "system" : "http://unitsofmeasure.org",
    "code" : "mm"
  },
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "5026003",
        "display" : "Structure of posterior surface of prostate"
      }
    ]
  }
}