Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.1.0: 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-codesystem-au-ihi-record-status

Formats: XML, JSON, Turtle

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="codesystem-au-ihi-record-status"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<h2>Individual Healthcare Identifier Record Status (IHI Record Status)</h2>
			<tt>http://ns.electronichealth.net.au/fhir/CodeSystem/hi/ihi/ihi-record-status/1.0.0</tt>
			<p>The record status of the Individual Healthcare Identifier (IHI Record Status)</p>
		</div>
  </text>
  <url
       value="http://ns.electronichealth.net.au/fhir/CodeSystem/hi/ihi/ihi-record-status/1.0.0"/>
  <version value="201408"/>
  <name
        value="Individual Healthcare Identifier Record Status (IHI Record Status)"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2016-07-12"/>
  <publisher value="Australian Digital Health Agency"/>
  <contact>
    <name value="Angus Millar"/>
  </contact>
  <description
               value="The record status of the Individual Healthcare Identifier (IHI Record Status)"/>
  <copyright value="To be done?"/>
  <caseSensitive value="true"/>
  <valueSet
            value="http://ns.electronichealth.net.au/fhir/ValueSet/hi/ihi/ihi-record-status/1.0.0"/>
  <compositional value="false"/>
  <versionNeeded value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="Provisional"/>
    <display value="Provisional"/>
    <definition
                value="The identifier was created at a healthcare facility when the individual was not able to or not willing to identify themselves. Provisional records are able to be updated to an Unverified IHI record or merged with an existing (Unverified or Verified) IHI record via a healthcare facility or updated to a Verified IHI via the HI Service by providing evidence of identity"/>
  </concept>
  <concept>
    <code value="Unverified"/>
    <display value="Unverified"/>
    <definition
                value="The identifier was created at a healthcare facility and the individual has not contacted the HI Service to verify the IHI by providing their evidence of identity. Unverified IHI records can be merged to another unverified or verified IHI record"/>
  </concept>
  <concept>
    <code value="Verified"/>
    <display value="Verified"/>
    <definition
                value="The person is a known customer of Medicare Australia or DVA or has provided evidence of identity information that has been recorded in the HI Service by the Service Operator to establish the identity of the Healthcare Individual"/>
  </concept>
</CodeSystem>