FHIR IG analytics| Package | au.gov.digitalhealth.hcpd |
| Resource Type | CodeSystem |
| Id | CodeSystem-hi-org-classification-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/CodeSystem-hi-org-classification-cs.html |
| URL | http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hi-org-classification-cs |
| Version | 26.0.0 |
| Status | active |
| Date | 2026-04-29 |
| Name | HI_Org_Classification_CS |
| Title | HI Service Organisation Classification CodeSystem |
| Realm | au |
| Description | Internal code system that describes whether an organisation is a 'seed' or 'network' type in the HI Service. |
| 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/) |
| Content | complete |
| ValueSet | ||
| au.gov.digitalhealth.hcpd#current | hi-org-classification-vs | HI Service Organization Classification ValueSet |
No resources found
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:
| Code | Display | Definition |
| seed | Seed | The organisation is a 'seed' in the HI Service |
| network | Network | The organisation is a 'network' in the HI Service |
{
"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"
}
]
}