FHIR Chat · CodeableConcept's text field · v2 to FHIR

Stream: v2 to FHIR

Topic: CodeableConcept's text field


view this post on Zulip Yassiel Oliva (Jan 18 2019 at 16:41):

We are migrating from hl7 v2 to fhir resources and we are wondering if it's possible that 2 different CodeableConcept
sharing the same code can have different values in text. Something like this:

code:
        coding:
          - system: https://samplesystem.com/codes
            code: ClinicalPDFReport1
        text: Clinical PDF Report 12345-1
code:
        coding:
          - system: https://samplesystem.com/codes
            code: ClinicalPDFReport1
        text: Clinical PDF Report 56789-1

view this post on Zulip Grahame Grieve (Jan 19 2019 at 03:06):

yes it's allowed, but it's also very easy to get intro trouble here by misleading users


Last updated: Apr 12 2022 at 19:14 UTC