Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.9.3: AU Base 1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: CodeSystem-gtin

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "gtin",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<h2>GTIN</h2>
			<p>GTIN code system</p>
		</div>"
  },
  "url" : "http://www.gs1.org/gtin",
  "version" : "1",
  "name" : "GTIN (External)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2017-12-07",
  "publisher" : "Health Level Seven Australia (Patient Administration)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "GTIN",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org.au/fhir/ValueSet/gtin",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "not-present"
}