FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Patient |
| Id | Patient-DateAccuracyIndicatorUAAexample2.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 unknown day, accurate month and year.
Note that "1978-08-00" is NOT a valid FHIR date.
Details include:
{
"resourceType": "Patient",
"id": "DateAccuracyIndicatorUAAexample2",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"birthDate": "1978-08-21",
"_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": "UAA",
"display": "Day is unknown, month and year are accurate"
}
}
]
},
"deceasedDateTime": "1978-08-21T13: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": "UAA",
"display": "Day is unknown, month and year are accurate"
}
}
]
}
}