BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions
: Other Sample Diagnosis - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "OtherSampleDiagnosis",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis",
"version" : "1.2.0",
"name" : "OtherSampleDiagnosis",
"title" : "Other Sample Diagnosis",
"status" : "active",
"date" : "2023-09-01T11:58:43+00:00",
"publisher" : "bbmri.de",
"contact" : [
{
"name" : "bbmri.de",
"telecom" : [
{
"system" : "url",
"value" : "bbmri.de"
},
{
"system" : "email",
"value" : "feedback@germanbiobanknode.de"
}
]
}
],
"description" : "Contains the additional (not contained in ICD-10) codes needed for coding the MIABIS Sample Diagnosis plus a non-MIABIS code for indicating tumor material without a specific diagnosis.",
"compositional" : false,
"content" : "complete",
"concept" : [
{
"code" : "healthy",
"display" : "Healthy",
"definition" : "Sample contains healthy material"
},
{
"code" : "unknown",
"display" : "Unknown"
},
{
"code" : "not-applicable",
"display" : "Not applicable"
},
{
"code" : "unspecified-tumor",
"display" : "Unspecified tumor",
"definition" : "Sample contains tumor material, a specific diagnosis is not known"
}
]
}