Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.5.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-grounds-for-concurrent-supply

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "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" : "https://healthterminologies.gov.au/fhir/CodeSystem/concurrent-supply-grounds-1",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.2.36.1.2001.1001.101.104.16085"
  },
  "version" : "1",
  "name" : "Grounds for Concurrent Supply (NCTS publishing pending)",
  "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,
  "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"
    }
  ]
}