Belgian MyCareNet eAttestation Profiles
1.0.0 - STU Belgium flag

Belgian MyCareNet eAttestation 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/eattestation/ and changes regularly. See the Directory of published versions

: Attestation types - JSON Representation

Draft as of 2024-03-14

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-eattestation-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/eattestation/CodeSystem/be-cs-eattestation-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\">physiotherapy<a name=\"be-cs-eattestation-types-physiotherapy\"> </a></td></tr><tr><td style=\"white-space:nowrap\">dentistry<a name=\"be-cs-eattestation-types-dentistry\"> </a></td></tr><tr><td style=\"white-space:nowrap\">generalpractice<a name=\"be-cs-eattestation-types-generalpractice\"> </a></td></tr><tr><td style=\"white-space:nowrap\">specializedmedicine<a name=\"be-cs-eattestation-types-specializedmedicine\"> </a></td></tr><tr><td style=\"white-space:nowrap\">speechtherapy<a name=\"be-cs-eattestation-types-speechtherapy\"> </a></td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/eattestation/CodeSystem/be-cs-eattestation-types",
  "version" : "1.0.0",
  "name" : "BeCSEattestationTypes",
  "title" : "Attestation types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-14T09:12:18+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 attestion. 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"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "physiotherapy"
    },
    {
      "code" : "dentistry"
    },
    {
      "code" : "generalpractice"
    },
    {
      "code" : "specializedmedicine"
    },
    {
      "code" : "speechtherapy"
    }
  ]
}