FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagepc.ig
Resource TypeCodeSystem
IdCodeSystem-biosample-tissue-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-biosample-tissue-type-cs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-tissue-type
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NameBioSampleTissueTypeCS
TitleBioSample Tissue Type CodeSystem
DescriptionTissue types for biological samples (from the bio_sample table).
Contentcomplete

Resources that use this resource

ValueSet
biosample-tissue-type-vsBioSample Tissue Type ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem biosample-tissue-type-cs

This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-tissue-type defines the following codes:

CodeDisplay
blood Blood
saliva Saliva
other-tissue Other tissues

Source1

{
  "resourceType": "CodeSystem",
  "id": "biosample-tissue-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-tissue-type",
  "version": "0.1.0-ci-build",
  "name": "BioSampleTissueTypeCS",
  "title": "BioSample Tissue Type CodeSystem",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-09T17:40:58+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Tissue types for biological samples (from the bio_sample table).",
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "blood",
      "display": "Blood"
    },
    {
      "code": "saliva",
      "display": "Saliva"
    },
    {
      "code": "other-tissue",
      "display": "Other tissues"
    }
  ]
}