FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-CarlFredericksonXrayFeet.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport CarlFredericksonXrayFeet
| Subject | Carl Frederickson Male, DoB: 1950-04-22 |
| When For | 2022-11-15 10:30:00+0000 |
| Reported | 2022-11-15 14:45:00+0000 |
| Performer | Dr. Robert Smith, Radiologist |
| Identifier | http://example.com/demo/diagnosticreport-identifier/XRAY-23456 |
Report Details
Bilateral bunions with hallux valgus deformity, moderate degenerative changes in the first metatarsophalangeal joint bilaterally, more pronounced on the right.
{
"resourceType": "DiagnosticReport",
"id": "CarlFredericksonXrayFeet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.com/demo/diagnosticreport-identifier",
"value": "XRAY-23456"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "RAD",
"display": "Radiology"
}
]
}
],
"code": {
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "73620",
"display": "Radiologic examination, foot; 2 views"
}
],
"text": "X-ray, bilateral feet, weightbearing, 2 views: dorsoplantar (DP) and axial"
},
"subject": {
"reference": "Patient/CarlFrederickson"
},
"effectiveDateTime": "2022-11-15T10:30:00Z",
"issued": "2022-11-15T14:45:00Z",
"performer": [
{
"display": "Dr. Robert Smith, Radiologist"
}
],
"conclusion": "Bilateral bunions with hallux valgus deformity, moderate degenerative changes in the first metatarsophalangeal joint bilaterally, more pronounced on the right."
}