Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Tumor Extension: Tumor invasion (example) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "51265.100004300-us",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-07-21T17:28:29.785+00:00",
    "source" : "#XqZDQecNLjMS7uSS"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1.51265.100004300</p><p></p><p><b>code</b>: <span title=\"Codes: {https://CAP.org 51265.100004300}\">Tumor Extension</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Generated Summary: id: JoelAlexPatient; Jose Rodriguez ; gender: male</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {https://CAP.org 39537.100004300}\">Tumor invades into or through the adrenal capsule</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {https://CAP.org 56271.100004300}\">Tumor invades into other adjacent organ(s)</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://CAP.org",
      "value" : "Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1.51265.100004300"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://CAP.org",
        "code" : "51265.100004300",
        "display" : "Tumor Extension"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/JoelAlexPatient"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://CAP.org",
            "code" : "39537.100004300",
            "display" : "Tumor invades into or through the adrenal capsule"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://CAP.org",
            "code" : "56271.100004300",
            "display" : "Tumor invades into other adjacent organ(s)"
          }
        ]
      }
    }
  ]
}