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

: CodeSystem CD-FED-COUNTRY - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cd-fed-country",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-fed-country defines many codes, of which the following are a subset:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">BE<a name=\"cd-fed-country-BE\"/></td><td>Belgium</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-fed-country",
  "version" : "1.2.2",
  "name" : "Cdfedcountry",
  "title" : "CodeSystem CD-FED-COUNTRY",
  "status" : "active",
  "date" : "2020-09-25T13:06:43+02:00",
  "publisher" : "eHealth",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.fgov.be/"
        }
      ]
    }
  ],
  "description" : "FedICT country codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "056"
        }
      ]
    }
  ],
  "content" : "fragment",
  "concept" : [
    {
      "code" : "BE",
      "display" : "Belgium"
    }
  ]
}