How to correctly populate BiomedicalConceptProperty values #147
Replies: 7 comments 5 replies
|
Search for "BiomedicalConcept_67" in the attached JSON to see what I am reporting. |
|
@pendingintent Unfortunately that is not stored in the specializations. Note that the LBLOINC actually is expected to be stored as an alias code on the Biomedical concept level and not as a property. In that way we can also add other codes (from laboratories for example) as needed. |
|
We will need to determine the correct mapping rules for these cases. Otherwise, it is difficult to programmatically map these values and the CORE conformance rules will register a failure: CORE-000427/DDF00035 - "There is not a one-to-one relationship between code and decode within a codeSytem and corresponding codeSystemVersion" -> This error occurs due to the |
|
"properties": [ |
|
A few comments.
|
|
@pendingintent See also the mapping document I created a while ago |
|
Thank you for the document, @BSnoeijerCD. This is what I needed to complete my understanding from the discussions I have had this week. |
Uh oh!
There was an error while loading. Please reload this page.
I am unsure how to populate the BiomedicalConceptProperty attributes. Specifically, I do not know from where the standardCode value originates. I am using the API to retrieve values for a dataset specialization associated with a particular BC. For example:
BC title: "Absolute Basophil Count"
BC code: C64470
Now retrieve the associated DSS values for this BC using the code:
https://api.library.cdisc.org/api/cosmos/v2/mdr/specializations/datasetspecializations?biomedicalconcept=C64470
this returns the API HREF: /mdr/specializations/sdtm/datasetspecializations/BASOBLD
Send a request to the DSS API HREF: https://api.library.cdisc.org/api/cosmos/v2/mdr/specializations/sdtm/datasetspecializations/BASOBLD
response:
All reactions