Stream: terminology
Topic: ICD-11
Grahame Grieve (Mar 18 2020 at 19:31):
An update for those (few) of you who have asked. I've been working with the iCD-11 team to figure out how to represent ICD-11 as FHIR code systems and value sets. I have a generated set of resources which we are doing QA on now.
Rob Hausam (Mar 18 2020 at 19:32):
Who is we in this case?
Grahame Grieve (Mar 18 2020 at 19:33):
if you want to see them, you can - you have to download and install the ICD-11 docker locally, then use the java class org.hl7.fhir.convertors.misc.ICD11Generator in hapi-fhir/core with 2 parameters:
[server] [dest-folder]
e.g. http://local.fhir.org:80 c:\temp\icd11
it will generate 2 large code systems - foundation and the MMS linearization, and a whole bunch of value sets used in the linearization
Grahame Grieve (Mar 18 2020 at 19:33):
we is me, @Michael Lawley and the ICD-11 team
Rob Hausam (Mar 18 2020 at 19:35):
ok, thanks - that sounds good
I'm interested in getting up to speed with it generally
Michael Lawley (Mar 19 2020 at 00:43):
I'm trying to find a simple way to make it available in Shrimp without running afoul of the licence terms :-(
Grahame Grieve (Mar 19 2020 at 00:51):
the purpose of license terms is to make things harder to use
Michael Lawley (Mar 19 2020 at 03:10):
Okay, I think I've got it sorted. DM me if you want access
Last updated: Apr 12 2022 at 19:14 UTC