# DocumentReference

  • This consist of Document reference that contains the url of photo uploaded by user in prescription.

# Resource Example :

{
  "resourceType": "DocumentReference",
  "id": "86",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-10-11T15:46:16.412+05:30",
    "source": "#REvKcGJrVtZc6WIj"
  },
  "status": "current",
  "description": "This is lab report 10",
  "content": [
    {
      "attachment": {
        "url": "https://localhost:3000/uploads/1717669846001.jpg",
        "title": "1717669846001.jpg"
      }
    }
  ]
}