Stream: terminology
Topic: Retrieve CodeSystem.concept.code.property
Gabriel Kleinoscheg (Dec 17 2021 at 14:15):
Having a CodeSystem which defines several properties for the concepts (e.g. https://terminology.hl7.org/CodeSystem-v3-ActCode.html). Is it possible to retrieve a single property (e.g. internalId
) or all properties for a specific code (e.g. ACCTRECEIVABLE
)?
I assumed that $lookup
should cover this. However, I wasn't able to retrieve the properties using HAPI or IBM FHIR servers.
Michael Lawley (Dec 18 2021 at 03:09):
You should be able to pass the property
parameter to $lookup
to get specific ones back, otherwise it is at the server's discretion as to what you get. Some servers also allow property=*
to get back "all" properties.
Last updated: Apr 12 2022 at 19:14 UTC