STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: STARS Contact Entity Type Code System - JSON Representation

Active as of 2025-06-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "contactentitytype-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem contactentitytype-code-system</b></p><a name=\"contactentitytype-code-system\"> </a><a name=\"hccontactentitytype-code-system\"> </a><a name=\"contactentitytype-code-system-en-US\"> </a><p>This case-insensitive code system <code>https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">REPORT<a name=\"contactentitytype-code-system-REPORT\"> </a></td><td>Report</td><td>Contact who receives diagnostic reports</td></tr></table></div>"
  },
  "url" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system",
  "version" : "0.3.0",
  "name" : "ContactEntityTypeCodeSystem",
  "title" : "STARS Contact Entity Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-03T16:58:05+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" : "Codes describing various Contact Entitie Types.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "REPORT",
      "display" : "Report",
      "definition" : "Contact who receives diagnostic reports"
    }
  ]
}