FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/2.16.840.1.113883.10.20.22.4.23

Packagehl7.cda.us.ccdar2dot2
TypeStructureDefinition
Id2.16.840.1.113883.10.20.22.4.23
FHIR VersionR4
Sourcehttp://hl7.org/cda/us/ccda/https://build.fhir.org/ig/HL7/CDA-ccda-2.2/StructureDefinition-2.16.840.1.113883.10.20.22.4.23.html
URLhttp://hl7.org/fhir/cda/ccda/StructureDefinition/2.16.840.1.113883.10.20.22.4.23
Version2.2
Statusactive
Date2022-05-13T15:50:12+00:00
NameMedicationInformation
TitleMedication Information
Realmus
Authorityhl7
DescriptionA medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., metoprolol 25mg tablet, amoxicillin 400mg/5mL suspension) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack). The dose (doseQuantity) represents how many of the consumables are to be administered at each administration event. As a result, the dose is always relative to the consumable. Thus, a patient consuming a single "metoprolol 25mg tablet" per administration will have a doseQuantity of "1", whereas a patient consuming "metoprolol" will have a dose of "25 mg".
TypeManufacturedProduct
Kindresource

Resources that use this resource

StructureDefinition
2.16.840.1.113883.10.20.22.4.16Medication Activity
2.16.840.1.113883.10.20.22.4.17Medication Supply Order
2.16.840.1.113883.10.20.22.4.18Medication Dispense
2.16.840.1.113883.10.20.22.4.42Planned Medication Activity
2.16.840.1.113883.10.20.22.4.43Planned Supply

Resources that this resource uses

