{
  "resourceType": "Composition",
  "id": "ReferralFeedback Instance Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole"
    ]
  },
  "identifier": {
    "system": "urn:oid:1.3.6.1.4.1.26580.190.12457709",
    "value": "1234561"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/NullFlavor",
        "code": "UNC",
        "display": "Referral Feedback"
      }
    ]
  },
  "subject": {
    "reference": "PatientRole Instance Example"
  },
  "date": "2018-09-28",
  "author": [
    {
      "reference": "PatientRole Instance Example"
    }
  ],
  "title": "Referral Feedback Report",
  "section": [
    {
      "title": "Common Feedback Supporting Information",
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/NullFlavor",
            "code": "UNC",
            "display": "CommonFeedbackSupportingInformation"
          }
        ]
      },
      "entry": [
        {
          "reference": "FeedbackReferralStatusObservation Intance Example"
        }
      ]
    },
    {
      "title": "Referral Feedback Supporting Bundle",
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/NullFlavor",
            "code": "UNC",
            "display": "ReferralFeedbackSupportingBundle"
          }
        ]
      },
      "entry": [
        {
          "reference": "ReferralFeedbackSupportingBundle Instance Example"
        }
      ]
    }
  ]
}