# DocumentReference in EHRbase **Category:** [Platform](https://discourse.openehr.org/c/platform-implem/7) **Created:** 2023-03-23 17:10 UTC **Views:** 391 **Replies:** 1 **URL:** https://discourse.openehr.org/t/documentreference-in-ehrbase/3739 --- ## Post #1 by @ISys Hello, I am trying to create new DocumentReference using FHIR Bridge, but my response for that is: ``` { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "Unknown resource type 'DocumentReference' - Server knows how to handle: [Condition, Immunization, Composition, DiagnosticReport, Patient, QuestionnaireResponse, Consent, Observation, Encounter, Procedure, AuditEvent, MedicationStatement, OperationDefinition]" } ] } ``` The request is from FHIR Bridge postman collection. Has anything changed for that type of document? Thank you --- ## Post #2 by @joostholslag This is about ehrbase right? They put releasenotes on their GitHub. Or Maybe you can open an issue there? --- **Canonical:** https://discourse.openehr.org/t/documentreference-in-ehrbase/3739 **Original content:** https://discourse.openehr.org/t/documentreference-in-ehrbase/3739