Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). 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\">\n\t\t\t<h2>GTIN</h2>\n\t\t\t<p>GTIN code system</p>\n\t\t</div>"
  },
  "url" : "http://www.gs1.org/gtin",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.3.160"
  },
  "version" : "1.0.2",
  "name" : "GTINExternal",
  "title" : "GTIN (External)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-09-24",
  "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"
}