A reference to a clinical document, including clinical notes and discharge summaries. This page documents the DocumentReference resource as served by the mock.health synthetic FHIR R4 sandbox — 7 search parameters, US Core 6.1 profiling, and the elements accepted on write.
GET https://api.mock.health/fhir/DocumentReference — searchGET https://api.mock.health/fhir/DocumentReference/{id} — read by logical idPOST https://api.mock.health/fhir/DocumentReference — create (Pro)PUT https://api.mock.health/fhir/DocumentReference/{id} — update (Pro)patient (reference) — required — Patient the document is abouttype (token) — Document type code (LOINC)date (date) — When document was createdcategory (token) — Document categorystatus (token) — current | superseded | entered-in-erroridentifier (token) — External identifierperiod (date) — Time of service documentedFields accepted when creating or updating a DocumentReference. Required elements are base FHIR cardinality; the rest are US Core must-support.
status (code) — required — current | superseded | entered-in-errorcontent (BackboneElement[]) — required — Document content — at least one attachment with URL or datatype (CodeableConcept) — US Core MS — document type (LOINC)subject (Reference(Patient)) — US Core MS — patient the document is aboutcategory (CodeableConcept[]) — US Core MS — clinical-note categorydate (instant) — US Core MS — when the document was createdSupports the US Core $docref operation for CCD-style document queries. POST to /fhir/DocumentReference/$docref with a Parameters resource containing the patient ID.
Base definition: HL7 FHIR R4 DocumentReference. Category: Documents.
API reference · Quickstart · USCDI compliance · SMART on FHIR