{
  "resourceType": "StructureDefinition",
  "id": "Substance",
  "url": "http://amphi.eu/fhir/prehospitalsolution/StructureDefinition/Substance/v1",
  "version": "1.0",
  "name": "Substance",
  "status": "active",
  "date": "2024-02-14T13:52:38.7824691+00:00",
  "description": "This resource is used for the identification of the substance present in the medication.\r\nThe profile is based on the Substance Resource.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Substance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Substance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Substance.id",
        "path": "Substance.id",
        "max": "0"
      },
      {
        "id": "Substance.meta",
        "path": "Substance.meta"
      },
      {
        "id": "Substance.meta.id",
        "path": "Substance.meta.id",
        "max": "0"
      },
      {
        "id": "Substance.meta.versionId",
        "path": "Substance.meta.versionId",
        "min": 1
      },
      {
        "id": "Substance.meta.lastUpdated",
        "path": "Substance.meta.lastUpdated",
        "min": 1
      },
      {
        "id": "Substance.meta.source",
        "path": "Substance.meta.source",
        "max": "0"
      },
      {
        "id": "Substance.meta.profile",
        "path": "Substance.meta.profile",
        "max": "0"
      },
      {
        "id": "Substance.meta.security",
        "path": "Substance.meta.security",
        "max": "0"
      },
      {
        "id": "Substance.meta.tag",
        "path": "Substance.meta.tag",
        "max": "0"
      },
      {
        "id": "Substance.implicitRules",
        "path": "Substance.implicitRules",
        "max": "0"
      },
      {
        "id": "Substance.language",
        "path": "Substance.language",
        "max": "0"
      },
      {
        "id": "Substance.text",
        "path": "Substance.text",
        "max": "0"
      },
      {
        "id": "Substance.contained",
        "path": "Substance.contained",
        "max": "0"
      },
      {
        "id": "Substance.identifier",
        "path": "Substance.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Substance.identifier.use",
        "path": "Substance.identifier.use",
        "max": "0"
      },
      {
        "id": "Substance.identifier.type",
        "path": "Substance.identifier.type",
        "max": "0"
      },
      {
        "id": "Substance.identifier.system",
        "path": "Substance.identifier.system",
        "definition": "The namespace for the identifier value.",
        "min": 1
      },
      {
        "id": "Substance.identifier.value",
        "path": "Substance.identifier.value",
        "definition": "The value that is unique.",
        "min": 1
      },
      {
        "id": "Substance.identifier.period",
        "path": "Substance.identifier.period",
        "max": "0"
      },
      {
        "id": "Substance.identifier.assigner",
        "path": "Substance.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Substance.status",
        "path": "Substance.status",
        "max": "0"
      },
      {
        "id": "Substance.category",
        "path": "Substance.category",
        "max": "0"
      },
      {
        "id": "Substance.code.coding",
        "path": "Substance.code.coding",
        "definition": "Code defined by a terminology system.",
        "max": "1"
      },
      {
        "id": "Substance.code.coding.system",
        "path": "Substance.code.coding.system",
        "definition": "Identity of the terminology system.",
        "min": 1,
        "fixedUri": "http://www.whocc.no/atc"
      },
      {
        "id": "Substance.code.coding.version",
        "path": "Substance.code.coding.version",
        "max": "0"
      },
      {
        "id": "Substance.code.coding.code",
        "path": "Substance.code.coding.code",
        "definition": "Symbol in syntax defined by the system.",
        "min": 1
      },
      {
        "id": "Substance.code.coding.display",
        "path": "Substance.code.coding.display",
        "definition": "Representation defined by the system."
      },
      {
        "id": "Substance.code.coding.userSelected",
        "path": "Substance.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Substance.code.text",
        "path": "Substance.code.text",
        "definition": "If the substance is associated with a NPL code the NPL code must be stated here."
      },
      {
        "id": "Substance.description",
        "path": "Substance.description",
        "max": "0"
      },
      {
        "id": "Substance.instance",
        "path": "Substance.instance",
        "max": "0"
      },
      {
        "id": "Substance.ingredient",
        "path": "Substance.ingredient",
        "max": "0"
      }
    ]
  }
}