Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: Simple XR Chest Procedure - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "example-procedure-single-view-chest-xray",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure </b><a name=\"example-procedure-single-view-chest-xray\"> </a><a name=\"hcexample-procedure-single-view-chest-xray\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceProcedure &quot;example-procedure-single-view-chest-xray&quot; </p></div><p><b>status</b>: completed</p><p><b>code</b>: XR Chest Single View <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#36554-4)</span></p><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Patient/example-Patient</a> &quot; SMITH&quot;</p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "36554-4",
        "display" : "XR Chest Single View"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-Patient"
  }
}