Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 74032d2

Browse files
committed
dic and crr hapi servers for testing, dic-fhi-store demo bundle
1 parent 95fcca9 commit 74032d2

5 files changed

Lines changed: 181 additions & 6 deletions

File tree

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
{
2+
"resourceType": "Bundle",
3+
"type": "transaction",
4+
"entry": [{
5+
"fullUrl": "urn:uuid:180200e1-91c2-48b0-830d-b93b5231f030",
6+
"resource": {
7+
"resourceType": "Patient",
8+
"meta": {
9+
"profile": ["https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/Patient"]
10+
},
11+
"extension": [{
12+
"url": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/ethnic-group",
13+
"valueCoding": {
14+
"system": "http://snomed.info/sct",
15+
"code": "186019001",
16+
"display": "Other ethnic, mixed origin"
17+
}
18+
}, {
19+
"url": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/age",
20+
"extension": [{
21+
"url": "dateTimeOfDocumentation",
22+
"valueDateTime": "2020-10-01"
23+
}, {
24+
"url": "age",
25+
"valueAge": {
26+
"value": 67,
27+
"unit": "years",
28+
"system": "http://unitsofmeasure.org",
29+
"code": "a"
30+
}
31+
}
32+
]
33+
}
34+
],
35+
"identifier": [{
36+
"system": "http://netzwerk-universitaetsmedizin.de/fhir/NamingSystem/dic-pseudonym",
37+
"value": "source/original"
38+
}
39+
],
40+
"birthDate": "1953-09-30"
41+
},
42+
"request": {
43+
"method": "PUT",
44+
"url": "Patient?identifier=http://netzwerk-universitaetsmedizin.de/fhir/NamingSystem/dic-pseudonym|source/original"
45+
}
46+
}, {
47+
"fullUrl": "urn:uuid:612d9577-3626-4a10-9543-50ad0b3b44a0",
48+
"resource": {
49+
"resourceType": "Condition",
50+
"meta": {
51+
"profile": ["https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/chronic-lung-diseases"]
52+
},
53+
"clinicalStatus": {
54+
"coding": [{
55+
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
56+
"code": "active",
57+
"display": "Active"
58+
}
59+
]
60+
},
61+
"verificationStatus": {
62+
"coding": [{
63+
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
64+
"code": "confirmed",
65+
"display": "Confirmed"
66+
}, {
67+
"system": "http://snomed.info/sct",
68+
"code": "410605003",
69+
"display": "Confirmed present (qualifier value)"
70+
}
71+
]
72+
},
73+
"category": [{
74+
"coding": [{
75+
"system": "http://snomed.info/sct",
76+
"code": "418112009",
77+
"display": "Pulmonary medicine"
78+
}
79+
]
80+
}
81+
],
82+
"code": {
83+
"coding": [{
84+
"system": "http://snomed.info/sct",
85+
"code": "413839001",
86+
"display": "Chronic lung disease"
87+
}
88+
]
89+
},
90+
"subject": {
91+
"reference": "urn:uuid:180200e1-91c2-48b0-830d-b93b5231f030"
92+
},
93+
"recordedDate": "2020-11-10T15:50:41.000+01:00"
94+
},
95+
"request": {
96+
"method": "PUT",
97+
"url": "Condition?_profile=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/chronic-lung-diseases&recorded-date=2020-11-10T15:50:41.000+01:00"
98+
}
99+
}, {
100+
"fullUrl": "urn:uuid:c6bb56d7-c6a2-4a72-8a1a-cd1af418d1c4",
101+
"resource": {
102+
"resourceType": "Observation",
103+
"meta": {
104+
"profile": ["https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sars-cov-2-rt-pcr"]
105+
},
106+
"identifier": [{
107+
"type": {
108+
"coding": [{
109+
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
110+
"code": "OBI"
111+
}
112+
]
113+
}
114+
}
115+
],
116+
"status": "final",
117+
"category": [{
118+
"coding": [{
119+
"system": "http://loinc.org",
120+
"code": "26436-6"
121+
}, {
122+
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
123+
"code": "laboratory"
124+
}
125+
]
126+
}
127+
],
128+
"code": {
129+
"coding": [{
130+
"system": "http://loinc.org",
131+
"code": "94500-6",
132+
"display": "SARS-CoV-2 (COVID-19) RNA [Presence] in Respiratory specimen by NAA with probe detection"
133+
}
134+
],
135+
"text": "SARS-CoV-2-RNA (PCR)"
136+
},
137+
"subject": {
138+
"reference": "urn:uuid:180200e1-91c2-48b0-830d-b93b5231f030"
139+
},
140+
"effectiveDateTime": "2020-11-10T15:50:41.000+01:00",
141+
"valueCodeableConcept": {
142+
"coding": [{
143+
"system": "http://snomed.info/sct",
144+
"code": "260373001",
145+
"display": "Detected (qualifier value)"
146+
}
147+
],
148+
"text": "SARS-CoV-2-RNA positiv"
149+
}
150+
},
151+
"request": {
152+
"method": "PUT",
153+
"url": "Observation?_profile=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sars-cov-2-rt-pcr&date=2020-11-10T15:50:41.000+01:00"
154+
}
155+
}
156+
]
157+
}

