Skip to content

Commit 37c56d6

Browse files
committed
Merge branch 'main' of github.com:nuts-foundation/nl-anw-ig
2 parents 1c0c198 + 7d0717f commit 37c56d6

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

input/fsh/ANWBronhouderCapabilityStatement-v1.fsh

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Instance: ANWBronhouderCapabilityStatement-v1
22
InstanceOf: CapabilityStatement
33
Usage: #definition
4-
Title: "ANW Bronhouder Capability Statement v1.0"
4+
Title: "ANW Bronhouder Capability Statement v1.0.0"
55
Description: "Capability statement describing the basic requirements for ANW FHIR servers (version 1.0.0, ANW-bronhouder)"
66
* url = "http://nuts-foundation.github.io/nl-generic-anw-ig/CapabilityStatement/ANW-Bronhouder"
77
* version = "1.0.0"
@@ -45,22 +45,8 @@ Description: "Capability statement describing the basic requirements for ANW FHI
4545
* rest.resource[1].searchParam[3].type = #number
4646

4747
// Observation: BloodPressure
48-
* rest.resource[1].type = #Observation
49-
* rest.resource[1].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure"
50-
* rest.resource[1].interaction[0].code = #search-type
51-
* rest.resource[1].interaction[1].code = #create
52-
* rest.resource[1].searchParam[0].name = "patient"
53-
* rest.resource[1].searchParam[0].type = #reference
54-
* rest.resource[1].searchParam[1].name = "_profile"
55-
* rest.resource[1].searchParam[1].type = #string
56-
* rest.resource[1].searchParam[2].name = "_sort"
57-
* rest.resource[1].searchParam[2].type = #string
58-
* rest.resource[1].searchParam[3].name = "_count"
59-
* rest.resource[1].searchParam[3].type = #number
60-
61-
// Observation: BodyTemperature
6248
* rest.resource[2].type = #Observation
63-
* rest.resource[2].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature"
49+
* rest.resource[2].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure"
6450
* rest.resource[2].interaction[0].code = #search-type
6551
* rest.resource[2].interaction[1].code = #create
6652
* rest.resource[2].searchParam[0].name = "patient"
@@ -72,9 +58,9 @@ Description: "Capability statement describing the basic requirements for ANW FHI
7258
* rest.resource[2].searchParam[3].name = "_count"
7359
* rest.resource[2].searchParam[3].type = #number
7460

75-
// Observation: BodyHeight
61+
// Observation: BodyTemperature
7662
* rest.resource[3].type = #Observation
77-
* rest.resource[3].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight"
63+
* rest.resource[3].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature"
7864
* rest.resource[3].interaction[0].code = #search-type
7965
* rest.resource[3].interaction[1].code = #create
8066
* rest.resource[3].searchParam[0].name = "patient"
@@ -86,10 +72,11 @@ Description: "Capability statement describing the basic requirements for ANW FHI
8672
* rest.resource[3].searchParam[3].name = "_count"
8773
* rest.resource[3].searchParam[3].type = #number
8874

89-
// Observation: BodyWeight
75+
// Observation: BodyHeight
9076
* rest.resource[4].type = #Observation
91-
* rest.resource[4].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight"
77+
* rest.resource[4].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight"
9278
* rest.resource[4].interaction[0].code = #search-type
79+
* rest.resource[4].interaction[1].code = #create
9380
* rest.resource[4].searchParam[0].name = "patient"
9481
* rest.resource[4].searchParam[0].type = #reference
9582
* rest.resource[4].searchParam[1].name = "_profile"
@@ -99,9 +86,9 @@ Description: "Capability statement describing the basic requirements for ANW FHI
9986
* rest.resource[4].searchParam[3].name = "_count"
10087
* rest.resource[4].searchParam[3].type = #number
10188

102-
// Observation: Respiration
89+
// Observation: BodyWeight
10390
* rest.resource[5].type = #Observation
104-
* rest.resource[5].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-Respiration"
91+
* rest.resource[5].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight"
10592
* rest.resource[5].interaction[0].code = #search-type
10693
* rest.resource[5].searchParam[0].name = "patient"
10794
* rest.resource[5].searchParam[0].type = #reference
@@ -112,11 +99,10 @@ Description: "Capability statement describing the basic requirements for ANW FHI
11299
* rest.resource[5].searchParam[3].name = "_count"
113100
* rest.resource[5].searchParam[3].type = #number
114101

