FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.r4.hcpd
Resource TypeCodeSystem
IdCodeSystem-new-patient-availability-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/HealthConnect/CodeSystem-new-patient-availability-cs.html
URLhttp://digitalhealth.gov.au/fhir/hcpd/CodeSystem/new-patient-availability-cs
Version0.3.0-preview
Statusdraft
Date2026-03-02T08:35:23+00:00
NameNewPatientAvailabilityCs
TitleNew Patient Availability CodeSystem
Realmau
DescriptionIdentifies whether the healthcare service is accepting new patients. Patterned after PCA New Patient Availability code system. Context of Use: HealthcareService
CopyrightCopyright © 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/)
Contentcomplete

Resources that use this resource

ValueSet
au.gov.digitalhealth.r4.hcpd#currentnew-patient-availability-vsNew Patient Availability ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem new-patient-availability-cs

Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4

This case-insensitive code system http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/new-patient-availability-cs defines the following codes:

CodeDisplayDefinition
accepting Accepting new patientsAccepting new patients
notAccepting Not accepting new patientsNot accepting new patients

Source1

{
  "resourceType": "CodeSystem",
  "id": "new-patient-availability-cs",
  "meta": {
    "profile": [
      "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}