{
  "resourceType" : "DocumentReference",
  "id" : "f7dab433-b4b3-4908-8495-4876f0240511",
  "meta" : {
    "profile" : ["https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_LAB_DocumentReference|1.0.0-update"]
  },
  "status" : "current",
  "subject" : {
    "reference" : "Patient/84e01fa5-6763-4a96-99f3-170cf9b317ff",
    "identifier" : {
      "type" : {
        "coding" : [{
          "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
          "code" : "KVZ10",
          "display" : "Krankenversichertennummer"
        }]
      },
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "K123456789"
    }
  },
  "content" : [{
    "attachment" : {
      "contentType" : "application/pdf",
      "data" : "dGVzdA==",
      "title" : "Anhang",
      "creation" : "2022-05-06"
    }
  }]
}