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

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.hcpd
Resource TypeCodeSystem
IdCodeSystem-hi-services-identifier-status-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/HCPD-Snapshot-26.0.0-HL7AU-Connectathon-Aug-25-26/CodeSystem-hi-services-identifier-status-cs.html
URLhttp://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hi-services-identifier-status-cs
Version26.0.0
Statusactive
Date2026-08-14T02:36:58+00:00
NameHI_Services_Identifier_Status_CS
TitleHI Services Identifier Status Code System
Realmau
DescriptionThis code system defines concepts that identify the status of a Healthcare Services Identifier, i.e. HPII, HPIO or HSPO.
CopyrightCopyright © 2026 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/.
Contentcomplete

Resources that use this resource

ValueSet
au.gov.digitalhealth.fhir.hcpd#currenthi-services-identifier-status-vsHI Services Identifier Status Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem hi-services-identifier-status-cs

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

This case-sensitive code system http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hi-services-identifier-status-cs defines the following codes:

CodeDisplayDefinition
A ActiveThe Healthcare Services Identifier is currently active and operational.
D DeactivatedThe Healthcare Services Identifier is currently deactivated and not operational.
R RetiredThe Healthcare Services Identifier has been retired and is no longer in use.

Source1

{
  "resourceType": "CodeSystem",
  "id": "hi-services-identifier-status-cs",
  "meta": {
    "profile": [
      "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hi-services-identifier-status-cs",
  "version": "26.0.0",
  "name": "HI_Services_Identifier_Status_CS",
  "title": "HI Services Identifier Status Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-08-14T02:36:58+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": "url",
          "value": "https://www.digitalhealth.gov.au",
          "use": "work"
        },
        {
          "system": "email",
          "value": "mailto:help@digitalhealth.gov.au",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This code system defines concepts that identify the status of a Healthcare Services Identifier, i.e. HPII, HPIO or HSPO.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU",
          "display": "Australia"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2026 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/.",
  "caseSensitive": true,
  "valueSet": "http://digitalhealth.gov.au/fhir/hcpd/ValueSet/hi-services-identifier-status-vs",
  "compositional": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "A",
      "display": "Active",
      "definition": "The Healthcare Services Identifier is currently active and operational."
    },
    {
      "code": "D",
      "display": "Deactivated",
      "definition": "The Healthcare Services Identifier is currently deactivated and not operational."
    },
    {
      "code": "R",
      "display": "Retired",
      "definition": "The Healthcare Services Identifier has been retired and is no longer in use."
    }
  ]
}