Stream: implementers
Topic: Defining a ValueSet in Simplifier
Michael Donnelly (May 16 2018 at 14:09):
I'm having trouble defining a ValueSet in Simplifier. I've downloaded good looking ValueSets and reimported them to my project without modification and had them fail. (I've also failed at building one by hand.) Why would that happen? Is there an example of one I can import and modify that's working now?
Christiaan Knaap (May 16 2018 at 14:21):
@Martijn Harthoorn , @Ardon Toonstra ?
Ardon Toonstra (May 16 2018 at 14:29):
Hi Michael, did you check if the FHIR version of the reimported valueset matches the FHIR version of your project?
Grahame Grieve (May 16 2018 at 14:30):
{ "resourceType" : "ValueSet", "id" : "DocumentReference.type-read", "url" : "http://healthintersections.com.au/fhir/ValueSet/DocumentReference.type-read", "title" : "Test Valueset for Clinical Notes handling", "compose" : { "include" : [{ "system" : "urn:ietf:bcp:13", "concept" : [{ "code" : "application/pdf" }, { "code" : "text/plain" }] }] } }
Grahame Grieve (May 16 2018 at 14:30):
don't know about simplifier, but that's the kind of value set you want
Grahame Grieve (May 16 2018 at 14:45):
and the expansion: http://test.fhir.org/r3/ValueSet/DocumentReference.type-read/$expand
Martijn Harthoorn (May 18 2018 at 08:55):
@Michael Donnelly , can you provide a link to a ValueSet that you downloaded that failed on importing?
Michael Donnelly (May 21 2018 at 20:01):
Here's one, @Martijn Harthoorn : https://simplifier.net/v3-codesystems-dstu2/v3-AdministrativeGender/~overview
Michael Donnelly (May 21 2018 at 20:02):
There were a couple of others if you need more examples.
Martijn Harthoorn (May 22 2018 at 09:11):
This a DSTU2 ValueSet. If you upload that to a STU3 project, it will be seen as invalid. That's the most likely culprit I can think of.
Michael Donnelly (May 22 2018 at 14:23):
That would certainly do it. Can you point at an example STU3 ValueSet that's working? I came across a couple that I surmise had the same problem.
Grahame Grieve (May 22 2018 at 17:41):
any from here: http://hl7.org/fhir/terminologies-valuesets.html
Last updated: Apr 12 2022 at 19:14 UTC