{
  "resourceType": "CodeSystem",
  "id": "noCountry",
  "url": "https://demis.rki.de/fhir/CodeSystem/noCountry",
  "version": "1.1.0",
  "name": "NoCountry",
  "title": "Staatenlos oder Ausland",
  "status": "active",
  "date": "2024-05-28",
  "description": "Das CodeSystem NoCountry enthält die Codes zur Angabe für staatenlos und Ausland.",
  "caseSensitive": false,
  "valueSet": "https://demis.rki.de/fhir/ValueSet/noCountry",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder",
          "valueInteger": 98
        }
      ],
      "code": "31099997",
      "display": "staatenlos"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder",
          "valueInteger": 97
        }
      ],
      "code": "31099999",
      "display": "Ausland (Land unbekannt)"
    }
  ]
}