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 xml


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