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

FHIR IG analytics

Packagehl7.fhir.be.lab
Resource TypeCodeSystem
IdCodeSystem-be-cs-coded-annotation-types.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem be-cs-coded-annotation-types

This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/be-cs-coded-annotation-types defines the following codes:

CodeDisplayDefinition
lab-test-accreditation Laboratory Test AccreditationTest disclaimer with the report
lab-test-subcontractor Laboratory Test subcontractorLaboratory Test subcontractor
lab-referencerange-comment Comment on laboratory reference rangeComment on reference range

Source1

{
  "resourceType": "CodeSystem",
  "id": "be-cs-coded-annotation-types",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "https://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/be-cs-coded-annotation-types",
  "version": "1.0.1",
  "name": "BeCSCodedAnnotationTypes",
  "title": "Coded Annotation Type Codes",
  "status": "active",
  "date": "2026-01-23T15:32:55+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Code System for specific types of coded annotations",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "lab-test-accreditation",
      "display": "Laboratory Test Accreditation",
      "definition": "Test disclaimer with the report"
    },
    {
      "code": "lab-test-subcontractor",
      "display": "Laboratory Test subcontractor",
      "definition": "Laboratory Test subcontractor"
    },
    {
      "code": "lab-referencerange-comment",
      "display": "Comment on laboratory reference range",
      "definition": "Comment on reference range"
    }
  ]
}