Belgium eHealth FHIR Core specifications
1.2.2 - CI Build

This page is part of the Belgium eHealth FHIR Core specifications (v1.2.2: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient Will Category CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-patientwill-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-patientwill-category defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">advanced-care-directive<a name=\"be-cs-patientwill-category-advanced-care-directive\"/></td><td>Advanced Care Directive</td><td>General directives expressed voluntarily by the patient</td></tr><tr><td style=\"white-space:nowrap\">research<a name=\"be-cs-patientwill-category-research\"/></td><td>Research</td><td>Consent to participate in research protocols and / or share results</td></tr><tr><td style=\"white-space:nowrap\">treatment<a name=\"be-cs-patientwill-category-treatment\"/></td><td>Treatment</td><td>Specific treatments in the context of resuscitation and / or during hospitalization</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (België) (Dutch (Belgium), nl)</b></td></tr><tr><td>advanced-care-directive</td><td>Volontés diverses</td><td>Verschillende wensen</td></tr><tr><td>research</td><td>Recherche</td><td>Onderzoek</td></tr><tr><td>treatment</td><td>Traitement</td><td>Behandeling</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-patientwill-category",
  "version" : "1.2.2",
  "name" : "BeCSPAtientWillCategory",
  "title" : "Patient Will Category CodeSystem",
  "status" : "active",
  "date" : "2021-01-10T10:59:49+00:00",
  "publisher" : "eHealth",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.fgov.be/"
        }
      ]
    }
  ],
  "description" : "Patient Will Category CodeSystem",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "056"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "advanced-care-directive",
      "display" : "Advanced Care Directive",
      "definition" : "General directives expressed voluntarily by the patient",
      "designation" : [
        {
          "language" : "fr-BE",
          "value" : "Volontés diverses"
        },
        {
          "language" : "nl-BE",
          "value" : "Verschillende wensen"
        }
      ]
    },
    {
      "code" : "research",
      "display" : "Research",
      "definition" : "Consent to participate in research protocols and / or share results",
      "designation" : [
        {
          "language" : "fr-BE",
          "value" : "Recherche"
        },
        {
          "language" : "nl-BE",
          "value" : "Onderzoek"
        }
      ]
    },
    {
      "code" : "treatment",
      "display" : "Treatment",
      "definition" : "Specific treatments in the context of resuscitation and / or during hospitalization",
      "designation" : [
        {
          "language" : "fr-BE",
          "value" : "Traitement"
        },
        {
          "language" : "nl-BE",
          "value" : "Behandeling"
        }
      ]
    }
  ]
}