Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
<Endpoint xmlns="http://hl7.org/fhir">
<id value="example-healthcare-endpoint"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-11-29T02:03:28.045+00:00"/>
<profile
value="http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-endpoint"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Healthcare Endpoint Sender and Receiver</p>
</div>
</text>
<identifier>
<system value="http://example.healthcare.org/enpoint-identifier"/>
<value value="healthcare-endpoint-id"/>
</identifier>
<status value="active"/>
<connectionType>
<system
value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
<code value="hl7-fhir-rest"/>
</connectionType>
<name value="HealthCareSenderAndReceiver"/>
<managingOrganization>🔗
<reference value="Organization/example-healthcare-org"/>
</managingOrganization>
<contact>
<system value="email"/>
<value value="endpointmanager@example.healthcare.org"/>
<use value="work"/>
</contact>
<period>
<start value="2020-11-20"/>
</period>
<payloadType>
<coding>
<system value="http://hl7.org/fhir/resource-types"/>
<code value="Bundle"/>
</coding>
</payloadType>
<payloadMimeType value="application/fhir+xml"/>
<payloadMimeType value="application/fhir+json"/>
<address value="http://example.healthcare.org/fhir"/>
</Endpoint>