Sha256: 6fcf50db01e0cca8606a63a670a11efc4e658ae0cc4fac7b43b7f9ca7985a45a

Contents?: true

Size: 1.78 KB

Versions: 7

Compression:

Stored size: 1.78 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">
			HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current<br/>
			was on leave from 22 Sept - 24 Sept while in respite care
		</div>
	</text>
	<identifier>
		<system value="http://example.org/enpoint-identifier"/>
		<value value="epcp12"/>
	</identifier>
	<status value="active"/>
	<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>
	<connectionType>
		<system value="http://hl7.org/fhir/ValueSet/subscription-channel-type"/>
		<code value="rest-hook"/>
	</connectionType>
	<method>
		<system value="http://hl7.org/fhir/ValueSet/http-verb"/>
		<code value="PUT"/>
	</method>
	<period>
		<start value="2014-09-01"/>
	</period>
	<address value="http://fhir3.healthintersections.com.au/open/CarePlan"/>
	<payloadFormat value="application/fhir+xml"/>
	<payloadType>
		<coding>
        <system value="http://hl7.org/fhir/resource-types"/>
			<code value="CarePlan"/>
		</coding>
	</payloadType>
	<!--  Not a valid bearer token, but is here for demonstration purposes  -->
	<header value="bearer-code BASGS534s4"/>

	<!--  Example public key extracted from http://phpseclib.sourceforge.net/rsa/examples.html  -->
	<publicKey value="-----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqGKukO1De7zhZj6+H0qtjTkVxwTCpvKe4eCZ0 FPqri0cb2JZfXJ/DgYSF6vUpwmJG8wVQZKjeGcjDOL5UlsuusFncCzWBQ7RKNUSesmQRMSGkVb1/ 3j+skZ6UtW+5u09lHNsj6tQ51s1SPrCBkedbNf0Tp0GbMJDyR4e9T04ZZwIDAQAB -----END PUBLIC KEY-----"/>
</Endpoint>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/endpoint-example.xml
fhir_models-1.6.3 examples/xml/endpoint-example.xml
fhir_models-1.6.2 examples/xml/endpoint-example.xml
fhir_models-1.6.1 examples/xml/endpoint-example.xml