codex-processes-ap1-docker-test-setup/crr/bpe/app/conf/config.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
5757
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.namespaceId=
5858
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.universalId=
5959

60-
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.0,dataSend/0.2.0,dataTranslate/0.2.0
60+
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.1,dataSend/0.2.1,dataTranslate/0.2.1
6161
#org.highmed.dsf.bpe.process.retired=
6262
#org.highmed.dsf.bpe.process_plugin_directroy=process
6363

64-
de.netzwerk_universitaetsmedizin.codex.crr.privateKey=conf/crr_private-key.pem
64+
de.netzwerk_universitaetsmedizin.codex.crr.privateKey=conf/crr_private-key.pem
65+
de.netzwerk_universitaetsmedizin.codex.fhir.serverBase=http://crr-fhir-store:8080/fhir

codex-processes-ap1-docker-test-setup/dic/bpe/app/conf/config.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
5757
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.namespaceId=
5858
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.universalId=
5959

60-
org.highmed.dsf.bpe.process.excluded=dataTranslate/0.2.0,dataReceive/0.2.0
60+
org.highmed.dsf.bpe.process.excluded=dataTranslate/0.2.1,dataReceive/0.2.1
6161
#org.highmed.dsf.bpe.process.retired=
6262
#org.highmed.dsf.bpe.process_plugin_directroy=process
6363

6464
de.netzwerk_universitaetsmedizin.codex.crr.publicKey=conf/crr_public-key.pem
65-
de.netzwerk_universitaetsmedizin.codex.geccoTransferHubIdentifierValue=Test_GTH
65+
de.netzwerk_universitaetsmedizin.codex.geccoTransferHubIdentifierValue=Test_GTH
66+
de.netzwerk_universitaetsmedizin.codex.fhir.serverBase=http://dic-fhir-store:8080/fhir

codex-processes-ap1-docker-test-setup/docker-compose.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ services:
109109
depends_on:
110110
- dic-bpe-db
111111
- dic-fhir-proxy
112+
- dic-fhir-store
112113
dic-bpe-db:
113114
image: postgres:13
114115
restart: on-failure
@@ -129,6 +130,13 @@ services:
129130
target: /var/lib/postgresql/data
130131
secrets:
131132
- dic-bpe-postgres_password
133+
dic-fhir-store:
134+
image: hapiproject/hapi:v5.2.0
135+
restart: on-failure
136+
ports:
137+
- 127.0.0.1:8003:8080
138+
networks:
139+
- dic-bpe-backend
132140

133141

134142
gth-fhir-proxy:
@@ -339,6 +347,7 @@ services:
339347
depends_on:
340348
- crr-bpe-db
341349
- crr-fhir-proxy
350+
- crr-fhir-store
342351
crr-bpe-db:
343352
image: postgres:13
344353
restart: on-failure
@@ -359,7 +368,14 @@ services:
359368
target: /var/lib/postgresql/data
360369
secrets:
361370
- crr-bpe-postgres_password
362-
371+
crr-fhir-store:
372+
image: hapiproject/hapi:v5.2.0
373+
restart: on-failure
374+
ports:
375+
- 127.0.0.1:8005:8080
376+
networks:
377+
- crr-bpe-backend
378+
363379
secrets:
364380
dic-fhir-postgres_password:
365381
file: ./dic/fhir/db/conf/postgres_password

codex-processes-ap1-docker-test-setup/gth/bpe/app/conf/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
5757
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.namespaceId=
5858
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.universalId=
5959

60-
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.0,dataSend/0.2.0,dataReceive/0.2.0
60+
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.1,dataSend/0.2.1,dataReceive/0.2.1
6161
#org.highmed.dsf.bpe.process.retired=
6262
#org.highmed.dsf.bpe.process_plugin_directroy=process
6363

0 commit comments

Comments
 (0)