FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/be-cs-coded-annotation-types

Packagehl7.fhir.be.lab
TypeCodeSystem
Idbe-cs-coded-annotation-types
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/lab/https://www.ehealth.fgov.be/standards/fhir/lab/1.0.0/CodeSystem-be-cs-coded-annotation-types.html
URLhttps://www.ehealth.fgov.be/standards/fhir/lab/CodeSystem/be-cs-coded-annotation-types
Version1.0.0
Statusactive
Date2022-09-08T14:31:01+02:00
NameBeCSCodedAnnotationTypes
TitleCoded Annotation Type Codes
Realmbe
Authorityhl7
DescriptionCode System for specific types of coded annotations
Contentcomplete

Resources that use this resource

ValueSet
be-vs-coded-annotation-typesCoded Annotation Types
be-vs-coded-annotation-typesCoded Annotation Types

Resources that this resource uses

No resources found


Narrative

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

This 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

Source

{
  "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.0",
  "name": "BeCSCodedAnnotationTypes",
  "title": "Coded Annotation Type Codes",
  "status": "active",
  "date": "2022-09-08T14:31:01+02: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"
    }
  ]
}