{
  "resourceType" : "CodeSystem",
  "id" : "biosample-analysis-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem biosample-analysis-type-cs</b></p><a name=\"biosample-analysis-type-cs\"> </a><a name=\"hcbiosample-analysis-type-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-analysis-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">genomic<a name=\"biosample-analysis-type-cs-genomic\"> </a></td><td>Genomic analysis</td></tr><tr><td style=\"white-space:nowrap\">epigenomic<a name=\"biosample-analysis-type-cs-epigenomic\"> </a></td><td>Epigenomic analysis</td></tr></table></div>"
  },
  "url" : "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-analysis-type",
  "version" : "0.1.0-ci-build",
  "name" : "BioSampleAnalysisTypeCS",
  "title" : "Biological Sample Analysis Type",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-06-05T19:23:32+00:00",
  "publisher" : "Protect Child",
  "contact" : [{
    "name" : "Protect Child",
    "telecom" : [{
      "system" : "url",
      "value" : "https://protect-child.eu/"
    }]
  }],
  "description" : "Intended omics analysis type for a biological sample. Used as the ServiceRequest.code on BioSampleAnalysisRequest resources.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "genomic",
    "display" : "Genomic analysis"
  },
  {
    "code" : "epigenomic",
    "display" : "Epigenomic analysis"
  }]
}