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

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypeCodeSystem
IdCodeSystem-identifier-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/common-components/CodeSystem-identifier-type-cs.html
URLhttp://digitalhealth.gov.au/fhir/cc/CodeSystem/identifier-type-cs
Version26.0.0
Statusdraft
Date2026-07-14T04:17:55+00:00
NameIdentifierTypeCS
TitleIdentifier Type
Realmau
DescriptionIdentifier type codes defined for use in ADHA data format mapping FHIR profiles, supplementing HL7 v2 Table 0203 where no suitable standard code exists.
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.cc#currentidentifier-type-vsIdentifier Type

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem identifier-type-cs

This case-sensitive code system http://digitalhealth.gov.au/fhir/cc/CodeSystem/identifier-type-cs defines the following code:

CodeDisplayDefinition
CDII CDA Instance IdentifierAn identifier derived from the instance identifier of a source CDA clinical document, used to carry source document provenance into a FHIR context.

Source1

{
  "resourceType": "CodeSystem",
  "id": "identifier-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://digitalhealth.gov.au/fhir/cc/CodeSystem/identifier-type-cs",
  "version": "26.0.0",
  "name": "IdentifierTypeCS",
  "title": "Identifier Type",
  "status": "draft",
  "experimental": false,
  "date": "2026-07-14T04:17:55+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": "Identifier type codes defined for use in ADHA data format mapping FHIR profiles, supplementing HL7 v2 Table 0203 where no suitable standard code exists.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU",
          "display": "Australia"
        }
      ]
    }
  ],
  "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,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "CDII",
      "display": "CDA Instance Identifier",
      "definition": "An identifier derived from the instance identifier of a source CDA clinical document, used to carry source document provenance into a FHIR context."
    }
  ]
}