How to map BiomedicalConceptProperty attributes to BiomedicalConcept
#209
-
|
There is a question of what correctly represents a |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 16 replies
-
|
In the current implementation of the Workbench, the API Request URL: API Reponse JSON: {
"_links": {
"parentBiomedicalConcept": {
"href": "/mdr/bc/biomedicalconcepts/C49237",
"title": "Chemistry Test",
"type": "Biomedical Concept"
},
"parentPackage": {
"href": "/mdr/bc/packages/2025-09-23/biomedicalconcepts",
"title": "Biomedical Concept Package Effective 2025-09-23",
"type": "Biomedical Concept Package"
},
"self": {
"href": "/mdr/bc/biomedicalconcepts/C105585",
"title": "Glucose Measurement",
"type": "Biomedical Concept"
}
},
"conceptId": "C105585",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C105585",
"categories": [
"Laboratory Tests",
"Chemistry Tests"
],
"shortName": "Glucose Measurement",
"synonyms": [
"Glucose"
],
"resultScales": [
"Quantitative",
"Ordinal"
],
"definition": "The determination of the amount of glucose present in a sample.",
"dataElementConcepts": [
{
"conceptId": "C70856",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C70856",
"shortName": "Observation Result",
"dataType": "string",
"ncitCode": "C70856"
},
{
"conceptId": "C70713",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C70713",
"shortName": "Biospecimen Type",
"dataType": "string",
"exampleSet": [
"Blood",
"Plasma",
"Serum",
"Urine"
],
"ncitCode": "C70713"
},
{
"conceptId": "C215501",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C215501",
"shortName": "Medical Device Identifier",
"dataType": "string",
"ncitCode": "C215501"
},
{
"conceptId": "C82515",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C82515",
"shortName": "Collection Date Time",
"dataType": "datetime",
"ncitCode": "C82515"
},
{
"conceptId": "C48207",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C48207",
"shortName": "Unit of Concentration",
"dataType": "string",
"exampleSet": [
"mg/dL",
"g/L",
"mmol/L"
],
"ncitCode": "C48207"
},
{
"conceptId": "C93566",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C93566",
"shortName": "Fasting Status Indicator",
"dataType": "boolean",
"ncitCode": "C93566"
},
{
"conceptId": "C82535",
"href": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C82535",
"shortName": "Test Method",
"dataType": "string",
"ncitCode": "C82535"
}
],
"ncitCode": "C105585"
} |
Beta Was this translation helpful? Give feedback.
-
|
There has been some discussion if the USDM BC could somewhat a ‘virtual’ BC, that is picking elements from the concepts and the DSSes? so the USDM BC would have all the variations that the DSSes have and the terms, but not the SDTM side of things. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I do not believe '--orresu' should be included as part of the BC property definition. The DSS associated with the BC will have --ORRESU and --ORRES as variables linked from the DSS to the BC. However, a user would have to make this association. The DSS variables are not included in the Biomedical Concept properties. THis data is not included in the USDM. |
Beta Was this translation helpful? Give feedback.
-
|
The CDISC Library API is used to return all properties, i.e., variables, for a DSS associated with a BC. https://api.library.cdisc.org/api/cosmos/v2/mdr/specializations/sdtm/datasetspecializations/GLUCBLD
|
Beta Was this translation helpful? Give feedback.
-
|
I now have the information required to implement Once I have completed the work, I will document in a discussion to allow for follow up comments. Thank you everyone for your comments and help :) |
Beta Was this translation helpful? Give feedback.






The result in the USDM JSON for this Biomedical Conceopt will appear as:
{ "id": "BiomedicalConcept_104", "extensionAttributes": [ { "id": "ExtensionAttribute_90", "url": "http://www.cdisc.org/usdm/extensions/specializations/sdtm", "valueString": "/mdr/specializations/sdtm/datasetspecializations/GLUCBLD", "instanceType": "ExtensionAttribute" } ], "name": "Glucose Measurement", "label": null, "synonyms": [ "Glucose" ], "reference": "https://evsexplore.semantics.cancer.gov/evsexplore/concept/ncit/C105585", "properties": [ { "id": "BiomedicalConceptProperty_615", "extensionAttributes":…