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

FHIR IG analytics

Packageau.gov.digitalhealth.hcpd
Resource TypeCodeSystem
IdCodeSystem-hi-org-classification-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/CodeSystem-hi-org-classification-cs.html
URLhttp://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hi-org-classification-cs
Version26.0.0
Statusactive
Date2026-04-29
NameHI_Org_Classification_CS
TitleHI Service Organisation Classification CodeSystem
Realmau
DescriptionInternal code system that describes whether an organisation is a 'seed' or 'network' type in the HI Service.
PurposeThis CodeSystem supports the classification of organisations within provider directory systems, enabling the distinction between 'seed' organisations (primary entities in the HI Service) and 'network' organisations (subsidiary or related entities).
CopyrightThis 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.hcpd#currenthi-org-classification-vsHI Service Organization Classification ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem hi-org-classification-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-org-classification-cs defines the following codes:

CodeDisplayDefinition
seed SeedThe organisation is a 'seed' in the HI Service
network NetworkThe organisation is a 'network' in the HI Service

Source1

{
  "resourceType": "CodeSystem",
  "id": "hi-org-classification-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-org-classification-cs",
  "version": "26.0.0",
  "name": "HI_Org_Classification_CS",
  "title": "HI Service Organisation Classification CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2026-04-29",
  "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": "Internal code system that describes whether an organisation is a 'seed' or 'network' type in the HI Service.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU",
          "display": "Australia"
        }
      ]
    }
  ],
  "purpose": "This CodeSystem supports the classification of organisations within provider directory systems, enabling the distinction between 'seed' organisations (primary entities in the HI Service) and 'network' organisations (subsidiary or related entities).",
  "copyright": "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": true,
  "compositional": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "seed",
      "display": "Seed",
      "definition": "The organisation is a 'seed' in the HI Service"
    },
    {
      "code": "network",
      "display": "Network",
      "definition": "The organisation is a 'network' in the HI Service"
    }
  ]
}