type: exampleresource: Endpointexample: endpoint-example
Endpoint Example: endpoint-example
Narrative
Health Intersections CarePlan Hub
CarePlans can be uploaded to/from this loccation
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<Endpoint xmlns="http://hl7.org/fhir"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/endpoint.xsd">
<id value="example"/>
<text>
<status value="generated" />
<div xmlns="http://www.w3.org/1999/xhtml">
Health Intersections CarePlan Hub<br/>
CarePlans can be uploaded to/from this loccation
</div>
</text>
<identifier>
<system value="http://example.org/enpoint-identifier"/>
<value value="epcp12"/>
</identifier>
<status value="active" />
<connectionType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" />
<code value="hl7-fhir-rest" />
</coding>
</connectionType>
<name value="Health Intersections CarePlan Hub" />
<description value="The CarePlan hub provides a test/dev environment for testing submissions"/>
<environmentType>
<coding>
<system value="http://hl7.org/fhir/endpoint-environment"/>
<code value="test"/>
</coding>
</environmentType>
<environmentType>
<coding>
<system value="http://hl7.org/fhir/endpoint-environment"/>
<code value="dev"/>
</coding>
</environmentType>
<managingOrganization>
<reference value="Organization/hl7" />
</managingOrganization>
<contact>
<system value="email"/>
<value value="endpointmanager@example.org"/>
<use value="work"/>
</contact>
<period>
<start value="2014-09-01"/>
</period>
<payload>
<type>
<coding>
<system value="http://hl7.org/fhir/fhir-types" />
<code value="CarePlan" />
</coding>
</type>
<mimeType value="application/fhir+xml"/>
</payload>
<address value="http://fhir3.healthintersections.com.au/open/CarePlan"/>
<!-- Not a valid bearer token, but is here for demonstration purposes -->
<header value="bearer-code BASGS534s4"/>
</Endpoint>