{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/2.0.0/MedicinalProductManufacturedNOMA",
  "version": "2.1.",
  "name": "MedicinalProductManufacturedNOMA",
  "title": "MedicinalProductManufactured",
  "status": "retired",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicinalProductManufactured",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicinalProductManufactured.extension",
        "path": "MedicinalProductManufactured.extension",
        "min": 1
      },
      {
        "id": "MedicinalProductManufactured.extension:nomaManufacturedItemID",
        "path": "MedicinalProductManufactured.extension",
        "sliceName": "nomaManufacturedItemID",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://legemiddelverket.no/fhir/StructureDefinition/IdentifierExtension"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "MedicinalProductManufactured.manufacturedDoseForm",
        "path": "MedicinalProductManufactured.manufacturedDoseForm",
        "definition": "The manufactured dose form is an element from the [Pharmaceutical Dose Form](https://simplifier.net/guide/Implementation-guide-for-NoMA-s-FHIR-API-2.0.0/Home/Code-Systems/Dose-Forms/Pharmaceutical-Dose-Form.page.md?version=current) Code System."
      },
      {
        "id": "MedicinalProductManufactured.manufacturedDoseForm.coding.system",
        "path": "MedicinalProductManufactured.manufacturedDoseForm.coding.system",
        "min": 1
      },
      {
        "id": "MedicinalProductManufactured.manufacturedDoseForm.coding.version",
        "path": "MedicinalProductManufactured.manufacturedDoseForm.coding.version",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.manufacturedDoseForm.coding.code",
        "path": "MedicinalProductManufactured.manufacturedDoseForm.coding.code",
        "min": 1
      },
      {
        "id": "MedicinalProductManufactured.manufacturedDoseForm.coding.userSelected",
        "path": "MedicinalProductManufactured.manufacturedDoseForm.coding.userSelected",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.unitOfPresentation",
        "path": "MedicinalProductManufactured.unitOfPresentation",
        "definition": "Contains an element from the [Units of Presentation](https://simplifier.net/guide/Implementation-guide-for-NoMA-s-FHIR-API-2.0.0/Home/Code-Systems/Products-and-Packages/Units-of-Presentation.page.md?version=current) Code System."
      },
      {
        "id": "MedicinalProductManufactured.quantity",
        "path": "MedicinalProductManufactured.quantity",
        "short": "Not used",
        "definition": "From FHIR R4B onward, The \"quantity\" element is moved from the MedicinalProductManufactured (or, in R4B terms, [ManufacturedItemDefinition](https://hl7.org/fhir/R5/manufactureditemdefinition.html)) profile to the ContainedItem element in the  [PackagedProductDefinition](https://hl7.org/fhir/R5/packagedproductdefinition.html) profile, \r\n\r\nHence, the quantity attribute should be deleted from this profile (cardinality = 0..0). Yet, the cardinality of the quantity element is 1..1, which cannot be \"narrowd\" to 0..0, therefore the quantity is always published with  \r\nsystem (temporary)= http://legemiddelverket.no/fhir/CodeSystem/Unused and  \r\ncode = \"NA\"",
        "fixedQuantity": {
          "system": "http://legemiddelverket.no/fhir/CodeSystem/Unused",
          "code": "N/A"
        }
      },
      {
        "id": "MedicinalProductManufactured.quantity.value",
        "path": "MedicinalProductManufactured.quantity.value",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.quantity.comparator",
        "path": "MedicinalProductManufactured.quantity.comparator",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.quantity.unit",
        "path": "MedicinalProductManufactured.quantity.unit",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.manufacturer",
        "path": "MedicinalProductManufactured.manufacturer",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.ingredient",
        "path": "MedicinalProductManufactured.ingredient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/2.1/MedicinalProductIngredientNOMA"
            ]
          }
        ]
      },
      {
        "id": "MedicinalProductManufactured.physicalCharacteristics",
        "path": "MedicinalProductManufactured.physicalCharacteristics",
        "max": "0"
      },
      {
        "id": "MedicinalProductManufactured.otherCharacteristics",
        "path": "MedicinalProductManufactured.otherCharacteristics",
        "max": "0"
      }
    ]
  }
}