NHSD Implementation Guide - Outbound
4.0.1 - active

NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Standard List of Endpoint Status - XML Representation

Draft as of 2024-10-09

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="nhsd-endpoint-status"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<h2>Content Logical Definition  </h2>
			<ul>
				<li>Include all codes defined in
					<a href="http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status">
						http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status</a>
				</li>
			</ul>
		</div>
  </text>
  <url value="http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status"/>
  <version value="4.0.1"/>
  <name value="Standard List of Endpoint Status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-10-09"/>
  <publisher value="Healthdirect Australia"/>
  <contact>
    <name value="Saravanan Shanmugam"/>
    <telecom>
      <system value="email"/>
      <value value="saravanan.shanmugam@healthdirect.org.au"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Endpoint Status"/>
  <copyright
             value="National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved."/>
  <caseSensitive value="true"/>
  <valueSet
            value="http://fhir.nhsd.com.au/ValueSet/valueset-nhsd-endpoint-status"/>
  <compositional value="false"/>
  <versionNeeded value="true"/>
  <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="off"/>
    <display value="Off"/>
    <definition value="This endpoint is no longer to be used."/>
  </concept>
</CodeSystem>