timsbiomed / owl-on-fhir-content

Static OWL content, pre and post converted to FHIR.
MIT License
0 stars 0 forks source link

id and url need corrected #1

Closed chrisroederucdenver closed 1 year ago

chrisroederucdenver commented 1 year ago

For files that load into hapi there are both id and url fields.

"id": "hpo", "url": "http://purl.obolibrary.org/obo/hp.fhir",

I'm just seeing an id with a url for these files, and HAPI complains.

The put request repeats the id in the URL/query-string. I haven't tried combinations that either leave out the URL or properly escape a URL passed as an id.

joeflack4 commented 1 year ago

Fixed in latest release