Skip to content

Commit a563b54

Browse files
committed
Update BARS-EndPoint-Environmenttype-Example
Added Identifiers
1 parent 0beac67 commit a563b54

2 files changed

Lines changed: 38 additions & 83 deletions

File tree

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,56 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Endpoint xmlns="http://hl7.org/fhir">
3-
<id value="BARS-EndPoint-Environmenttype-Example"/>
3+
<id value="BARS-EndPoint-Environmenttype-Example" />
44
<meta>
5-
<profile value="http://hl7.org/fhir/StructureDefinition/Endpoint" />
5+
<profile value="https://fhir.nhs.uk/StructureDefinition/SDS-Endpoint" />
66
</meta>
7-
<status value="active"/>
7+
<status value="active" />
88
<connectionType>
9-
<system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
10-
<code value="hl7-fhir-rest"/>
9+
<system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" />
10+
<code value="hl7-fhir-rest" />
1111
</connectionType>
12-
<name value="Example FHIR Endpoint"/>
12+
<name value="Example FHIR Endpoint" />
13+
<!-- REQUIRED SDS IDENTIFIERS -->
14+
<identifier>
15+
<system value="https://fhir.nhs.uk/Id/nhsEndpointServiceId" />
16+
<value value="service-id-123" />
17+
</identifier>
18+
<identifier>
19+
<system value="https://fhir.nhs.uk/Id/nhsMhsFQDN" />
20+
<value value="example.nhs.uk" />
21+
</identifier>
22+
<identifier>
23+
<system value="https://fhir.nhs.uk/Id/nhsMhsPartyKey" />
24+
<value value="party-key-123" />
25+
</identifier>
26+
<identifier>
27+
<system value="https://fhir.nhs.uk/Id/nhsMhsCPAId" />
28+
<value value="cpa-id-123" />
29+
</identifier>
30+
<identifier>
31+
<system value="https://fhir.nhs.uk/Id/nhsSpineASID" />
32+
<value value="200000000000" />
33+
</identifier>
34+
<!-- REQUIRED managingOrganization -->
35+
<managingOrganization>
36+
<reference value="Organization/example-org" />
37+
</managingOrganization>
1338
<payloadType>
1439
<coding>
15-
<system value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type"/>
16-
<code value="any"/>
40+
<system value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type" />
41+
<code value="any" />
42+
<display value="Any" />
1743
</coding>
1844
</payloadType>
19-
<address value="https://api.example.org/fhir"/>
45+
<address value="https://api.example.org/fhir" />
2046
<!-- R5 extension used in R4 -->
2147
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Endpoint.environmentType">
2248
<valueCodeableConcept>
2349
<coding>
24-
<system value="http://hl7.org/fhir/endpoint-environment"/>
25-
<code value="prod"/>
26-
<display value="Production"/>
50+
<system value="http://hl7.org/fhir/endpoint-environment" />
51+
<code value="prod" />
52+
<display value="Production" />
2753
</coding>
2854
</valueCodeableConcept>
2955
</extension>
30-
3156
</Endpoint>

Endpoint/BARS-EndPoint-EnvironmenttypewithIdentifiers-Example.xml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)