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

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "date-accuracy-indicator",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.2.36.1.2001.1004.200.10014"
  },
  "version" : "1",
  "name" : "Date Accuracy Indicator (NCTS publishing pendiing)",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-02-27",
  "publisher" : "Health Level Seven Australia (Patient Administration)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "An indicator of the accuracy of the components of a reported date, as represented by a code.",
  "caseSensitive" : true,
  "valueSet" : "https://healthterminologies.gov.au/fhir/ValueSet/date-accuracy-indicator-1",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "AAA",
      "display" : "Day, month and year are accurate",
      "definition" : "Day, month and year are accurate"
    },
    {
      "code" : "AAE",
      "display" : "Day and month are accurate, year is estimated",
      "definition" : "Day and month are accurate, year is estimated"
    },
    {
      "code" : "AAU",
      "display" : "Day and month are accurate, year is unknown",
      "definition" : "Day and month are accurate, year is unknown"
    },
    {
      "code" : "AEA",
      "display" : "Day is accurate, month is estimated, year is accurate",
      "definition" : "Day is accurate, month is estimated, year is accurate"
    },
    {
      "code" : "AEE",
      "display" : "Day is accurate, month and year are estimated",
      "definition" : "Day is accurate, month and year are estimated"
    },
    {
      "code" : "AEU",
      "display" : "Day is accurate, month is estimated, year is unknown",
      "definition" : "Day is accurate, month is estimated, year is unknown"
    },
    {
      "code" : "AUA",
      "display" : "Day is accurate, month is unknown, year is accurate",
      "definition" : "Day is accurate, month is unknown, year is accurate"
    },
    {
      "code" : "AUE",
      "display" : "Day is accurate, month is unknown, year is estimated",
      "definition" : "Day is accurate, month is unknown, year is estimated"
    },
    {
      "code" : "AUU",
      "display" : "Day is accurate, month and year are unknown",
      "definition" : "Day is accurate, month and year are unknown"
    },
    {
      "code" : "EAA",
      "display" : "Day is estimated, month and year are accurate",
      "definition" : "Day is estimated, month and year are accurate"
    },
    {
      "code" : "EAE",
      "display" : "Day is estimated, month is accurate, year is estimated",
      "definition" : "Day is estimated, month is accurate, year is estimated"
    },
    {
      "code" : "EAU",
      "display" : "Day is estimated, month is accurate, year is unknown",
      "definition" : "Day is estimated, month is accurate, year is unknown"
    },
    {
      "code" : "EEA",
      "display" : "Day and month are estimated, year is accurate",
      "definition" : "Day and month are estimated, year is accurate"
    },
    {
      "code" : "EEE",
      "display" : "Day, month and year are estimated",
      "definition" : "Day, month and year are estimated"
    },
    {
      "code" : "EEU",
      "display" : "Day and month are estimated, year is unknown",
      "definition" : "Day and month are estimated, year is unknown"
    },
    {
      "code" : "EUA",
      "display" : "Day is estimated, month is unknown, year is accurate",
      "definition" : "Day is estimated, month is unknown, year is accurate"
    },
    {
      "code" : "EUE",
      "display" : "Day is estimated, month is unknown, year is estimated",
      "definition" : "Day is estimated, month is unknown, year is estimated"
    },
    {
      "code" : "EUU",
      "display" : "Day is estimated, month and year are unknown",
      "definition" : "Day is estimated, month and year are unknown"
    },
    {
      "code" : "UAA",
      "display" : "Day is unknown, month and year are accurate",
      "definition" : "Day is unknown, month and year are accurate"
    },
    {
      "code" : "UAE",
      "display" : "Day is unknown, month is accurate, year is estimated",
      "definition" : "Day is unknown, month is accurate, year is estimated"
    },
    {
      "code" : "UAU",
      "display" : "Day is unknown, month is accurate, year is unknown",
      "definition" : "Day is unknown, month is accurate, year is unknown"
    },
    {
      "code" : "UEA",
      "display" : "Day is unknown, month is estimated, year is accurate",
      "definition" : "Day is unknown, month is estimated, year is accurate"
    },
    {
      "code" : "UEE",
      "display" : "Day is unknown, month and year are estimated",
      "definition" : "Day is unknown, month and year are estimated"
    },
    {
      "code" : "UEU",
      "display" : "Day is unknown, month is estimated, year is unknown",
      "definition" : "Day is unknown, month is estimated, year is unknown"
    },
    {
      "code" : "UUA",
      "display" : "Day and month are unknown, year is accurate",
      "definition" : "Day and month are unknown, year is accurate"
    },
    {
      "code" : "UUE",
      "display" : "Day and month are unknown, year is estimated",
      "definition" : "Day and month are unknown, year is estimated"
    },
    {
      "code" : "UUU",
      "display" : "Day, month and year are unknown",
      "definition" : "Day, month and year are unknown"
    }
  ]
}