FHIR IG analytics| Package | ihe.palm.rpc |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-RadDiagnosticReport0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Subject | Unable to get Patient Details |
| When For | 2021-05-11 |
| Identifier: | Accession ID: RadDiagnosticReport0 (use: USUAL) |
Report Details
| Code | Value |
| Tumor size, dominant nodule (observable entity) (Structure of posterior surface of prostate) | 110 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) | clinically significant prostate cancer |
| Presence of direct invasion by primary malignant neoplasm of prostate to periprostatic tissue (observable entity) (Structure of posterior surface of prostate) | Uninvolved (Qualifier Value) |
{
"resourceType": "DiagnosticReport",
"id": "RadDiagnosticReport0",
"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": "RadDiagnosticReport0"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "RAD",
"display": "Radiology"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30675-3",
"display": "MR Prostate"
}
]
},
"subject": {
"reference": "Patient/q201",
"display": "Example Patient"
},
"effectiveDateTime": "2021-05-11",
"performer": [
{
"reference": "Practitioner/radpract1",
"display": "Kiki Bambrick"
}
],
"result": [
{
"reference": "Observation/RadLeasionSize"
},
{
"reference": "Observation/RadSeminalVesicleInvasion"
},
{
"reference": "Observation/RadGleason"
},
{
"reference": "Observation/RadEPE"
}
],
"presentedForm": [
{
"url": "http://example.org/Radiology/RadDiagnosticReport"
}
]
}