{
  "resourceType": "StructureDefinition",
  "id": "CodingASK",
  "url": "http://fhir.de/StructureDefinition/CodingASK",
  "version": "1.5.4",
  "name": "CodingASK",
  "title": "Coding-Profil für ASK",
  "status": "active",
  "experimental": false,
  "date": "2025-06-16",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "description": "Abbildung der Mindestanforderungen einer ASK-Codierung",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Coding",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coding",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coding.system",
        "path": "Coding.system",
        "short": "Canonische CodeSystem URL für ASK",
        "min": 1,
        "fixedUri": "http://fhir.de/CodeSystem/ask"
      },
      {
        "id": "Coding.code",
        "path": "Coding.code",
        "short": "Der ASK-Code",
        "min": 1
      }
    ]
  }
}