<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="endpoint-status"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem endpoint-status</b></p><a name="endpoint-status"> </a><a name="hcendpoint-status"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/endpoint-status</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">active<a name="endpoint-status-active"> </a></td><td>Active</td><td>This endpoint is expected to be active and can be used.</td></tr><tr><td style="white-space:nowrap">suspended<a name="endpoint-status-suspended"> </a></td><td>Suspended</td><td>This endpoint is temporarily unavailable.</td></tr><tr><td style="white-space:nowrap">error<a name="endpoint-status-error"> </a></td><td>Error</td><td>This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken.</td></tr><tr><td style="white-space:nowrap">off<a name="endpoint-status-off"> </a></td><td>Off</td><td>This endpoint is no longer to be used.</td></tr><tr><td style="white-space:nowrap">entered-in-error<a name="endpoint-status-entered-in-error"> </a></td><td>Entered in error</td><td>This instance should not have been part of this patient's medical record.</td></tr><tr><td style="white-space:nowrap">test<a name="endpoint-status-test"> </a></td><td>Test</td><td>This endpoint is not intended for production usage.</td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4.r4b"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <url value="http://hl7.org/fhir/endpoint-status"/>
  <version value="4.0.1"/>
  <name value="EndpointStatus"/>
  <title value="EndpointStatus"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-11-01T08:29:23+10:00"/>
  <publisher value="Patient Administration"/>
  <contact>
    <name value="Patient Administration"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description value="The status of the endpoint."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/endpoint-status|4.3.0"/>
  <content value="complete"/>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="This endpoint is expected to be active and can be used."/>
  </concept>
  <concept>
    <code value="suspended"/>
    <display value="Suspended"/>
    <definition value="This endpoint is temporarily unavailable."/>
  </concept>
  <concept>
    <code value="error"/>
    <display value="Error"/>
    <definition value="This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken."/>
  </concept>
  <concept>
    <code value="off"/>
    <display value="Off"/>
    <definition value="This endpoint is no longer to be used."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in error"/>
    <definition value="This instance should not have been part of this patient's medical record."/>
  </concept>
  <concept>
    <code value="test"/>
    <display value="Test"/>
    <definition value="This endpoint is not intended for production usage."/>
  </concept>
</CodeSystem>