This page is part of the Australian Base IG (v1.1.1: AU Base 1.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
Formats: Narrative,XML, JSON, Turtle
Raw json
{ "resourceType" : "Patient", "id" : "DateAccuracyIndicatorAAUexample1", "text" : { "status" : "additional", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This example demonstrates how a birth or deceased date with an accurate day, month and unknown year would be represented.</p>\n <p>Note that "0000-08-23" is a 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 "2004-08-23” but not "0000-08-23".</li>\n <li>A date accuracy indicator of "AAU" indicates that day and month are accurate but year is unknown.</li>\n <li>When a code value contains "A", the corresponding date components (individual or combination) for birth or deceased dates must be accurate.</li>\n <li>When a code value contains "U", the corresponding date components (individual or combination) for birth or deceased dates must be ignored.</li>\n </ul>\n </div>" }, "birthDate" : "2004-08-23", "_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" : "AAU", "display" : "Day and month are accurate, year is unknown" } } ] }, "deceasedDateTime" : "2004-08-23T13: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" : "AAU", "display" : "Day and month are accurate, year is unknown" } } ] } }