FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.palm.rpc
Resource TypeDiagnosticReport
IdDiagnosticReport-eCCDiagnosticReport0.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Prostate Pathology biopsy report (Pathology)

SubjectUnable to get Patient Details
When For2021-05-11
Identifier: Accession ID: PathDiagnosticReport0 (use: USUAL)

Report Details

CodeValue
Tumor size, dominant nodule (observable entity) (Structure of posterior surface of prostate)100 milimeter
Status of seminal vesicle invasion by tumor (observable entity) (Structure of posterior surface of prostate)Uninvolved (Qualifier Value)
Gleason score (Structure of posterior surface of prostate)Score 7
Presence of direct invasion by primary malignant neoplasm of prostate to periprostatic tissue (observable entity) (Structure of posterior surface of prostate)Uninvolved (Qualifier Value)

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "eCCDiagnosticReport0",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}