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-date-accuracy-indicator

Formats: XML, JSON, Turtle

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="codesystem-au-date-accuracy-indicator"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<h2>Date—accuracy indicator</h2>
			<p>An indicator of the accuracy of the components of a reported date, as represented by a code.</p>
		</div>
  </text>
  <url value="http://meteor.aihw.gov.au/content/index.phtml/itemId/294429#Codes"/>
  <version value="1"/>
  <name value="Date Accuracy Indicator"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2017-10-10"/>
  <publisher value="Health Level Seven Australia (Patient Administration)"/>
  <contact>
    <name value="hl7.org.au"/>
  </contact>
  <description
               value="An indicator of the accuracy of the components of a reported date, as represented by a code."/>
  <caseSensitive value="true"/>
  <valueSet
            value="http://hl7.org.au/fhir/ValueSet/valueset-au-date-accuracy-indicator"/>
  <compositional value="false"/>
  <versionNeeded value="true"/>
  <content value="complete"/>
  <concept>
    <code value="AAA"/>
    <display value="Day, month and year are accurate"/>
    <definition value="Day, month and year are accurate"/>
  </concept>
  <concept>
    <code value="AAE"/>
    <display value="Day and month are accurate, year is estimated"/>
    <definition value="Day and month are accurate, year is estimated"/>
  </concept>
  <concept>
    <code value="AAU"/>
    <display value="Day and month are accurate, year is unknown"/>
    <definition value="Day and month are accurate, year is unknown"/>
  </concept>
  <concept>
    <code value="AEA"/>
    <display value="Day is accurate, month is estimated, year is accurate"/>
    <definition value="Day is accurate, month is estimated, year is accurate"/>
  </concept>
  <concept>
    <code value="AEE"/>
    <display value="Day is accurate, month and year are estimated"/>
    <definition value="Day is accurate, month and year are estimated"/>
  </concept>
  <concept>
    <code value="AEU"/>
    <display value="Day is accurate, month is estimated, year is unknown"/>
    <definition value="Day is accurate, month is estimated, year is unknown"/>
  </concept>
  <concept>
    <code value="AUA"/>
    <display value="Day is accurate, month is unknown, year is accurate"/>
    <definition value="Day is accurate, month is unknown, year is accurate"/>
  </concept>
  <concept>
    <code value="AUE"/>
    <display value="Day is accurate, month is unknown, year is estimated"/>
    <definition value="Day is accurate, month is unknown, year is estimated"/>
  </concept>
  <concept>
    <code value="AUU"/>
    <display value="Day is accurate, month and year are unknown"/>
    <definition value="Day is accurate, month and year are unknown"/>
  </concept>
  <concept>
    <code value="EAA"/>
    <display value="Day is estimated, month and year are accurate"/>
    <definition value="Day is estimated, month and year are accurate"/>
  </concept>
  <concept>
    <code value="EAE"/>
    <display value="Day is estimated, month is accurate, year is estimated"/>
    <definition value="Day is estimated, month is accurate, year is estimated"/>
  </concept>
  <concept>
    <code value="EAU"/>
    <display value="Day is estimated, month is accurate, year is unknown"/>
    <definition value="Day is estimated, month is accurate, year is unknown"/>
  </concept>
  <concept>
    <code value="EEA"/>
    <display value="Day and month are estimated, year is accurate"/>
    <definition value="Day and month are estimated, year is accurate"/>
  </concept>
  <concept>
    <code value="EEE"/>
    <display value="Day, month and year are estimated"/>
    <definition value="Day, month and year are estimated"/>
  </concept>
  <concept>
    <code value="EEU"/>
    <display value="Day and month are estimated, year is unknown"/>
    <definition value="Day and month are estimated, year is unknown"/>
  </concept>
  <concept>
    <code value="EUA"/>
    <display value="Day is estimated, month is unknown, year is accurate"/>
    <definition value="Day is estimated, month is unknown, year is accurate"/>
  </concept>
  <concept>
    <code value="EUE"/>
    <display value="Day is estimated, month is unknown, year is estimated"/>
    <definition value="Day is estimated, month is unknown, year is estimated"/>
  </concept>
  <concept>
    <code value="EUU"/>
    <display value="Day is estimated, month and year are unknown"/>
    <definition value="Day is estimated, month and year are unknown"/>
  </concept>
  <concept>
    <code value="UAA"/>
    <display value="Day is unknown, month and year are accurate"/>
    <definition value="Day is unknown, month and year are accurate"/>
  </concept>
  <concept>
    <code value="UAE"/>
    <display value="Day is unknown, month is accurate, year is estimated"/>
    <definition value="Day is unknown, month is accurate, year is estimated"/>
  </concept>
  <concept>
    <code value="UAU"/>
    <display value="Day is unknown, month is accurate, year is unknown"/>
    <definition value="Day is unknown, month is accurate, year is unknown"/>
  </concept>
  <concept>
    <code value="UEA"/>
    <display value="Day is unknown, month is estimated, year is accurate"/>
    <definition value="Day is unknown, month is estimated, year is accurate"/>
  </concept>
  <concept>
    <code value="UEE"/>
    <display value="Day is unknown, month and year are estimated"/>
    <definition value="Day is unknown, month and year are estimated"/>
  </concept>
  <concept>
    <code value="UEU"/>
    <display value="Day is unknown, month is estimated, year is unknown"/>
    <definition value="Day is unknown, month is estimated, year is unknown"/>
  </concept>
  <concept>
    <code value="UUA"/>
    <display value="Day and month are unknown, year is accurate"/>
    <definition value="Day and month are unknown, year is accurate"/>
  </concept>
  <concept>
    <code value="UUE"/>
    <display value="Day and month are unknown, year is estimated"/>
    <definition value="Day and month are unknown, year is estimated"/>
  </concept>
  <concept>
    <code value="UUU"/>
    <display value="Day, month and year are unknown"/>
    <definition value="Day, month and year are unknown"/>
  </concept>
</CodeSystem>