Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.4.0: R1 Draft) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

Example: CodeSystem-codesystem-au-grounds-for-concurrent-supply

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-au-grounds-for-concurrent-supply",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<h2>Grounds for Concurrent Supply</h2>
			<p>NCTS Concurrent Supply Grounds Values</p>
		</div>"
  },
  "url" : "http://ns.electronichealth.net.au/ci/dc/coding/grounds-for-concurrent-supply",
  "version" : "1",
  "name" : "Grounds for Concurrent Supply",
  "status" : "draft",
  "experimental" : true,
  "date" : "2017-05-12",
  "publisher" : "Health Level Seven Australia (Patient Administration)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "Grounds for concurrent supply when prescribing.",
  "caseSensitive" : true,
  "valueSet" : "http://ns.electronichealth.net.au/fhir/ValueSet/grounds-for-concurrent-supply",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "1",
      "display" : "Pursuant to Regulation 24",
      "definition" : "Grounds for concurrent supply of medication pursuant to regulation 24"
    },
    {
      "code" : "2",
      "display" : "Hardship Conditions Apply",
      "definition" : "Grounds for concurrent supply hardship conditions apply"
    }
  ]
}