{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLMedication",
  "name": "NLLMedication",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "EHM",
      "uri": "http://ehalsomyndigheten.se",
      "name": "E-hälsomyndigheten Internal Model"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Medication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Medication",
        "path": "Medication",
        "short": "Medicinal product or medical consumables",
        "definition": "This resource is used to represent a medicinal product or medical consumables, identified by an npl package id (sv: npl pack id) or product number (sv: varunummer)."
      },
      {
        "id": "Medication.extension",
        "path": "Medication.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Medication.extension:nllNPLid",
        "path": "Medication.extension",
        "sliceName": "nllNPLid",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLNplId"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "EHM",
            "map": "NPL-id"
          }
        ]
      },
      {
        "id": "Medication.extension:nllMedicinalProduct",
        "path": "Medication.extension",
        "sliceName": "nllMedicinalProduct",
        "short": "Indicates if the defined medication is a medical product",
        "definition": "Indicates if the defined medication is a medical product",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicinalProduct"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "EHM",
            "map": "Läkemedel"
          }
        ]
      },
      {
        "id": "Medication.extension:nllAmountDescription",
        "path": "Medication.extension",
        "sliceName": "nllAmountDescription",
        "short": "Describes the amount in the package in free text form",
        "definition": "Describes the amount in the package in free text form",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLAmountInPackage"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllAmountDescription.extension:textWithUnit",
        "path": "Medication.extension.extension",
        "sliceName": "textWithUnit",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Antal i klartext"
          }
        ]
      },
      {
        "id": "Medication.extension:nllAmountDescription.extension:textWithAlternateUnit",
        "path": "Medication.extension.extension",
        "sliceName": "textWithAlternateUnit",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Antal i klartext alternativ"
          }
        ]
      },
      {
        "id": "Medication.extension:nllTradeName",
        "path": "Medication.extension",
        "sliceName": "nllTradeName",
        "short": "Name of the medication product",
        "definition": "Name of the medication product",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationName"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllTradeName.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Produktnamn"
          }
        ]
      },
      {
        "id": "Medication.extension:nllBenefit",
        "path": "Medication.extension",
        "sliceName": "nllBenefit",
        "short": "Indicates if the medication fulfills the rules of benefits (sv: förmån)",
        "definition": "Indicates if the medication fulfills the rules of benefits (sv: förmån)",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLBenefit"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllBenefit.value[x]",
        "path": "Medication.extension.value[x]",
        "short": "Shows if the product is defined as reimbursable (sv: förmånsberättigad) in VARA",
        "definition": "Shows if the product is defined as reimbursable (sv: förmånsberättigad) in VARA, based on decision by TLV.",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Förmånsberättigad"
          }
        ]
      },
      {
        "id": "Medication.extension:nllDescription",
        "path": "Medication.extension",
        "sliceName": "nllDescription",
        "short": "Text summary, describing the medication product/article,",
        "definition": "Text summary, describing the medication product/article, for example: product name, form, strength, strength unit.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationDescription"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllDescription.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Artikelbenämning"
          }
        ]
      },
      {
        "id": "Medication.extension:nllSubstitutionDetails",
        "path": "Medication.extension",
        "sliceName": "nllSubstitutionDetails",
        "short": "Information related to substitution, if product is interchangeable and substance group",
        "definition": "Information related to substitution, if product is interchangeable and substance group",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLSubstitutionDetails"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllSubstitutionDetails.extension:interchangeable",
        "path": "Medication.extension.extension",
        "sliceName": "interchangeable",
        "short": "Indicates if the product is indicated as interchangeable in VARA",
        "definition": "Indicates if the product is indicated as interchangeable in VARA",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Utbytbarhet"
          }
        ]
      },
      {
        "id": "Medication.extension:nllSubstitutionDetails.extension:interchangeSubstanceGroup",
        "path": "Medication.extension.extension",
        "sliceName": "interchangeSubstanceGroup",
        "short": "Substance group as defined in LiiV",
        "definition": "Substance group as defined in LiiV"
      },
      {
        "id": "Medication.extension:nllSalesStopped",
        "path": "Medication.extension",
        "sliceName": "nllSalesStopped",
        "short": "Indicates if the product or article is sales stopped",
        "definition": "Inticates (if true) that the article or product is sales stopped.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLSalesStopped"
            ]
          }
        ],
        "meaningWhenMissing": "This article is NOT sales stopped if the element is missing."
      },
      {
        "id": "Medication.extension:nllSalesStopped.value[x]",
        "path": "Medication.extension.value[x]",
        "short": "Indicates if sales are stopped for this article",
        "definition": "Indicates if sales are stopped for this article, based on decision by TLV (sv: försäljningsstoppad av TLV)",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Försäljningsstoppad"
          }
        ]
      },
      {
        "id": "Medication.extension:nllDispensingRestriction",
        "path": "Medication.extension",
        "sliceName": "nllDispensingRestriction",
        "short": "Describes if dispensing restrictions apply to the medication",
        "definition": "Describes if dispatch restrictions apply to the medication (sv: utlämnande begränsning) and that the prescriber needs special qualification(s) to prescribe the medication.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLDispensingRestriction"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "EHM",
            "map": "Utlämnandebegränsning"
          }
        ]
      },
      {
        "id": "Medication.extension:nllDispensingRestriction.value[x].coding",
        "path": "Medication.extension.value[x].coding",
        "min": 1,
        "max": "1",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Utlämnandebegränsning kod"
          }
        ]
      },
      {
        "id": "Medication.extension:nllDispensingRestriction.value[x].text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Medication.extension.value[x].text",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Utlämnandebegränsning klartext"
          }
        ]
      },
      {
        "id": "Medication.extension:nllOrganization",
        "path": "Medication.extension",
        "sliceName": "nllOrganization",
        "short": "Name of the organization responsible for this medic article",
        "definition": "Name of the organization responsible for this medic article (sv: intressentnamn)",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLOrganizationName"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllOrganization.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Intressentnamn"
          }
        ]
      },
      {
        "id": "Medication.extension:nllProductType",
        "path": "Medication.extension",
        "sliceName": "nllProductType",
        "short": "Type of product",
        "definition": "Type of product as coded value with textual form",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLProductType"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllProductType.value[x].coding",
        "path": "Medication.extension.value[x].coding",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Produkttyp kod"
          }
        ]
      },
      {
        "id": "Medication.extension:nllProductType.value[x].text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Medication.extension.value[x].text",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Produkttyp klartext"
          }
        ]
      },
      {
        "id": "Medication.extension:nllNotAvailable",
        "path": "Medication.extension",
        "sliceName": "nllNotAvailable",
        "short": "Indicates that this article is no longer possible to order",
        "definition": "Indicates that this article is no longer possible to order, as defined by TLV (sv: beställningsstoppad)",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLNotAvailable"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllNotAvailable.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Beställningsstoppad"
          }
        ]
      },
      {
        "id": "Medication.extension:nllWithdrawalDate",
        "path": "Medication.extension",
        "sliceName": "nllWithdrawalDate",
        "short": "Date when this article was unregistered",
        "definition": "Date when this article was unregistered",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLWithdrawalDate"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllWithdrawalDate.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Avregistreringsdatum"
          }
        ]
      },
      {
        "id": "Medication.extension:nllPackage",
        "path": "Medication.extension",
        "sliceName": "nllPackage",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLPackage"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllPackage.extension:packageContainer",
        "path": "Medication.extension.extension",
        "sliceName": "packageContainer",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Förpackningstyp"
          }
        ]
      },
      {
        "id": "Medication.extension:nllPackage.extension:packageDescription",
        "path": "Medication.extension.extension",
        "sliceName": "packageDescription",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Förpackningsinnehåll"
          }
        ]
      },
      {
        "id": "Medication.extension:nllStrength",
        "path": "Medication.extension",
        "sliceName": "nllStrength",
        "short": "Strength of the medication",
        "definition": "Strength of the medication, defined in a quantity and textual description.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLStrength"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllStrength.extension:quantity",
        "path": "Medication.extension.extension",
        "sliceName": "quantity",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Styrka, styrka enhet"
          }
        ]
      },
      {
        "id": "Medication.extension:nllStrength.extension:text",
        "path": "Medication.extension.extension",
        "sliceName": "text",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Styrka klartext"
          }
        ]
      },
      {
        "id": "Medication.extension:nllProductOfTheMonth",
        "path": "Medication.extension",
        "sliceName": "nllProductOfTheMonth",
        "short": "Indicates if this product was defined as product of this month or the previous",
        "definition": "Indicates if this product was defined as product of this month or the previous",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLProductOfTheMonth"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllProductOfTheMonth.extension:productOfTheMonth",
        "path": "Medication.extension.extension",
        "sliceName": "productOfTheMonth",
        "short": "Indicates if this product is defined as product of the current period",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Periodens vara"
          }
        ]
      },
      {
        "id": "Medication.extension:nllProductOfTheMonth.extension:previousProductOfTheMonth",
        "path": "Medication.extension.extension",
        "sliceName": "previousProductOfTheMonth",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Föregående periodens vara"
          }
        ]
      },
      {
        "id": "Medication.extension:nllPrescriptiveAuthorityCode",
        "path": "Medication.extension",
        "sliceName": "nllPrescriptiveAuthorityCode",
        "short": "Prescriptive authority code which applies to this product",
        "definition": "Prescriptive authority code which applies to this product",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLPrescriptiveAuthorityCode"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllPrescriptiveAuthorityCode.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Förskrivningsrätt(er)"
          }
        ]
      },
      {
        "id": "Medication.extension:nllControlledMedicinalProduct",
        "path": "Medication.extension",
        "sliceName": "nllControlledMedicinalProduct",
        "short": "Indicates if this is a controlled medicinal product",
        "definition": "Indicates if this is a controlled medicinal product (sv: särskilt läkemedel)",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLControlledMedicalProduct"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllControlledMedicinalProduct.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Särskilt läkemedel"
          }
        ]
      },
      {
        "id": "Medication.extension:nllHistoricalTradeName",
        "path": "Medication.extension",
        "sliceName": "nllHistoricalTradeName",
        "short": "Historical trade name of the product",
        "definition": "Historical trade name of the product, may contain several elements where each represents a name for a given period.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLHistoricalTradeName"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllHistoricalTradeName.extension:name",
        "path": "Medication.extension.extension",
        "sliceName": "name",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Historiskt produktnamn"
          }
        ]
      },
      {
        "id": "Medication.extension:nllHistoricalTradeName.extension:validFrom",
        "path": "Medication.extension.extension",
        "sliceName": "validFrom",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Historiskt produktnamn giltigt från och med"
          }
        ]
      },
      {
        "id": "Medication.extension:nllHistoricalTradeName.extension:validTo",
        "path": "Medication.extension.extension",
        "sliceName": "validTo",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Historiskt produktnamn giltigt från och med"
          }
        ]
      },
      {
        "id": "Medication.extension:nllRepeatPrescription",
        "path": "Medication.extension",
        "sliceName": "nllRepeatPrescription",
        "definition": "Indicates if the product is allowed on a reapeatable prescription (sv: iterering). Only indicated on products of the type \"controlled medical prduct\" (sv: särskilda läkemedel).\r\n\r\n001 - Recept får itereras\r\n002 - Recept får inte itereras\r\n003 - Recept för humant bruk får itereras\r\n004 - Recept får itereras endast om receptet är elektroniskt eller i pappersformat som förvaras på öppenvårdsapotek",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLRepeatPrescription"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllRepeatPrescription.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Iterering"
          }
        ]
      },
      {
        "id": "Medication.extension:nllOnTheMarket",
        "path": "Medication.extension",
        "sliceName": "nllOnTheMarket",
        "short": "Indicates if the product is on the market",
        "definition": "Indicates if the product is on the market (sv: marknadsförs)",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLOnTheMarket"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllOnTheMarket.value[x]",
        "path": "Medication.extension.value[x]",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Marknadsförs"
          }
        ]
      },
      {
        "id": "Medication.extension:nllPreviousItemNumber",
        "path": "Medication.extension",
        "sliceName": "nllPreviousItemNumber",
        "short": "Previous/historical item number",
        "definition": "Previous/historical item number",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLPreviousItemNumber"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "EHM",
            "map": "Historiskt varunummer"
          }
        ]
      },
      {
        "id": "Medication.extension:nllNarcoticClass",
        "path": "Medication.extension",
        "sliceName": "nllNarcoticClass",
        "definition": "Narcotic classification including textual description (sv: narkotikaklass och narkotikaklass klartext)\r\nCode and textual description\r\n\r\n- = Ospecificerad \r\n0 = Ej narkotikaklassad \r\n1 = II \r\n2 = Narkotika förteckning IV/V \r\n3 = III \r\n4 = IV \r\n5 = V \r\n6 = I",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLNarcoticClassification"
            ]
          }
        ]
      },
      {
        "id": "Medication.extension:nllNarcoticClass.value[x].coding",
        "path": "Medication.extension.value[x].coding",
        "min": 1,
        "max": "1",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Narkotikaklass kod"
          }
        ]
      },
      {
        "id": "Medication.extension:nllNarcoticClass.value[x].text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Medication.extension.value[x].text",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Narkotikaklass klartext"
          }
        ]
      },
      {
        "id": "Medication.identifier",
        "path": "Medication.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Medication.identifier:nplPackageId",
        "path": "Medication.identifier",
        "sliceName": "nplPackageId",
        "short": "NPL package id",
        "definition": "Business identifier for this medication in the form of npl package id.",
        "max": "1",
        "mapping": [
          {
            "identity": "EHM",
            "map": "NPL pack-id"
          }
        ]
      },
      {
        "id": "Medication.identifier:nplPackageId.system",
        "path": "Medication.identifier.system",
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/tbd-npl"
        }
      },
      {
        "id": "Medication.identifier:itemNumber",
        "path": "Medication.identifier",
        "sliceName": "itemNumber",
        "short": "Business identifier for medicine consumables",
        "definition": "Business identifier for medicine consumables (sv:handelsvara). Not used for medications as of now TBD",
        "max": "1",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Varunummer",
            "comment": "Only for medicine consumables"
          }
        ]
      },
      {
        "id": "Medication.identifier:itemNumber.system",
        "path": "Medication.identifier.system",
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/tbd-varunummer"
        }
      },
      {
        "id": "Medication.code",
        "path": "Medication.code",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "definition": "A code (or set of codes) that specify this medication, including a textual description if available. Medications uses an ATC-code, consumables ... (TBD)"
      },
      {
        "id": "Medication.code:atcCode",
        "path": "Medication.code",
        "sliceName": "atcCode",
        "definition": "A code (or set of codes) that specify this medication, with an optional textual description if no code is available. This slice specifies an ATC-code.",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "MedicationFormalRepresentation"
            }
          ],
          "strength": "required",
          "description": "ATC-code",
          "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips"
        }
      },
      {
        "id": "Medication.code:atcCode.coding",
        "path": "Medication.code.coding",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "ATC-kod"
          }
        ]
      },
      {
        "id": "Medication.code:atcCode.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Medication.code.text",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "ATC-kod klartext"
          }
        ]
      },
      {
        "id": "Medication.code:otherCode",
        "path": "Medication.code",
        "sliceName": "otherCode"
      },
      {
        "id": "Medication.status",
        "path": "Medication.status",
        "short": "active | inactive",
        "definition": "active | inactive | entered-in-error"
      },
      {
        "id": "Medication.form",
        "path": "Medication.form",
        "short": "Manufactured dose form",
        "definition": "Manufactured dose form of a medicinal product in the package\r\nExamples\r\n100000 - Granulat i kapslar avsedda att öppnas\r\n100001 - Pulver och vätsla till tandsköttsgel\r\n100002 - Injektions-/infusionsvätska, lösnings i ampull",
        "comment": "Describes the authorised pharmaceutical dose form, i.e. the pharmaceutical dose form in which the medicinal product is marketed.",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Läkemedelsform"
          }
        ]
      },
      {
        "id": "Medication.amount",
        "path": "Medication.amount",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Förpackningsmängd och enhet"
          }
        ]
      }
    ]
  }
}