Belgian MyCareNet eTariff Profiles
1.0.0 - STU Belgium flag

Belgian MyCareNet eTariff Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/etariff/ and changes regularly. See the Directory of published versions

: eTariff types - JSON Representation

Draft as of 2024-10-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-etariff-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-cs-etariff-types</b></p><a name=\"be-cs-etariff-types\"> </a><a name=\"hcbe-cs-etariff-types\"> </a><a name=\"be-cs-etariff-types-en-US\"> </a><p>This  code system <code>https://www.ehealth.fgov.be/standards/fhir/etariff/CodeSystem/be-cs-etariff-types</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">dentistry<a name=\"be-cs-etariff-types-dentistry\"> </a></td></tr><tr><td style=\"white-space:nowrap\">generalpractice<a name=\"be-cs-etariff-types-generalpractice\"> </a></td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/etariff/CodeSystem/be-cs-etariff-types",
  "version" : "1.0.0",
  "name" : "BeCSEtariffTypes",
  "title" : "eTariff types",
  "status" : "draft",
  "date" : "2024-10-02T11:49:46+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ehealth.fgov.be/"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    }
  ],
  "description" : "Type of the tarification request. These values were delivered by the \nNIC(Nationaal Intermutualistisch College)/CIN(Collège Intermutualiste National.)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "dentistry"
    },
    {
      "code" : "generalpractice"
    }
  ]
}