Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Patient-DateAccuracyIndicatorUEAexample3

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Patient",
  "id" : "DateAccuracyIndicatorUEAexample3",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This example demonstrates how a birth or deceased date with unknown day, estimated month and accurate year would be represented.</p>\n            <p>Note that &quot;2004-06-00&quot; is NOT a valid FHIR date.</p>\n            <p>Details include:</p>\n            <ul>\n                <li>A valid FHIR date example for birth date and deceased date is &quot;2004-06-08” but not &quot;2004-06-00&quot;.</li>\n                <li>A date accuracy indicator of &quot;UEA&quot; indicates that the day is unknown but month is an estimate and year is accurate.</li>\n                <li>When a code value contains &quot;U&quot;, the corresponding date components (individual or combination) for birth or deceased dates must be ignored.</li>\n                <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>\n            </ul>\n        </div>"
  },
  "birthDate" : "2004-06-08",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator",
        "valueCoding" : {
          "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
          "code" : "UEA",
          "display" : "Day is unknown, month is estimated, year is accurate"
        }
      }
    ]
  },
  "deceasedDateTime" : "2004-06-08T13:42:00+10:00",
  "_deceasedDateTime" : {
    "extension" : [
      {
        "url" : "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator",
        "valueCoding" : {
          "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
          "code" : "UEA",
          "display" : "Day is unknown, month is estimated, year is accurate"
        }
      }
    ]
  }
}