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

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

Packagehl7.fhir.be.terminology
TypeCodeSystem
Idbe-cs-coded-annotation-types
FHIR VersionR4
Sourcehttps://hl7belgium.org/profiles/fhir/terminology/https://build.fhir.org/ig/hl7-be/terminology/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:33:03+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

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

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:33:03+02:00",
  "publisher": "My Organization",
  "contact": [
    {
      "name": "My Organization",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "Bob Smith",
      "telecom": [
        {
          "system": "email",
          "value": "bobsmith@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Code System for specific types of coded annotations",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "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"
    }
  ]
}