Stream: dotnet
Topic: Extension that is retired
Jefferson (Dec 04 2019 at 12:49):
I have an Extension that is retired but when I download a HTTP resource from https://simplifier.net it download the retired extension. Is there a switch that I can use to only download active extension?
Sebastiaan Raap (Dec 04 2019 at 14:06):
hi, what URL are you using exactly to download from simplifier?
Jefferson (Dec 04 2019 at 14:13):
(deleted)
Jefferson (Dec 04 2019 at 14:14):
Can I add a switch at the end?
Sebastiaan Raap (Dec 04 2019 at 16:05):
Not exactly sure how you're downloading the resource from simplifier. If you do something like this: GET https://fhir.simplifier.net/testProject131/StructureDefinition?url=http://example.org/fhir/StructureDefinition/MyObservation?status=retired you'll get a searchset bundle with that StructureDefinition.url, and that StructureDefinition.status
is that what you're looking for?
Jefferson (Dec 04 2019 at 16:11):
If I add that fhirstatus I still get the Extension that are retired
Jefferson (Dec 04 2019 at 16:13):
(deleted)
Last updated: Apr 12 2022 at 19:14 UTC