Stream: terminology
Topic: tx.fhir.org search by identifier
Paul Denning (Oct 27 2021 at 16:38):
I expected http://tx.fhir.org/r4/CodeSystem?_format=json&identifier=urn:oid:2.16.840.1.113883.18.223
to find http://tx.fhir.org/r4/CodeSystem/v2-0365?_format=json but it didn't.
Robert McClure (Oct 27 2021 at 17:59):
@Grahame Grieve @Rob Hausam
Grahame Grieve (Oct 29 2021 at 03:47):
fixed next upgrade
Paul Denning (Oct 29 2021 at 13:13):
Looking at http://hl7.org/fhir/search.html#token
and specifically
[parameter]=[system]|[code]: the value of [code] matches a Coding.code or Identifier.value, and the value of [system] matches the system property of the Identifier or Coding
Should this work?
http://tx.fhir.org/r4/CodeSystem?_format=json&identifier=urn:ietf:rfc:3986|urn:oid:2.16.840.1.113883.18.223
https://r4.ontoserver.csiro.au/fhir/CodeSystem?_format=json&identifier=urn:ietf:rfc:3986|urn:oid:2.16.840.1.113883.18.223 says bad request
Grahame Grieve (Oct 29 2021 at 18:24):
yes that should work and will work next when I update tx.fhir.org
Paul Denning (Nov 08 2021 at 21:37):
And http://tx.fhir.org/r4/CodeSystem?_format=json&identifier=urn:ietf:rfc:3986| works too!
Michael Lawley (Nov 08 2021 at 21:52):
Ontoserver is expecting the |
character to be %-encoded -- try https://r4.ontoserver.csiro.au/fhir/CodeSystem?_format=json&identifier=urn:ietf:rfc:3986%7Curn:oid:2.16.840.1.113883.18.223
Paul Denning (Nov 09 2021 at 17:22):
https://r4.ontoserver.csiro.au/fhir/CodeSystem?_format=json&identifier=urn:ietf:rfc:3986%7C works too
Last updated: Apr 12 2022 at 19:14 UTC