Sha256: 7efc1be4167378d5374d2afdc8a76546fd1d8dd7145d6bb1e5d72cdb9983e8fc

Contents?: true

Size: 1.25 KB

Versions: 10

Compression:

Stored size: 1.25 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Endpoint xmlns="http://hl7.org/fhir">
	<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>
		<system value="http://hl7.org/fhir/endpoint-connection-type"/>
		<code value="hl7-fhir-rest"/>
	</connectionType>
	<name value="Health Intersections CarePlan Hub"/>
	<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>
	<payloadType>
		<coding>
        <system value="http://hl7.org/fhir/resource-types"/>
			<code value="CarePlan"/>
		</coding>
	</payloadType>
	<payloadMimeType value="application/fhir+xml"/>

	<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>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/xml/endpoint-example.xml
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/xml/endpoint-example.xml
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/xml/endpoint-example.xml
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/xml/endpoint-example.xml
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/xml/endpoint-example.xml
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/xml/endpoint-example.xml
fhir_models-3.0.4 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-3.0.3 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-3.0.2 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-3.0.1 lib/fhir_models/examples/xml/endpoint-example.xml