File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments