Skip to content

Commit 4431fbb

Browse files
committed
Added Example
BARS-EndPoint-Environmenttype-Example
1 parent 0feea20 commit 4431fbb

3 files changed

Lines changed: 37 additions & 4 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Endpoint xmlns="http://hl7.org/fhir">
3+
<id value="BARS-EndPoint-Environmenttype-Example"/>
4+
5+
<status value="active"/>
6+
7+
<connectionType>
8+
<system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
9+
<code value="hl7-fhir-rest"/>
10+
</connectionType>
11+
12+
<name value="Example FHIR Endpoint"/>
13+
14+
<payloadType>
15+
<coding>
16+
<system value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
17+
<code value="any"/>
18+
</coding>
19+
</payloadType>
20+
21+
<address value="https://api.example.org/fhir"/>
22+
23+
<!-- ✅ R5 extension used in R4 -->
24+
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Endpoint.environmentType">
25+
<valueCodeableConcept>
26+
<coding>
27+
<system value="http://hl7.org/fhir/endpoint-environment"/>
28+
<code value="prod"/>
29+
<display value="Production"/>
30+
</coding>
31+
</valueCodeableConcept>
32+
</extension>
33+
34+
</Endpoint>

fhirpkg.lock.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"updated": "2026-04-28T01:29:31.2292049+01:00",
2+
"updated": "2026-04-28T01:41:20.9831831+01:00",
33
"dependencies": {
44
"hl7.fhir.r4.core": "4.0.1",
55
"uk.nhsdigital.r4.test": "2.18.13-prerelease",
6-
"fhir.r4.ukcore.stu3.currentbuild": "0.0.3-pre-release",
7-
"fhir.r4.ukcore.stu3.currentbuild ": "0.28.0-pre-release",
6+
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release",
87
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
98
"hl7.terminology.r4": "7.1.0",
109
"hl7.fhir.uv.extensions.r4": "5.2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"hl7.fhir.r4.core": "4.0.1",
88
"uk.nhsdigital.r4.test": "2.18.13-prerelease",
9-
"fhir.r4.ukcore.stu3.currentbuild ":"0.28.0-pre-release",
9+
"fhir.r4.ukcore.stu3.currentbuild":"0.28.0-pre-release",
1010
"hl7.fhir.uv.xver-r5.r4": "0.1.0"
1111
},
1212
"fhirVersions": [

0 commit comments

Comments
 (0)