FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | CodeSystem |
| Id | CodeSystem-biosample-analysis-type-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-biosample-analysis-type-cs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-analysis-type |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-06-05T19:23:32+00:00 |
| Name | BioSampleAnalysisTypeCS |
| Title | Biological Sample Analysis Type |
| Realm | eu |
| Authority | hl7 |
| Description | Intended omics analysis type for a biological sample. Used as the ServiceRequest.code on BioSampleAnalysisRequest resources. |
| Content | complete |
| ValueSet | ||
| hl7.eu.fhir.protect-child#current | biosample-analysis-type-vs | Biological Sample Analysis Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem biosample-analysis-type-cs
This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-analysis-type defines the following codes:
| Code | Display |
| genomic | Genomic analysis |
| epigenomic | Epigenomic analysis |
{
"resourceType": "CodeSystem",
"id": "biosample-analysis-type-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}