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

FHIR IG analytics

Packageihe.rad.ira
Resource TypeDiagnosticReport
IdDiagnosticReport-example-DiagnosticReportContext.json
FHIR VersionR5

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

CT Chest WO Contrast

SubjectJohn Smith (no stated gender), DoB Unknown ( Medical Record Number: 1234567)

Report Details


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example-DiagnosticReportContext",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IRA/StructureDefinition/diagnosticreportcontext"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29252-4",
        "display": "CT Chest WO Contrast"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-PatientContext"
  },
  "study": [
    {
      "reference": "ImagingStudy/example-ImagingStudyContext"
    }
  ]
}