# Fhir Server resource url Care Connect vs Standard **Category:** [FHIR](https://openhealthhub.org/c/fhir/31) **Created:** 2019-04-15 13:19 UTC **Views:** 957 **Replies:** 2 **URL:** https://openhealthhub.org/t/fhir-server-resource-url-care-connect-vs-standard/2051 --- ## Post #1 by @Tharma Hi, can anyone suggest what should be the URL format for a Patient Resource? following I found has the version in it? does the version baseDstu3 mandatory in the URL? http://hapi.fhir.org/baseDstu3/Patient/1684180/_history/1?_pretty=true thanks Tharma --- ## Post #2 by @riksmithies Hi Tharma, the history part (version) is not mandatory. This is fine: http://hapi.fhir.org/baseDstu3/Patient/1684180 You do need the baseDstu3 part, because that is part of the URL of this server. Other examples could be http://exampleserverpath.org/Patient/1684180 or http://exampleserverpath.org/a/b/c/Patient/1684180 Everything before "Patient" is just the server name, which can be anything. Suggest you read this: http://hl7.org/fhir/http.html Rik --- ## Post #3 by @mayfield.g.kev As per Riks comment. I've tended to use url's like http:/xyz.com/.../STU3/Patient/{id} --- **Canonical:** https://openhealthhub.org/t/fhir-server-resource-url-care-connect-vs-standard/2051 **Original content:** https://openhealthhub.org/t/fhir-server-resource-url-care-connect-vs-standard/2051