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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeDiagnosticReport
IdDiagnosticReport-CarlFredericksonXrayFeet.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

Generated Narrative: DiagnosticReport CarlFredericksonXrayFeet

X-ray, bilateral feet, weightbearing, 2 views: dorsoplantar (DP) and axial (Radiology)

SubjectCarl Frederickson Male, DoB: 1950-04-22
When For2022-11-15 10:30:00+0000
Reported2022-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.


Source1

{
  "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."
}