Could you help me on extension or something like this.
I’d like to enhance the patient address with geolocalisation.
Geolocalisation seems to be only on location in this specification.
How to modify the patient model and respect the standard ?
…
“address”: [
{
“use”: “work”,
“line”: [
“400 George Street”
],
“city”: “Brisbane”,
“district”: “Ile de france”,
“state”: “QLD”,
“postalCode”: “4000”,
“country”: “AUS”,
“extension”: [
{
“url”:“http://hl7.org/fhir/StructureDefinition/patient-birthPlace??? ==> is there a definition”,
“valueAddress”: {
“latitude”: “3546543576.12345”,
“longitude”: “6543246873.154”
}
]
}
],