{
  "resourceType": "StructureDefinition",
  "id": "CodeableConcept",
  "url": "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/CodeableConcept/v1",
  "version": "1.0",
  "name": "CodeableConcept",
  "status": "active",
  "date": "2024-01-10T14:25:44.7798514+00:00",
  "description": "This profiled data type is used for CodeableConcepts.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "CodeableConcept",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeableConcept.id",
        "path": "CodeableConcept.id",
        "max": "0"
      },
      {
        "id": "CodeableConcept.coding",
        "path": "CodeableConcept.coding",
        "definition": "Code defined by a terminology system.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CodeableConcept.coding.system",
        "path": "CodeableConcept.coding.system",
        "definition": "Identity of the terminology system.",
        "min": 1
      },
      {
        "id": "CodeableConcept.coding.version",
        "path": "CodeableConcept.coding.version",
        "max": "0"
      },
      {
        "id": "CodeableConcept.coding.code",
        "path": "CodeableConcept.coding.code",
        "definition": "Symbol in syntax defined by the system.",
        "min": 1
      },
      {
        "id": "CodeableConcept.coding.display",
        "path": "CodeableConcept.coding.display",
        "definition": "Representation defined by the system."
      },
      {
        "id": "CodeableConcept.coding.userSelected",
        "path": "CodeableConcept.coding.userSelected",
        "max": "0"
      },
      {
        "id": "CodeableConcept.text",
        "path": "CodeableConcept.text",
        "definition": "Plain text representation of the concept."
      }
    ]
  }
}