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

Draft as of 2024-10-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "nhsd-endpoint-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h2>Content Logical Definition  </h2>\n\t\t\t<ul>\n\t\t\t\t<li>Include all codes defined in\n\t\t\t\t\t<a href=\"http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status\">\n\t\t\t\t\t\thttp://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>"
  },
  "url" : "http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status",
  "version" : "4.0.1",
  "name" : "Standard List of Endpoint Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-10-09",
  "publisher" : "Healthdirect Australia",
  "contact" : [
    {
      "name" : "Saravanan Shanmugam",
      "telecom" : [
        {
          "system" : "email",
          "value" : "saravanan.shanmugam@healthdirect.org.au",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Endpoint Status",
  "copyright" : "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive" : true,
  "valueSet" : "http://fhir.nhsd.com.au/ValueSet/valueset-nhsd-endpoint-status",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "This endpoint is expected to be active and can be used."
    },
    {
      "code" : "suspended",
      "display" : "Suspended",
      "definition" : "This endpoint is temporarily unavailable."
    },
    {
      "code" : "off",
      "display" : "Off",
      "definition" : "This endpoint is no longer to be used."
    }
  ]
}