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
| Draft as of 2024-10-09 |
{
"resourceType" : "CodeSystem",
"id" : "nhsd-endpoint-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nhsd-endpoint-status</b></p><a name=\"nhsd-endpoint-status\"> </a><a name=\"hcnhsd-endpoint-status\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/nhsd-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=\"nhsd-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=\"nhsd-endpoint-status-suspended\"> </a></td><td>Suspended</td><td>This endpoint is temporarily unavailable.</td></tr><tr><td style=\"white-space:nowrap\">off<a name=\"nhsd-endpoint-status-off\"> </a></td><td>Off</td><td>This endpoint is no longer to be used.</td></tr></table></div>"
},
"url" : "http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status",
"version" : "4.0.1",
"name" : "StandardListOfEndpointStatus",
"title" : "Standard List of Endpoint Status",
"status" : "draft",
"experimental" : false,
"date" : "2024-10-09",
"publisher" : "Healthdirect Australia",
"contact" : [
{
"name" : "build.fhir.nhsd.com.au"
}
],
"description" : "Endpoint Status",
"copyright" : "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved.",
"caseSensitive" : true,
"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."
}
]
}