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