{
  "resourceType": "ValueSet",
  "id": "CountryIdCode",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://mrdm.nl/profiles/fhir/r4/dbir/ValueSet/CountryIdCode",
  "name": "CountryIdCode",
  "status": "draft",
  "experimental": false,
  "publisher": "MRDM",
  "version": "0.0.1",
  "description": "Country of issue of the patient's social security number.",
  "compose": {
    "include": [
      {
        "system": "http://mrdm.nl/encrypted-identifier/idcode",
        "concept": [
          {
            "code": "nl",
            "display": "The Netherlands"
          },
          {
            "code": "de",
            "display": "Germany"
          },
          {
            "code": "be",
            "display": "Belgium"
          },
          {
            "code": "se",
            "display": "Sweden"
          },
          {
            "code": "other",
            "display": "Other/Unknown"
          }
        ]
      }
    ]
  }
}