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 operational status of Services - JSON Representation

Draft as of 2017-11-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "au-currentOperationalStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem au-currentOperationalStatus</b></p><a name=\"au-currentOperationalStatus\"> </a><a name=\"hcau-currentOperationalStatus\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/au-currentOperationalStatus</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\">OPEN<a name=\"au-currentOperationalStatus-OPEN\"> </a></td><td>OPEN</td><td>Service is OPEN</td></tr><tr><td style=\"white-space:nowrap\">CLOSED<a name=\"au-currentOperationalStatus-CLOSED\"> </a></td><td>CLOSED</td><td>Service is CLOSED</td></tr><tr><td style=\"white-space:nowrap\">UNKNOWN<a name=\"au-currentOperationalStatus-UNKNOWN\"> </a></td><td>UNKNOW</td><td>Service operational status is UNKNOWN</td></tr></table></div>"
  },
  "url" : "http://fhir.nhsd.com.au/CodeSystem/au-currentOperationalStatus",
  "version" : "4.0.1",
  "name" : "StandardListOfOperationalStatusOfServices",
  "title" : "Standard List of operational status of Services",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-11-01",
  "publisher" : "Healthdirect Australia",
  "contact" : [
    {
      "name" : "build.fhir.nhsd.com.au"
    }
  ],
  "description" : "Current operational status of a service in Australia",
  "copyright" : "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive" : true,
  "valueSet" : "http://fhir.nhsd.com.au/ValueSet/valueset-au-currentOperationalStatus",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "OPEN",
      "display" : "OPEN",
      "definition" : "Service is OPEN"
    },
    {
      "code" : "CLOSED",
      "display" : "CLOSED",
      "definition" : "Service is CLOSED"
    },
    {
      "code" : "UNKNOWN",
      "display" : "UNKNOW",
      "definition" : "Service operational status is UNKNOWN"
    }
  ]
}