Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a GPS Coordinate url to support resource validation #2713

Open
sharon2719 opened this issue Nov 6, 2024 · 1 comment · May be fixed by #2719
Open

Add a GPS Coordinate url to support resource validation #2713

sharon2719 opened this issue Nov 6, 2024 · 1 comment · May be fixed by #2719
Labels
effort:xsmall Extra small effort - 1 day P2 Medium priority issue

Comments

@sharon2719
Copy link
Contributor

sharon2719 commented Nov 6, 2024

Description

There is a need to create a new URL to support the validation of resources. Currently we are using this

"extension": [
            {
              "url": "gps-coordinate",
              "valueString": "longitude"
            }
          ]

This fails the FHIR validation check with
Questionnaire.item[0].item[1].extension[0] - Extension.url must be an absolute URL

cc @dubdabasoduba

@dubdabasoduba
Copy link
Collaborator

@jingtang10 We are adding strict validation of our Questionnaires and StructureMaps. The Questionnaires using the GPS widget fail because the url on the GPS coordinates is not a URL.

We would like to update it to https://github.com/google/android-fhir/gps-coordinate

@aditya-07 aditya-07 added P2 Medium priority issue effort:xsmall Extra small effort - 1 day labels Nov 11, 2024
@sharon2719 sharon2719 linked a pull request Nov 14, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:xsmall Extra small effort - 1 day P2 Medium priority issue
Projects
Status: New
Development

Successfully merging a pull request may close this issue.

3 participants