ValueSet
2.16.840.1.113762.1.4.1010.2Clinical Substance
2.16.840.1.113762.1.4.1010.4Medication Clinical Drug

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. ManufacturedProduct 1..1CDAR2.ManufacturedProduct
... classCode 1..1code
... Slices for templateId 0..*IISlice: Unordered, Open by value:root, value:extension
.... templateId:primary 1..1II
..... root 1..1stringRequired Pattern: 2.16.840.1.113883.10.20.22.4.23
..... extension 1..1stringRequired Pattern: 2014-06-09
... id 0..*II
... manufacturedMaterial 1..1MaterialA medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., “metoprolol 25mg tablet”, “amoxicillin 400mg/5mL suspension”) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack).
.... code 1..1CEBinding: Medication Clinical Drug (required)
..... translation 0..*CDBinding: Clinical Substance (example)
... manufacturerOrganization 0..1Organization

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "2.16.840.1.113883.10.20.22.4.23",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/cda/ccda/StructureDefinition/2.16.840.1.113883.10.20.22.4.23",
  "identifier": [
    {
      "value": "urn:hl7ii:2.16.840.1.113883.10.20.22.4.23:2014-06-09"
    }
  ],
  "version": "2.2",
  "name": "MedicationInformation",
  "title": "Medication Information",
  "status": "active",
  "date": "2022-05-13T15:50:12+00:00",
  "publisher": "Health Level Seven",
  "contact": [
    {
      "name": "HL7 International - Structured Documents",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description": "A medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., metoprolol 25mg tablet, amoxicillin 400mg/5mL suspension) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack).\n\nThe dose (doseQuantity) represents how many of the consumables are to be administered at each administration event. As a result, the dose is always relative to the consumable. Thus, a patient consuming a single \"metoprolol 25mg tablet\" per administration will have a doseQuantity of \"1\", whereas a patient consuming \"metoprolol\" will have a dose of \"25 mg\".",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ManufacturedProduct",
  "baseDefinition": "http://hl7.org/fhir/cda/StructureDefinition/ManufacturedProduct",
  "derivation": "constraint",
  "snapshot": {
    "element": [
      {
        "id": "ManufacturedProduct",
        "path": "ManufacturedProduct",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "ManufacturedProduct.classCode",
        "path": "ManufacturedProduct.classCode",
        "representation": [
          "xmlAttr"
        ],
        "requirements": "SHALL contain exactly one [1..1] @classCode=\"MANU\" (CodeSystem: HL7RoleClass urn:oid:2.16.840.1.113883.5.110 STATIC) (CONF:1098-7408).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ManufacturedProduct.classCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MANU",
        "fixedCode": "MANU",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassManufacturedProduct"
        }
      },
      {
        "id": "ManufacturedProduct.templateId",
        "path": "ManufacturedProduct.templateId",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "root"
            },
            {
              "type": "value",
              "path": "extension"
            }
          ],
          "rules": "open"
        },
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ManufacturedProduct.templateId",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.templateId:primary",
        "path": "ManufacturedProduct.templateId",
        "sliceName": "primary",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "requirements": "SHALL contain exactly one [1..1] templateId (CONF:1098-7409) such that it",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ManufacturedProduct.templateId",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.templateId:primary.nullFlavor",
        "path": "ManufacturedProduct.templateId.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ANY.nullFlavor",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-NullFlavor"
        }
      },
      {
        "id": "ManufacturedProduct.templateId:primary.assigningAuthorityName",
        "path": "ManufacturedProduct.templateId.assigningAuthorityName",
        "representation": [
          "xmlAttr"
        ],
        "label": "Assigning Authority Name",
        "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "II.assigningAuthorityName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.templateId:primary.displayable",
        "path": "ManufacturedProduct.templateId.displayable",
        "representation": [
          "xmlAttr"
        ],
        "label": "Displayable",
        "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "II.displayable",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.templateId:primary.root",
        "path": "ManufacturedProduct.templateId.root",
        "representation": [
          "xmlAttr"
        ],
        "label": "Root",
        "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.",
        "requirements": "SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.10.20.22.4.23\" (CONF:1098-10506).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "II.root",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "patternString": "2.16.840.1.113883.10.20.22.4.23"
      },
      {
        "id": "ManufacturedProduct.templateId:primary.extension",
        "path": "ManufacturedProduct.templateId.extension",
        "representation": [
          "xmlAttr"
        ],
        "label": "Extension",
        "definition": "A character string as a unique identifier within the scope of the identifier root.",
        "requirements": "SHALL contain exactly one [1..1] @extension=\"2014-06-09\" (CONF:1098-32579).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "II.extension",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "patternString": "2014-06-09"
      },
      {
        "id": "ManufacturedProduct.id",
        "path": "ManufacturedProduct.id",
        "requirements": "MAY contain zero or more [0..*] id (CONF:1098-7410).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ManufacturedProduct.id",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.sdtcIdentifiedBy",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name",
            "valueString": "identifiedBy"
          }
        ],
        "path": "ManufacturedProduct.sdtcIdentifiedBy",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ManufacturedProduct.sdtcIdentifiedBy",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/IdentifiedBy"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedLabeledDrug",
        "path": "ManufacturedProduct.manufacturedLabeledDrug",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ManufacturedProduct.manufacturedLabeledDrug",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/LabeledDrug"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial",
        "path": "ManufacturedProduct.manufacturedMaterial",
        "label": "A medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., “metoprolol 25mg tablet”, “amoxicillin 400mg/5mL suspension”) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack).",
        "short": "A medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., “metoprolol 25mg tablet”, “amoxicillin 400mg/5mL suspension”) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack).",
        "requirements": "SHALL contain exactly one [1..1] manufacturedMaterial (CONF:1098-7411).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ManufacturedProduct.manufacturedMaterial",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/Material"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.classCode",
        "path": "ManufacturedProduct.manufacturedMaterial.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "base": {
          "path": "Material.classCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MMAT",
        "fixedCode": "MMAT",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassManufacturedMaterial"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.determinerCode",
        "path": "ManufacturedProduct.manufacturedMaterial.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "base": {
          "path": "Material.determinerCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "KIND",
        "fixedCode": "KIND",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminerDetermined"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.nullFlavor",
        "path": "ManufacturedProduct.manufacturedMaterial.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Material.nullFlavor",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-NullFlavor"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.templateId",
        "path": "ManufacturedProduct.manufacturedMaterial.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Material.templateId",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/II"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code",
        "path": "ManufacturedProduct.manufacturedMaterial.code",
        "requirements": "This manufacturedMaterial SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet Medication Clinical Drug urn:oid:2.16.840.1.113762.1.4.1010.4 DYNAMIC (CONF:1098-7412).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Material.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/CE"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.4"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.nullFlavor",
        "path": "ManufacturedProduct.manufacturedMaterial.code.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ANY.nullFlavor",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-NullFlavor"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.code",
        "path": "ManufacturedProduct.manufacturedMaterial.code.code",
        "representation": [
          "xmlAttr"
        ],
        "label": "Code",
        "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.codeSystem",
        "path": "ManufacturedProduct.manufacturedMaterial.code.codeSystem",
        "representation": [
          "xmlAttr"
        ],
        "label": "Code System",
        "definition": "Specifies the code system that defines the code.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.codeSystem",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.codeSystemName",
        "path": "ManufacturedProduct.manufacturedMaterial.code.codeSystemName",
        "representation": [
          "xmlAttr"
        ],
        "label": "Code System Name",
        "definition": "The common name of the coding system.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.codeSystemName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.codeSystemVersion",
        "path": "ManufacturedProduct.manufacturedMaterial.code.codeSystemVersion",
        "representation": [
          "xmlAttr"
        ],
        "label": "Code System Version",
        "definition": "If applicable, a version descriptor defined specifically for the given code system.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.codeSystemVersion",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.displayName",
        "path": "ManufacturedProduct.manufacturedMaterial.code.displayName",
        "representation": [
          "xmlAttr"
        ],
        "label": "Display Name",
        "definition": "A name or title for the code, under which the sending system shows the code value to its users.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.displayName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.sdtcValueSet",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name",
            "valueString": "valueSet"
          }
        ],
        "path": "ManufacturedProduct.manufacturedMaterial.code.sdtcValueSet",
        "representation": [
          "xmlAttr"
        ],
        "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.valueSet",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.sdtcValueSetVersion",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name",
            "valueString": "valueSetVersion"
          }
        ],
        "path": "ManufacturedProduct.manufacturedMaterial.code.sdtcValueSetVersion",
        "representation": [
          "xmlAttr"
        ],
        "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.sdtcValueSetVersion",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.originalText",
        "path": "ManufacturedProduct.manufacturedMaterial.code.originalText",
        "label": "Original Text",
        "definition": "The text or phrase used as the basis for the coding.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.originalText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/ED"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.qualifier",
        "path": "ManufacturedProduct.manufacturedMaterial.code.qualifier",
        "label": "Qualifier",
        "definition": "Specifies additional codes that increase the specificity of the the primary code.",
        "min": 0,
        "max": "0",
        "base": {
          "path": "CD.qualifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/CR"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.translation",
        "path": "ManufacturedProduct.manufacturedMaterial.code.translation",
        "representation": [
          "typeAttr"
        ],
        "label": "Translation",
        "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.",
        "requirements": "This code MAY contain zero or more [0..*] translation, which MAY be selected from ValueSet Clinical Substance urn:oid:2.16.840.1.113762.1.4.1010.2 DYNAMIC (CONF:1098-31884).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "CD.translation",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/CD"
          }
        ],
        "binding": {
          "strength": "example",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.2"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.name",
        "path": "ManufacturedProduct.manufacturedMaterial.name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Material.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/EN"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.lotNumberText",
        "path": "ManufacturedProduct.manufacturedMaterial.lotNumberText",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Material.lotNumberText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/ST"
          }
        ]
      },
      {
        "id": "ManufacturedProduct.manufacturerOrganization",
        "path": "ManufacturedProduct.manufacturerOrganization",
        "requirements": "MAY contain zero or one [0..1] manufacturerOrganization (CONF:1098-7416).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ManufacturedProduct.manufacturerOrganization",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/cda/StructureDefinition/Organization"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ManufacturedProduct",
        "path": "ManufacturedProduct"
      },
      {
        "id": "ManufacturedProduct.classCode",
        "path": "ManufacturedProduct.classCode",
        "requirements": "SHALL contain exactly one [1..1] @classCode=\"MANU\" (CodeSystem: HL7RoleClass urn:oid:2.16.840.1.113883.5.110 STATIC) (CONF:1098-7408).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ManufacturedProduct.templateId",
        "path": "ManufacturedProduct.templateId",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "root"
            },
            {
              "type": "value",
              "path": "extension"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ManufacturedProduct.templateId:primary",
        "path": "ManufacturedProduct.templateId",
        "sliceName": "primary",
        "requirements": "SHALL contain exactly one [1..1] templateId (CONF:1098-7409) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ManufacturedProduct.templateId:primary.root",
        "path": "ManufacturedProduct.templateId.root",
        "requirements": "SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.10.20.22.4.23\" (CONF:1098-10506).",
        "min": 1,
        "max": "1",
        "patternString": "2.16.840.1.113883.10.20.22.4.23"
      },
      {
        "id": "ManufacturedProduct.templateId:primary.extension",
        "path": "ManufacturedProduct.templateId.extension",
        "requirements": "SHALL contain exactly one [1..1] @extension=\"2014-06-09\" (CONF:1098-32579).",
        "min": 1,
        "max": "1",
        "patternString": "2014-06-09"
      },
      {
        "id": "ManufacturedProduct.id",
        "path": "ManufacturedProduct.id",
        "requirements": "MAY contain zero or more [0..*] id (CONF:1098-7410).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial",
        "path": "ManufacturedProduct.manufacturedMaterial",
        "label": "A medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., “metoprolol 25mg tablet”, “amoxicillin 400mg/5mL suspension”) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack).",
        "short": "A medication should be recorded as a pre-coordinated ingredient + strength + dose form (e.g., “metoprolol 25mg tablet”, “amoxicillin 400mg/5mL suspension”) where possible. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack).",
        "requirements": "SHALL contain exactly one [1..1] manufacturedMaterial (CONF:1098-7411).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code",
        "path": "ManufacturedProduct.manufacturedMaterial.code",
        "requirements": "This manufacturedMaterial SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet Medication Clinical Drug urn:oid:2.16.840.1.113762.1.4.1010.4 DYNAMIC (CONF:1098-7412).",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.4"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturedMaterial.code.translation",
        "path": "ManufacturedProduct.manufacturedMaterial.code.translation",
        "requirements": "This code MAY contain zero or more [0..*] translation, which MAY be selected from ValueSet Clinical Substance urn:oid:2.16.840.1.113762.1.4.1010.2 DYNAMIC (CONF:1098-31884).",
        "min": 0,
        "max": "*",
        "binding": {
          "strength": "example",
          "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.2"
        }
      },
      {
        "id": "ManufacturedProduct.manufacturerOrganization",
        "path": "ManufacturedProduct.manufacturerOrganization",
        "requirements": "MAY contain zero or one [0..1] manufacturerOrganization (CONF:1098-7416).",
        "min": 0,
        "max": "1"
      }
    ]
  }
}