Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Hip | Adds Well-being branch to act as a new hospital #329

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b4d3e20
New Hip | Adds Well-being branch to act as a new hospital
leelanakka Jul 28, 2020
5c26f95
New Hip | Leela Prasanth | Fixes tests
leelanakka Jul 28, 2020
682b6c8
New Hip | Leela Prasanth | Fixes some tests
leelanakka Jul 28, 2020
d198dbc
New Hip | Leela Prasanth | Fixes failing unit test
leelanakka Jul 28, 2020
b604c15
Setting up data for Hina and Navjot in Well Being Hospitasl (#332)
angshu Jul 28, 2020
946dd4b
New Hip | Leela Prasanth | Adds client id and client secret for new hip
leelanakka Jul 28, 2020
328e479
Merge branch 'master' into well-being-hospital
leelanakka Aug 3, 2020
0aba669
Merge branch 'master' into well-being-hospital
leelanakka Aug 3, 2020
c691c60
Merge branch 'master' into well-being-hospital
leelanakka Aug 3, 2020
4c3a10f
Merge branch 'master' into well-being-hospital
leelanakka Aug 6, 2020
d7c2aa5
### | Dheeraj/Leela | Adds number at the end of the resource to diffe…
leelanakka Aug 6, 2020
6ed3512
fixes date issues
leelanakka Aug 7, 2020
f7271ae
fixes date issues (#350)
leelanakka Aug 7, 2020
bd514e1
Merge branch 'well-being-hospital' of https://github.com/ProjectEKA/h…
leelanakka Aug 7, 2020
2453d60
fixes date issues
leelanakka Aug 7, 2020
71e991f
Fix navjot data (#351)
leelanakka Aug 7, 2020
a0721ba
Merge branch 'master' into well-being-hospital
leelanakka Aug 13, 2020
860af6e
[HIP_900] Aditi | Add HealthNumber as an identifier type for discover…
imaditiagg Aug 28, 2020
4c4c9bc
[JAS_946] | Aditi/Bipul | Add healthId in verified identifier (#383)
imaditiagg Sep 4, 2020
3b3f05b
Dubey | 000 | Fix attester for kabir singh, sadio mane and hina patel
mddubey Nov 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: master
name: well-being-hospital

on:
push:
branches:
- master
- well-being-hospital

jobs:
build:
Expand Down Expand Up @@ -31,12 +31,12 @@ jobs:
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD $DOCKER_REGISTRY_URL
- name: Build docker image
env:
CONTAINER_REPO_NAME: health-information-provider
CONTAINER_REPO_NAME: well-being-hospital-health-information-provider
DOCKER_USERNAME: ${{ secrets.SE_DOCKER_USERNAME }}
run: docker build -t $DOCKER_USERNAME/$CONTAINER_REPO_NAME:$RELEASE_VERSION .
- name: Push Docker Container to Registry
env:
CONTAINER_REPO_NAME: health-information-provider
CONTAINER_REPO_NAME: well-being-hospital-health-information-provider
DOCKER_USERNAME: ${{ secrets.SE_DOCKER_USERNAME }}
run: docker push $DOCKER_USERNAME/$CONTAINER_REPO_NAME:$RELEASE_VERSION
sonarCodeAnalysis:
Expand All @@ -48,4 +48,4 @@ jobs:
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
193 changes: 121 additions & 72 deletions src/In.ProjectEKA.DefaultHip/In.ProjectEKA.DefaultHip.csproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"issued": "2019-08-01T00:00:00.000+05:30",
"performer": [
{
"reference": "Organization/MaxSaket01"
"reference": "Organization/WellBeing"
}
],
"resultsInterpreter": [
Expand All @@ -160,10 +160,10 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "MaxSaket01",
"id": "WellBeing01",
"name": "Max Super Speciality Hospital, Saket",
"alias": [
"Max"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"title": "OP Consultation Document",
"custodian": {
"reference": "Organization/MaxSaket01"
"reference": "Organization/WellBeing"
},
"section": [
{
Expand Down Expand Up @@ -244,10 +244,10 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "MaxSaket01",
"id": "WellBeing01",
"name": "Max Super Speciality Hospital, Saket",
"alias": [
"Max"
Expand Down Expand Up @@ -695,7 +695,7 @@
"issued": "2018-08-01T00:00:00.000+05:30",
"performer": [
{
"reference": "Organization/MaxSaket01"
"reference": "Organization/WellBeing"
}
],
"resultsInterpreter": [
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"title": "Consultation Report",
"custodian": {
"reference": "Organization/MaxSaket01",
"reference": "Organization/WellBeing",
"display": "Max Super Speciality Hospital, Saket"
},
"section": [
Expand Down Expand Up @@ -238,18 +238,18 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "MaxSaket01",
"id": "WellBeing01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Max Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">WellBeing Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
},
"identifier": [
{
Expand All @@ -266,7 +266,7 @@
"value": "4567823"
}
],
"name": "Max Healthcare, Saket",
"name": "WellBeing, Saket",
"telecom": [
{
"system": "phone",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
],
"title": "Consultation Report",
"custodian": {
"reference": "Organization/MaxSaket01",
"reference": "Organization/WellBeing",
"display": "Max Super Speciality Hospital, Saket"
},
"section": [
Expand Down Expand Up @@ -220,13 +220,13 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "MaxSaket01",
"id": "WellBeing01",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Max Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">WellBeing Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
},
"identifier": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource" : {
"resourceType":"Organization",
"id":"MaxSaket01",
"id":"WellBeing01",
"name":"Max Super Speciality Hospital, Saket",
"alias":[
"Max"
Expand Down Expand Up @@ -589,7 +589,7 @@
},
"performer" : [
{
"reference":"Organization/MaxSaket01"
"reference":"Organization/WellBeing"
}
],
"resultsInterpreter" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource" : {
"resourceType":"Organization",
"id":"MaxSaket01",
"id":"WellBeing01",
"name":"Max Super Speciality Hospital, Saket",
"alias":[
"Max"
Expand Down Expand Up @@ -715,7 +715,7 @@
},
"performer" : [
{
"reference":"Organization/MaxSaket01"
"reference":"Organization/WellBeing"
}
],
"resultsInterpreter" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
],
"title": "Consultation Report",
"custodian": {
"reference": "Organization/MaxSaket01",
"reference": "Organization/WellBeing",
"display": "Max Super Speciality Hospital, Saket"
},
"section": [
Expand Down Expand Up @@ -220,13 +220,13 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "MaxSaket01",
"id": "WellBeing01",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Max Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">WellBeing Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
},
"identifier": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"title": "Consultation Report",
"custodian": {
"reference": "Organization/MaxSaket01",
"reference": "Organization/WellBeing",
"display": "Max Super Speciality Hospital, Saket"
},
"section": [
Expand Down Expand Up @@ -238,18 +238,18 @@
}
},
{
"fullUrl": "Organization/MaxSaket01",
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "MaxSaket01",
"id": "WellBeing01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Max Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">WellBeing Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
},
"identifier": [
{
Expand All @@ -266,7 +266,7 @@
"value": "4567823"
}
],
"name": "Max Healthcare, Saket",
"name": "WellBeing, Saket",
"telecom": [
{
"system": "phone",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,64 @@
}
]
}
],
"attester": [
{
"mode": "official",
"time": "2019-01-04T09:10:14Z",
"party": {
"reference": "Organization/WellBeing",
"display": "WellBeing, Saket"
}
}
]
}
},
{
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "WellBeing",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Well Being Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "+911234512345"
}
]
},
"system": "https://ndhm.in/facility",
"value": "4567823"
},
{
"system": "https://facilitysbx.ndhm.gov.in",
"value": "10019843"
}
],
"name": "WellBeing, Saket",
"telecom": [
{
"system": "phone",
"value": "+91 273 2139 3632",
"use": "work"
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
}
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,64 @@
}
]
}
],
"attester": [
{
"mode": "official",
"time": "2019-01-04T09:10:14Z",
"party": {
"reference": "Organization/WellBeing",
"display": "WellBeing, Saket"
}
}
]
}
},
{
"fullUrl": "Organization/WellBeing",
"resource": {
"resourceType": "Organization",
"id": "WellBeing",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Well Being Hospital. ph: +91 273 2139 3632, email:<a href=\"mailto:[email protected]\">[email protected]</a></div>"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "+911234512345"
}
]
},
"system": "https://ndhm.in/facility",
"value": "4567823"
},
{
"system": "https://facilitysbx.ndhm.gov.in",
"value": "10019843"
}
],
"name": "WellBeing, Saket",
"telecom": [
{
"system": "phone",
"value": "+91 273 2139 3632",
"use": "work"
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
}
]
}
},
Expand Down
Loading