FHIR Chat · Expansion of the intensional valueset example · hapi

Stream: hapi

Topic: Expansion of the intensional valueset example


view this post on Zulip Lin Zhang (Oct 29 2020 at 04:46):

There is an intensional ValueSet example provided by the FHIR spec: http://build.fhir.org/valueset-example-intensional.html
After import LOINC by the command hapi-fhir-cli upload-terminology, the ValueSet above was created with the POST operation using the client.
When trying to expand , a "empty" expansion was returned as follows:
[JSON Snippet]
"expansion": {
"identifier": "7d156359-5604-488a-a02d-17853ceeec8f",
"timestamp": "2020-10-29T11:13:29+08:00",
"total": 0
}
[JSON Snippet]


Last updated: Apr 12 2022 at 19:14 UTC