Skip to content

Commit

Permalink
setting resources profile urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaban committed Nov 19, 2021
1 parent ce23275 commit 4134d59
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion gofr-backend/config/default.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,21 @@
"processor": {},
"questionnaire": {}
},
"profileBaseUrl": "http://gofr.org/fhir",
"profiles": {
"baseURL": "http://gofr.org/fhir",
"facility": [
"http://ihe.net/fhir/StructureDefinition/IHE.mCSD.FacilityLocation"
],
"jurisdiction": [
"http://ihe.net/fhir/StructureDefinition/IHE.mCSD.JurisdictionLocation"
],
"organization": [
"http://ihe.net/fhir/StructureDefinition/IHE.mCSD.JurisdictionsOrganization"
],
"healthcareService": [
"http://ihe.net/fhir/StructureDefinition/IHE.mCSD.HealthcareService"
]
},
"mCSD": {
"url": "http://localhost:8081/hapi54/fhir",
"server": {
Expand Down

0 comments on commit 4134d59

Please sign in to comment.