FHIR Value Set Expansion

446 Views Asked by At

I need to get the example diagnosis codes for a Condition Resource:

http://hl7.org/fhir/ValueSet/condition-code

I have hit the following with Postman:

http://hl7.org/fhir/ValueSet/condition-code/$expand

and this returns a ValueSet but the ValueSet does not include 'expansion' (where the codes would be listed).

How to I retrieve the actual codes for condition-code from hl7?

1

There are 1 best solutions below

1
On BEST ANSWER

You need an actual terminology server for $expand. hl7.org is just a web site, not a terminology server. use tx.fhir.org or run your own terminology server