STU 1 Ballot

This page is part of the C-CDA on FHIR Implementation Guide (v1.6.0: STU 1 Ballot 1) based on FHIR v1.6.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

{
  "resourceType" : "Composition",
  "id" : "ccda-diagnostic-imaging-composition-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2016-06-15T08:16:14Z",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/ccda-diagnostic-imaging-composition"
    }
  },
  "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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-data-enterer-extension",
      "valueUri" : "http://fhirtest.uhn.ca/baseDstu3/Practitioner/117497"
    },
    {
      "url" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-informant-extension",
      "valueUri" : "http://fhirtest.uhn.ca/baseDstu3/Practitioner/117497"
    },
    {
      "url" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-information-recipient-extension",
      "valueUri" : "http://fhirtest.uhn.ca/baseDstu3/Practitioner/117497"
    },
    {
      "url" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-participant-extension",
      "valueUri" : "http://fhirtest.uhn.ca/baseDstu3/RelatedPerson/117466"
    },
    {
      "url" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-performer-extension",
      "valueUri" : "http://fhirtest.uhn.ca/baseDstu3/Practitioner/117497"
    },
    {
      "url" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-authorization-extension",
      "valueUri" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-consent"
    }
  },
  "identifier" : {
    "system" : "http://hl7.org/fhir/ccda/StructureDefinition/ccda-diagnostic-imaging-composition",
    "value" : "1"
  },
  "date" : "2016-03-22T09:10:14Z",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18748-4",
        "display" : "Diagnostic Imaging Report"
      }
    }
  },
  "title" : "Diagnostic Imaging Report",
  "status" : "preliminary",
  "confidentiality" : "N",
  "subject" : {
    "reference" : "http://fhirtest.uhn.ca/baseDstu3/Patient/117467",
    "display" : "Henry Jones"
  },
  "author" : [
    {
      "reference" : "http://fhirtest.uhn.ca/baseDstu3/Practitioner/117497",
      "display" : "Adam Everyman, MD"
    }
  },
  "attester" : [
    {
      "mode" : [
        "legal"
      },
      "time" : "2012-01-04T09:10:14Z",
      "party" : {
        "reference" : "http://fhirtest.uhn.ca/baseDstu3/Practitioner/117497",
        "display" : "Adam Everyman, MD"
      }
    }
  },
  "custodian" : {
    "reference" : "http://fhirtest.uhn.ca/baseDstu3/Organization/117471",
    "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"
      }
    }
  },
  "encounter" : {
    "reference" : "http://fhirtest.uhn.ca/baseDstu3/Encounter/117630"
  },
  "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>"
      }
    }
  }
}