Current Build

This page is part of the C-CDA on FHIR Implementation Guide (v1.8.0: STU 1 Ballot 2) based on FHIR v1.8.0. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

{title?}

{
  "resourceType" : "Composition",
  "id" : "CCDA-on-FHIR-Diagnostic-Imaging-Example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2016-06-15T08:16:14Z",
    "profile" : [
      "http://hl7.org/fhir/ccda/StructureDefinition/CCDA-on-FHIR-Diagnostic-Imaging"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
            <p>Diagnostic Imaging Report document for Henry Jones</p>
            <p>Managed by Community Health and Hospitals</p>
        </div>"
  },
  "identifier" : {
    "system" : "http://hl7.org/fhir/ccda/StructureDefinition/CCDA-on-FHIR-Diagnostic-Imaging",
    "value" : "1"
  },
  "date" : "2016-03-22T09:10:14Z",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18748-4",
        "display" : "Diagnostic imaging study"
      }
    ]
  },
  "title" : "Diagnostic Imaging Report",
  "status" : "preliminary",
  "confidentiality" : "N",
  "subject" : {
    "reference" : "http://fhir3.healthintersections.com.au/open/Patient/c493f2f2-28d5-49ab-90e8-9e8be341f7",
    "display" : "Henry Jones"
  },
  "author" : [
    {
      "reference" : "http://fhir3.healthintersections.com.au/open/Practitioner/2679baa7-5dac-4d22-81ae-daded84500",
      "display" : "Adam Everyman, MD"
    }
  ],
  "attester" : [
    {
      "mode" : [
        "legal"
      ],
      "time" : "2012-01-04T09:10:14Z",
      "party" : {
        "reference" : "http://fhir3.healthintersections.com.au/open/Practitioner/2679baa7-5dac-4d22-81ae-daded84500",
        "display" : "Adam Everyman, MD"
      }
    }
  ],
  "custodian" : {
    "reference" : "http://fhir3.healthintersections.com.au/open/Organization/1213e1ae-afc2-4a7c-8ed3-43b7a4e3d7",
    "display" : "Community Health and Hospitals"
  },
  "event" : [
    {
      "code" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "73761001",
              "display" : "Colonoscopy"
            }
          ]
        }
      ],
      "period" : {
        "start" : "2015-11-18",
        "end" : "2015-12-12"
      }
    }
  ],
  "section" : [
    {
      "title" : "Findings Section",
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.840.10008.2.16.4",
            "code" : "121070",
            "display" : "Findings"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
                <p>The cardiomediastinum is within normal limits. The trachea is midline. 
                    The previously described opacity at the medial right lung base has cleared. 
                    There are no new infiltrates. There is a new round density at the left hilus, 
                    superiorly (diameter about 45mm). A CT scan is recommended for further evaluation. 
                    The pleural spaces are clear. The visualized musculoskeletal structures and the
                    upper abdomen are stable and unremarkable.</p>
            </div>"
      }
    },
    {
      "title" : "DICOM Object Catalog Section",
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.840.10008.2.16.4",
            "code" : "121181",
            "display" : "DICOM Object Catalog"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
                <p>Computed Radiography Image Storage</p>
            </div>"
      }
    },
    {
      "title" : "Indications for Procedure Section",
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.840.10008.2.16.4",
            "code" : "121109",
            "display" : "Indications for Procedure"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
                <p>Suspected lung tumor</p>
            </div>"
      }
    }
  ]
}