Skip to content

Using the StructureDefinition's url:below modifier when searching #1649

Discussion options

You must be logged in to vote

hi @ajerrison-manchester , thanks for using the Firely .NET SDK.

What you are trying to do should work. I've created the following unit test and that succeeds:

        [TestMethod, TestCategory("IntegrationTest"), TestCategory("FhirClient")]
        public async System.Threading.Tasks.Task Discussion1649Async()
        {
            using var client = new FhirClient("https://server.fire.ly/Administration/R3", settings: FhirClientSettings.CreateDefault());
            SearchParams q = new SearchParams("url:below", "http://hl7.org/fhir/us/core/StructureDefinition/us-core");
            q.Add("kind", "resource");
            q.Count = 20;
            var bundle = await client.SearchAsync<Str…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ajerrison-manchester
Comment options

@ajerrison-manchester
Comment options

@marcovisserFurore
Comment options

@ajerrison-manchester
Comment options

@marcovisserFurore
Comment options

Answer selected by ajerrison-manchester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants