Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.3.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HealthConnect/ and changes regularly. See the Directory of published versions

: New Patient Availability CodeSystem - JSON Representation

Page standards status: Draft

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "new-patient-availability-cs",
  "meta" : {
    "profile" : [
      "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem new-patient-availability-cs</b></p><a name=\"new-patient-availability-cs\"> </a><a name=\"hcnew-patient-availability-cs\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4</code></p></div><p>This case-insensitive code system <code>http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/new-patient-availability-cs</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\">accepting<a name=\"new-patient-availability-cs-accepting\"> </a></td><td>Accepting new patients</td><td>Accepting new patients</td></tr><tr><td style=\"white-space:nowrap\">notAccepting<a name=\"new-patient-availability-cs-notAccepting\"> </a></td><td>Not accepting new patients</td><td>Not accepting new patients</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://digitalhealth.gov.au/fhir/hcpd/ImplementationGuide/au.gov.digitalhealth.r4.hcpd"
          }
        ]
      }
    }
  ],
  "url" : "http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/new-patient-availability-cs",
  "version" : "0.3.0-preview",
  "name" : "NewPatientAvailabilityCs",
  "title" : "New Patient Availability CodeSystem",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-02T08:35:23+00:00",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.digitalhealth.gov.au/"
        },
        {
          "system" : "email",
          "value" : "help@digitalhealth.gov.au"
        }
      ]
    },
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Identifies whether the healthcare service is accepting new patients. Patterned after PCA New Patient Availability code system.\n\nContext of Use: HealthcareService",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "jurisdiction"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:iso:std:iso:3166",
            "code" : "AU",
            "display" : "Australia"
          }
        ]
      }
    }
  ],
  "copyright" : "Copyright © 2025 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "accepting",
      "display" : "Accepting new patients",
      "definition" : "Accepting new patients"
    },
    {
      "code" : "notAccepting",
      "display" : "Not accepting new patients",
      "definition" : "Not accepting new patients"
    }
  ]
}