Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Patient-DateAccuracyIndicatorAAAexample0

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Patient xmlns="http://hl7.org/fhir">
  <id value="DateAccuracyIndicatorAAAexample0"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>This example demonstrates how a birth or deceased date with an accurate day, month and year would be represented.</p>
            <p>Note that this is a valid FHIR date.</p>
            <p>Details include:</p>
            <ul>
                <li>An accurate FHIR date example for birth or deceased date is &quot;1956-08-23&quot;.</li>
                <li>A date accuracy indicator of &quot;AAA&quot; indicates all components are accurate.</li>
                <li>When a code value contains &quot;A&quot;, the corresponding date components (individual or combination) for birth or deceased dates must be accurate.</li>
            </ul>
        </div>
  </text>
  <birthDate value="1956-08-23">
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator">
    <!--  this part of the extension states that date of birth is fully accurate  -->
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"/>
        <code value="AAA"/>
        <display value="Day, month and year are accurate"/>
      </valueCoding>
    </extension>
  </birthDate>
  <deceasedDateTime value="1956-08-23T13:42:00+10:00">
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator">
    <!--  this part of the extension states that deceased date is fully accurate  -->
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"/>
        <code value="AAA"/>
        <display value="Day, month and year are accurate"/>
      </valueCoding>
    </extension>
  </deceasedDateTime>
</Patient>
Issues & Feedback