{
  "resourceType": "StructureDefinition",
  "id": "mycs",
  "url": "https://are.surveillance.rki.de/fhir/StructureDefinition/MyCS",
  "version": "4.0.1",
  "name": "MyCS",
  "status": "draft",
  "experimental": false,
  "date": "2019-10-31T22:29:23+00:00",
  "publisher": "Test",
  "description": "Enforces purpose information",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CodeSystem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeSystem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeSystem",
        "path": "CodeSystem",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CodeSystem.purpose",
        "path": "CodeSystem.purpose",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      }
    ]
  }
}