FHIR Chat · suggestion for CodableConcept · clinFHIR

Stream: clinFHIR

Topic: suggestion for CodableConcept


view this post on Zulip Bob Milius (May 13 2016 at 15:28):

Right now when entering a CodableConcept in clinFHIR, it uses the default Value Set defined in the resource. For example, the referenceSeqId in Sequence resource defaults to http://hl7.org/fhir/ValueSet/sequence-referenceSeq which is ENSEMBL. I would like to use different coding system that is a standard in our domain, e.g.,

<referenceSeqId>
     <coding>
         <system value="http://www.ebi.ac.uk/ipd/imgt/hla/"/>
         <version value="3.23"/>
         <code value="HLA00001"/>
     </coding>
    <text value="HLA-A*01:01:01:01"/>
</referenceSeqId>

As far as I can tell, there isn't a way to enter this into clinFHIR.

view this post on Zulip Grahame Grieve (May 13 2016 at 15:50):

Bob - it's intended that it should be possible - a tooling task


Last updated: Apr 12 2022 at 19:14 UTC