Stream: implementers
Topic: FhirPath search expression
Ivailo Nikolov (Feb 23 2021 at 08:10):
Hello, i wanna ask is there a way of retrieving some ConceptDefinitionComponents in the result of a fhirPath search expression :
I want to get some concepts for a specific code system where the codes starts with 'A00'.
This is the example url but it throws exception because it cant parse the ConceptDefintionComponents result
http://{fhirServer}/CodeSystem?_id=icd10-codes&_fhirpath=Bundle.entry.resource.as(CodeSystem).concept.where(code.startsWith('A00'))
Vassil Peytchev (Feb 23 2021 at 13:05):
@Bryn Rhodes
Bryn Rhodes (Feb 23 2021 at 14:44):
What server are you using that defines a _fhirpath search parameter? The FHIRPath as written seems correct (at least syntactically), so my guess is some sort of implementation issue.
Ivailo Nikolov (Feb 24 2021 at 07:58):
jpa starter server (https://github.com/hapifhir/hapi-fhir-jpaserver-starter)
Last updated: Apr 12 2022 at 19:14 UTC