STARS Implementation Guide
0.5.0 - release

This page is part of the Csiro Stars (v0.5.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: STARS Identifier Type - JSON Representation

Active as of 2025-09-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "stars-identifiertype-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet stars-identifiertype-value-set</b></p><a name=\"stars-identifiertype-value-set\"> </a><a name=\"hcstars-identifiertype-value-set\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-identifiertype-code-system.html\"><code>https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system</code></a></li></ul></div>"
  },
  "url" : "https://starsapi.csiro.au/fhir-ig/stars/ValueSet/stars-identifiertype-value-set",
  "version" : "0.5.0",
  "name" : "StarsIdentifierTypeValueSet",
  "title" : "STARS Identifier Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-08T19:08:28+10:00",
  "publisher" : "ACDP Informatics CSIRO",
  "contact" : [
    {
      "name" : "ACDP Informatics CSIRO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://starsapi.csiro.au"
        },
        {
          "system" : "email",
          "value" : "stars-support@csiro.au"
        }
      ]
    }
  ],
  "description" : "Identifier types used to indicate requester or responder.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system"
      }
    ]
  }
}