FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Patient |
| Id | Patient-DateAccuracyIndicatorAAUexample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This example demonstrates birth date and deceased date with an accurate day, month and unknown year.
Note that "0000-08-23" is a NOT a valid FHIR date.
Details include:
{
"resourceType": "Patient",
"id": "DateAccuracyIndicatorAAUexample1",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}
}