115-
// Observation: NursingReport
102+
// Observation: Respiration
116103
* rest.resource[6].type = #Observation
117-
* rest.resource[6].profile = "https://nuts.nl/fhir/StructureDefinition/nl-core-nursingreport"
104+
* rest.resource[6].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-Respiration"
118105
* rest.resource[6].interaction[0].code = #search-type
119-
* rest.resource[6].interaction[1].code = #create
120106
* rest.resource[6].searchParam[0].name = "patient"
121107
* rest.resource[6].searchParam[0].type = #reference
122108
* rest.resource[6].searchParam[1].name = "_profile"
@@ -126,10 +112,11 @@ Description: "Capability statement describing the basic requirements for ANW FHI
126112
* rest.resource[6].searchParam[3].name = "_count"
127113
* rest.resource[6].searchParam[3].type = #number
128114

129-
// Observation: LivingSituation
115+
// Observation: NursingReport
130116
* rest.resource[7].type = #Observation
131-
* rest.resource[7].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation"
117+
* rest.resource[7].profile = "https://nuts.nl/fhir/StructureDefinition/nl-core-nursingreport"
132118
* rest.resource[7].interaction[0].code = #search-type
119+
* rest.resource[7].interaction[1].code = #create
133120
* rest.resource[7].searchParam[0].name = "patient"
134121
* rest.resource[7].searchParam[0].type = #reference
135122
* rest.resource[7].searchParam[1].name = "_profile"
@@ -139,33 +126,46 @@ Description: "Capability statement describing the basic requirements for ANW FHI
139126
* rest.resource[7].searchParam[3].name = "_count"
140127
* rest.resource[7].searchParam[3].type = #number
141128

142-
// Flag resource
143-
* rest.resource[8].type = #Flag
144-
* rest.resource[8].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-Alert"
129+
// Observation: LivingSituation
130+
* rest.resource[8].type = #Observation
131+
* rest.resource[8].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation"
145132
* rest.resource[8].interaction[0].code = #search-type
146133
* rest.resource[8].searchParam[0].name = "patient"
147134
* rest.resource[8].searchParam[0].type = #reference
148135
* rest.resource[8].searchParam[1].name = "_profile"
149136
* rest.resource[8].searchParam[1].type = #string
137+
* rest.resource[8].searchParam[2].name = "_sort"
138+
* rest.resource[8].searchParam[2].type = #string
139+
* rest.resource[8].searchParam[3].name = "_count"
140+
* rest.resource[8].searchParam[3].type = #number
150141

151-
// Consent resource
152-
* rest.resource[9].type = #Consent
153-
* rest.resource[9].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective"
142+
// Flag resource
143+
* rest.resource[9].type = #Flag
144+
* rest.resource[9].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-Alert"
154145
* rest.resource[9].interaction[0].code = #search-type
155146
* rest.resource[9].searchParam[0].name = "patient"
156147
* rest.resource[9].searchParam[0].type = #reference
157148
* rest.resource[9].searchParam[1].name = "_profile"
158149
* rest.resource[9].searchParam[1].type = #string
159150

160-
// AllergyIntolerance resource
161-
* rest.resource[10].type = #AllergyIntolerance
162-
* rest.resource[10].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
151+
// Consent resource
152+
* rest.resource[10].type = #Consent
153+
* rest.resource[10].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective"
163154
* rest.resource[10].interaction[0].code = #search-type
164155
* rest.resource[10].searchParam[0].name = "patient"
165156
* rest.resource[10].searchParam[0].type = #reference
166157
* rest.resource[10].searchParam[1].name = "_profile"
167158
* rest.resource[10].searchParam[1].type = #string
168159

160+
// AllergyIntolerance resource
161+
* rest.resource[11].type = #AllergyIntolerance
162+
* rest.resource[11].profile = "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
163+
* rest.resource[11].interaction[0].code = #search-type
164+
* rest.resource[11].searchParam[0].name = "patient"
165+
* rest.resource[11].searchParam[0].type = #reference
166+
* rest.resource[11].searchParam[1].name = "_profile"
167+
* rest.resource[11].searchParam[1].type = #string
168+
169169
// Operations
170170
* rest.operation[0].name = "bronhouder-notification-endpoint"
171171
* rest.operation[0].definition = "https://github.com/nuts-foundation/bolts/blob/master/anw/TD-ANWv2024.1.md#anw-bronhouder"

input/fsh/ANWRegisseurCapabilityStatement-v1.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Instance: ANWRegisseurCapabilityStatement-v1
22
InstanceOf: CapabilityStatement
33
Usage: #definition
4-
Title: "ANW Regisseur Capability Statement v1.0"
4+
Title: "ANW Regisseur Capability Statement v1.0.0"
55
Description: "Capability statement describing the basic requirements for ANW FHIR servers (version 1.0.0, ANW-Regisseur)"
66
* url = "http://nuts-foundation.github.io/nl-generic-anw-ig/CapabilityStatement/ANW-Regisseur"
77
* version = "1.0.0"

0 commit comments

Comments
 (0)