HLA Immunoassay Sample Treatment Value Set

Metadata

These are the details for this resource:

You need a license to run FQL queries

Resource content

These are different views on this resource:

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="https://terminology.nmdp.org/fhir/ValueSet/hla-immunoassay-sample-treament-vs" />
<name value="Hla_immunoassay_sample_treament_vs" />
<title value="HLA Immunoassay Sample Treatment" />
<status value="draft" />
<publisher value="NMDP" />
<name value="David Wroe" />
<system value="email" />
<value value="dwroe@nmdp.org" />
</telecom>
</contact>
<system value="https://terminology.nmdp.org/fhir/CodeSystem/hla-immunoassay-codes" />
<code value="Extraction" />
<display value="Extraction" />
</concept>
<code value="Purification" />
<display value="Purification" />
</concept>
<code value="Dilution" />
<display value="Dilution" />
</concept>
<code value="Enzyme Inactivation" />
<display value="Enzyme Inactivation" />
</concept>
<code value="Homogenization and Lysis" />
<display value="Homogenization and Lysis" />
</concept>
</include>
</compose>
</ValueSet>
{
"resourceType": "ValueSet",
"url": "https://terminology.nmdp.org/fhir/ValueSet/hla-immunoassay-sample-treament-vs",
"title": "HLA Immunoassay Sample Treatment",
"status": "draft",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "dwroe@nmdp.org"
}
],
"name": "David Wroe"
}
],
"compose": {
"include": [
{
"system": "https://terminology.nmdp.org/fhir/CodeSystem/hla-immunoassay-codes",
"concept": [
{
"code": "Extraction",
"display": "Extraction"
},
{
"code": "Purification",
"display": "Purification"
},
{
"code": "Dilution",
"display": "Dilution"
},
{
"code": "Enzyme Inactivation",
"display": "Enzyme Inactivation"
},
{
"code": "Homogenization and Lysis",
"display": "Homogenization and Lysis"
}
]
}
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"name": "Hla_immunoassay_sample_treament_vs",
"publisher": "NMDP"
}