PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/Concept
{
  "description": "Terminology concept resource for Aidbox.",
  "_filename": "StructureDefinition-concept.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Concept",
  "abstract": false,
  "type": "Concept",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "c42a8172-6f95-40c9-94e0-4499da3a4f51",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Concept",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "Concept",
      "max": "*",
      "min": 0,
      "path": "Concept",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Concept._source",
      "max": "1",
      "min": 0,
      "path": "Concept._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "Concept.system",
      "max": "1",
      "min": 1,
      "path": "Concept.system",
      "type": [ {
        "code": "string"
      } ],
      "short": "Code system that defines the concept."
    }, {
      "id": "Concept.code",
      "max": "1",
      "min": 1,
      "path": "Concept.code",
      "type": [ {
        "code": "string"
      } ],
      "short": "Symbol or identifier for the concept within the system."
    }, {
      "id": "Concept.display",
      "max": "1",
      "min": 0,
      "path": "Concept.display",
      "type": [ {
        "code": "string"
      } ],
      "short": "Human-readable representation of the concept."
    }, {
      "id": "Concept.definition",
      "max": "1",
      "min": 0,
      "path": "Concept.definition",
      "type": [ {
        "code": "string"
      } ],
      "short": "Formal definition of the concept."
    }, {
      "id": "Concept.deprecated",
      "max": "1",
      "min": 0,
      "path": "Concept.deprecated",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether the concept is deprecated."
    }, {
      "id": "Concept.valueset",
      "max": "*",
      "min": 0,
      "path": "Concept.valueset",
      "type": [ {
        "code": "string"
      } ],
      "short": "Value sets that include this concept."
    }, {
      "id": "Concept.hierarchy",
      "max": "*",
      "min": 0,
      "path": "Concept.hierarchy",
      "type": [ {
        "code": "string"
      } ],
      "short": "Hierarchies this concept belongs to."
    }, {
      "id": "Concept.ancestors",
      "max": "1",
      "min": 0,
      "path": "Concept.ancestors",
      "short": "List of ancestor concepts in the hierarchy.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Concept.property",
      "max": "1",
      "min": 0,
      "path": "Concept.property",
      "short": "Additional properties associated with the concept.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Concept.designation",
      "max": "1",
      "min": 0,
      "path": "Concept.designation",
      "short": "Additional representations for the concept.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Concept.designation.definition",
      "max": "1",
      "min": 0,
      "path": "Concept.designation.definition",
      "short": "Additional definitions for the concept.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "Concept.designation.display",
      "max": "1",
      "min": 0,
      "path": "Concept.designation.display",
      "short": "Display names in different languages or contexts.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}