Can I use multiple codings in observation resource, one would be the LOINC coding system and another one would be the urn:oid coding used in the laboratory that performed the test?
top of page

פורום קהילת FHIR IL
פורום זה נועד להתייעצויות עם צוות ILCORE ועם חברי הקהילה.
דגשים לשאילת שאלות בפורום:
-
לפני שאתם שואלים שאלה, בדקו בבקשה אם השאלה לא נשאלה בפוסטים קודמים.
-
אנא פרסמו את השאלה בערוץ הפורום הרלוונטי (משאבים ופרופילים, טרמינולוגיה או פרויקטים של FHIR)
וודאו כי הפרטים הבאים מופיעים בשאלה:
-
מהם הרכיבים של פרופילי FHIR שעליהם אתם שואלים
-
תארו בפירוט את המקרה העסקי השלם שאתם מעוניינים להשיג
-
צרפו מידע רלוונטי תומך (למשלjsons, מסמכים וכו')
-
אם רלוונטי, פרטו את הפרטים הטכניים של מקרה השימוש (למשל, ספק שרת FHIR)
לדוגמא: "במקרה העסקי שלנו למטופל יש גם מין בלידה, שהוא שונה ממגדר. האם מין בלידה צריך להיות חלק מפרופיל המטופל?"
bottom of page
Observation.code is a CodeableConcept . Thus, you can set its "text" element with the local display name of the code, in addition to the LOINC coding.
Hi Hilla,
If you are referring to Observation.code or Observation.component.code than a short answer will be yes, of course you can, since those elements are of the type CodeableConcept that contains an array of the Coding datatype specifically for this reason. One thing that is not clear from your question is why the additional coding you want to use is a urn:oid, since this is usually used to identify objects, not concepts (at least as far as I know). So I would suggest you make sure the OID you are trying to use is really a concept identifier, and not an object/instance identifier. The different codings used in a single CodeableConcept SHALL mean the same thing. Usually the use of this is for local code systems, and those usually are not composed of OID's.
If you can make clear exactly how you want to use oid's here and what is the semantic meaning behind them, it would be great.