STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: STARS Message Type Code System - JSON Representation

Draft as of 2023-04-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "message-type-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/message-type-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">ServiceRequest<a name=\"message-type-code-system-ServiceRequest\"> </a></td></tr><tr><td style=\"white-space:nowrap\">DiagnosticReport<a name=\"message-type-code-system-DiagnosticReport\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Transport<a name=\"message-type-code-system-Transport\"> </a></td></tr></table></div>"
  },
  "url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/message-type-code-system",
  "version" : "0.1.0",
  "name" : "MessageTypeCodeSystem",
  "title" : "STARS Message Type Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-04-26T15:23:36+10:00",
  "contact" : [
    {
      "name" : "Conor Vahland",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:stars@csiro.au"
        }
      ]
    }
  ],
  "description" : "Codes describing supported Message Type events.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "ServiceRequest",
      "display" : "ServiceRequest"
    },
    {
      "code" : "DiagnosticReport",
      "display" : "DiagnosticReport"
    },
    {
      "code" : "Transport",
      "display" : "Transport"
    }
  ]
}