This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
JSON Format: StructureDefinition-Medication-uv-ips
Download Raw json
{ "resourceType" : "StructureDefinition", "id" : "Medication-uv-ips", "meta" : { "lastUpdated" : "2018-03-07T13:02:56.499-05:00" }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This profile represents the constraints applied to the Medication resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A medication is described in the patient summary as an instance of a Medication resource constrained by this profile.</div>" }, "url" : "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips", "version" : "0.3.0", "name" : "MedicationIPS", "title" : "Medication (IPS)", "status" : "draft", "experimental" : true, "date" : "2018-02-20T16:03:08-05:00", "publisher" : "HL7 International", "description" : "This profile represents the constraints applied to the Medication resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A medication is described in the patient summary as an instance of a Medication resource constrained by this profile.", "jurisdiction" : [ { "coding" : [ { "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001", "display" : "World" } ] } ], "purpose" : "This profile constrains the representation of a medication, in the context of the international patient summary as specified by the IPS project of HL7 International.", "fhirVersion" : "4.0.0", "mapping" : [ { "identity" : "script10.6", "uri" : "http://ncpdp.org/SCRIPT10_6", "name" : "Mapping to NCPDP SCRIPT 10.6" }, { "identity" : "rim", "uri" : "http://hl7.org/v3", "name" : "RIM Mapping" }, { "identity" : "w5", "uri" : "http://hl7.org/fhir/fivews", "name" : "FiveWs Pattern Mapping" }, { "identity" : "v2", "uri" : "http://hl7.org/v2", "name" : "HL7 v2 Mapping" } ], "kind" : "resource", "abstract" : false, "type" : "Medication", "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Medication", "derivation" : "constraint", "snapshot" : { "element" : [ { "id" : "Medication", "path" : "Medication", "short" : "Definition of a Medication", "definition" : "This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.", "comment" : "IPS Medication", "min" : 0, "max" : "*", "base" : { "path" : "Medication", "min" : 0, "max" : "*" }, "constraint" : [ { "key" : "dom-2", "severity" : "error", "human" : "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "expression" : "contained.contained.empty()", "xpath" : "not(parent::f:contained and f:contained)", "source" : "DomainResource" }, { "key" : "dom-4", "severity" : "error", "human" : "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "expression" : "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", "xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source" : "DomainResource" }, { "key" : "dom-3", "severity" : "error", "human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", "expression" : "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", "xpath" : "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", "source" : "DomainResource" }, { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", "valueBoolean" : true }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", "valueMarkdown" : "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." } ], "key" : "dom-6", "severity" : "warning", "human" : "A resource should have narrative for robust management", "expression" : "text.div.exists()", "xpath" : "exists(f:text/h:div)", "source" : "DomainResource" }, { "key" : "dom-5", "severity" : "error", "human" : "If a resource is contained in another resource, it SHALL NOT have a security label", "expression" : "contained.meta.security.empty()", "xpath" : "not(exists(f:contained/*/f:meta/f:security))", "source" : "DomainResource" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "Entity. Role, or Act" }, { "identity" : "script10.6", "map" : "NewRx/MedicationPrescribed\r-or-\rRxFill/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationPrescribed" }, { "identity" : "rim", "map" : "ManufacturedProduct[classCode=ADMM]" } ] }, { "id" : "Medication.id", "path" : "Medication.id", "short" : "Logical id of this artifact", "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "comment" : "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "id" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true }, { "id" : "Medication.meta", "path" : "Medication.meta", "short" : "Metadata about the resource", "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.meta", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Meta" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true }, { "id" : "Medication.implicitRules", "path" : "Medication.implicitRules", "short" : "A set of rules under which this content was created", "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", "comment" : "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.implicitRules", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "isModifier" : true, "isModifierReason" : "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", "isSummary" : true }, { "id" : "Medication.language", "path" : "Medication.language", "short" : "Language of the resource content", "definition" : "The base language in which the resource is written.", "comment" : "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "min" : 0, "max" : "1", "base" : { "path" : "Resource.language", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages" }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "Language" }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean" : true } ], "strength" : "preferred", "description" : "A human language.", "valueSet" : "http://hl7.org/fhir/ValueSet/languages" } }, { "id" : "Medication.text", "path" : "Medication.text", "short" : "Text summary of the resource, for human interpretation", "definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "comment" : "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", "alias" : [ "narrative", "html", "xhtml", "display" ], "min" : 0, "max" : "1", "base" : { "path" : "DomainResource.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Narrative" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "Act.text?" } ] }, { "id" : "Medication.contained", "path" : "Medication.contained", "short" : "Contained, inline Resources", "definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", "alias" : [ "inline resources", "anonymous resources", "contained resources" ], "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.contained", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Resource" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Medication.extension", "path" : "Medication.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Medication.modifierExtension", "path" : "Medication.modifierExtension", "short" : "Extensions that cannot be ignored", "definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Medication.identifier", "path" : "Medication.identifier", "short" : "Business identifier for this medication", "definition" : "Business identifier for this medication.", "comment" : "The serial number could be included as an identifier.", "min" : 0, "max" : "*", "base" : { "path" : "Medication.identifier", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Identifier" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "w5", "map" : "FiveWs.identifier" }, { "identity" : "rim", "map" : ".id" } ] }, { "id" : "Medication.code", "path" : "Medication.code", "short" : "Medication that was administered or was to be administered. Several kinds of product coding could be provided as: the IDMP Pharmaceutical Product Identifiers (PhPID), the IDMP Medicinal Product Identifier (MPID), the IDMP Packaged Medicinal Product Identifier (PCID), when they will be available; the WHO ATC code; or any other kind of code that identifies, classifies or clusters the administered product (such as SNOMED CT, RxNorm, jurisdictional code systems, cross-jurisdiction code systems, or any other classification).", "definition" : "Medication that was administered or was to be administered. \r\n\r\nSeveral kinds of medication coding could be provided as:\r\n\r\n1. The IDMP Pharmaceutical Product Identifier (PhPID), Level 1, [Substance(s)]. Example: Amoxicillin and Clavulanate Potassium; or any other equivalent coded concept;\r\n2. The IDMP Pharmaceutical Product Identifier (PhPID), Level 2 [Substance(s) + Strength + reference strength]. Example: Amoxicillin 875 mg and Clavulanate Potassium 125 mg; or any other equivalent coded concept;\r\n3. The IDMP Pharmaceutical Product Identifier (PhPID), Level 3 [Substance(s) + administrable dose form]. Example: Amoxicillin and Clavulanate Potassium, Oral Tablet; or any other equivalent coded concept;\r\n4. The IDMP Pharmaceutical Product Identifier (PhPID), Level 4 [Substance(s) + strength + reference strength + administrable dose form]. Example: Amoxicillin 875 mg and clavulanate potassium 125 mg, oral tablet; or any other equivalent coded concept 5. The IDMP Medicinal Product Identifier (MPID) or any equivalent Medicinal Product Identifier. IDMP MPID uniquely identifies a Medicinal Product, reflecting (but not replacing) any other authorization numbers allocated by a regulator. MPID implies one (set of) PhPID. The MPID shall use a common segment pattern related to a Medicinal Product, which, when each segment is valued shall define a specific MPID concept.\r\n6. The IDMP Packaged Medicinal Product Identifier (PCID) or any equivalent Packaged Medicinal Product Identifier. Uniquely identifies a Medicinal Product based on its packaging. This implies one MPID can be associated with more than one PCID, if the same Medicinal Product has more than one type of package.\r\n7. Any other kind of code that that identifies, classifies or cluster the administered product (e.g. the medicinal product or the product class)\r\n\r\nThe value sets used for the PhPID, MPID and PCID identifiers are provisional and include only few equivalent concepts used for exemplification purposes, they will be updated with real IDMP identifiers when they will become available.", "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.", "min" : 1, "max" : "1", "base" : { "path" : "Medication.code", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "strength" : "example", "description" : "The type of medication", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/med-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Medication.code.id", "path" : "Medication.code.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.code.extension", "path" : "Medication.code.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.code.coding", "path" : "Medication.code.coding", "slicing" : { "discriminator" : [ { "type" : "pattern", "path" : "$this" } ], "description" : "Discriminated by value set", "rules" : "open" }, "short" : "A reference to a code defined by a terminology system", "definition" : "A reference to a code defined by a terminology system.", "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.", "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.", "min" : 1, "max" : "*", "base" : { "path" : "CodeableConcept.coding", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6" }, { "identity" : "rim", "map" : "CV" }, { "identity" : "orim", "map" : "fhir:Coding rdfs:subClassOf dt:CDCoding" } ] }, { "id" : "Medication.code.coding:atcClass", "path" : "Medication.code.coding", "sliceName" : "atcClass", "short" : "WHO ATC classification", "definition" : "WHO ATC classification", "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.", "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.", "min" : 0, "max" : "1", "base" : { "path" : "CodeableConcept.coding", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6" }, { "identity" : "rim", "map" : "CV" }, { "identity" : "orim", "map" : "fhir:Coding rdfs:subClassOf dt:CDCoding" } ] }, { "id" : "Medication.code.text", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Medication.code.text", "short" : "Plain text representation of the concept", "definition" : "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", "comment" : "Very often the text is the same as a displayName of one of the codings.", "requirements" : "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", "min" : 0, "max" : "1", "base" : { "path" : "CodeableConcept.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.9. But note many systems use C*E.2 for this" }, { "identity" : "rim", "map" : "./originalText[mediaType/code=\"text/plain\"]/data" }, { "identity" : "orim", "map" : "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText" } ] }, { "id" : "Medication.status", "path" : "Medication.status", "short" : "active | inactive | entered-in-error", "definition" : "A code to indicate if the medication is in active use.", "comment" : "This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product \"ABC Hospital Special Cream\" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to \"entered in error\". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.status", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "isModifier" : true, "isModifierReason" : "This element changes the interpretation of all descriptive attributes.", "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "MedicationStatus" } ], "strength" : "required", "description" : "A coded concept defining if the medication is in active use.", "valueSet" : "http://hl7.org/fhir/ValueSet/medication-status|4.0.0" }, "mapping" : [ { "identity" : "rim", "map" : ".statusCode" } ] }, { "id" : "Medication.manufacturer", "path" : "Medication.manufacturer", "short" : "Manufacturer of the item", "definition" : "Describes the details of the manufacturer of the medication product. This is not intended to represent the distributor of a medication product.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.manufacturer", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "script10.6", "map" : "no mapping" }, { "identity" : "w5", "map" : "FiveWs.actor" }, { "identity" : "v2", "map" : "RXD-20-Substance Manufacturer Name / RXG-21-Substance Manufacturer Name / RXA-17-Substance Manufacturer Name" }, { "identity" : "rim", "map" : ".player.scopingRole[typeCode=MANU].scoper" } ] }, { "id" : "Medication.form", "path" : "Medication.form", "short" : "Concept - reference to a terminology or just text", "definition" : "Describes the form of the item. Powder; tablets; capsule.\r\n\r\nAdministrable Pharmaceutical Dose Form. \r\nThis code represents the form of the medication (e.g. tablet, capsule, liquid)\r\n\r\nSince the EDQM Standards Terms, together with UCUM, is one of the IDMP terminologies actually available for usage, this code system has been selected as referecne terminology for representing Pharmaceutical Dose forms;Pakages and Route of Administration.\r\n\r\nIt is known that also alternative jurisdictional and international terminologies are known to be used for this concept domain, as NCI or SNOMED CT.", "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.form", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "strength" : "preferred", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Medication.amount", "path" : "Medication.amount", "short" : "A ratio of two Quantity values - a numerator and a denominator", "definition" : "A relationship of two Quantity values - expressed as a numerator and a denominator.", "comment" : "The Ratio datatype should only be used to express a relationship of two numbers if the relationship cannot be suitably expressed using a Quantity and a common unit. Where the denominator value is known to be fixed to \"1\", Quantity should be used instead of Ratio.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.amount", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Ratio", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Ratio-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" }, { "key" : "rat-1", "severity" : "error", "human" : "Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present", "expression" : "(numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())", "xpath" : "(count(f:numerator) = count(f:denominator)) and ((count(f:numerator) > 0) or (count(f:extension) > 0))", "source" : "Ratio" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "N/A" }, { "identity" : "rim", "map" : "RTO" } ] }, { "id" : "Medication.ingredient", "path" : "Medication.ingredient", "short" : "Active or inactive ingredient", "definition" : "Identifies a particular constituent of interest in the product.", "comment" : "The ingredients need not be a complete list. If an ingredient is not specified, this does not indicate whether an ingredient is present or absent. If an ingredient is specified it does not mean that all ingredients are specified. It is possible to specify both inactive and active ingredients.", "min" : 0, "max" : "*", "base" : { "path" : "Medication.ingredient", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : ".scopesRole[typeCode=INGR]" } ] }, { "id" : "Medication.ingredient.id", "path" : "Medication.ingredient.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.ingredient.extension", "path" : "Medication.ingredient.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.ingredient.modifierExtension", "path" : "Medication.ingredient.modifierExtension", "short" : "Extensions that cannot be ignored even if unrecognized", "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content", "modifiers" ], "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Medication.ingredient.item[x]", "path" : "Medication.ingredient.item[x]", "slicing" : { "discriminator" : [ { "type" : "type", "path" : "$this" } ], "ordered" : false, "rules" : "closed" }, "short" : "The actual ingredient or content", "definition" : "The actual ingredient - either a substance (simple ingredient) or another medication of a medication.", "requirements" : "The ingredient may reference a substance (for example, amoxicillin) or another medication (for example in the case of a compounded product, Glaxal Base).", "min" : 1, "max" : "1", "base" : { "path" : "Medication.ingredient.item[x]", "min" : 1, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "script10.6", "map" : "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription" }, { "identity" : "v2", "map" : "RXC-2-Component Code if medication: RXO-1-Requested Give Code / RXE-2-Give Code / RXD-2-Dispense/Give Code / RXG-4-Give Code / RXA-5-Administered Code" }, { "identity" : "rim", "map" : ".player" } ] }, { "id" : "Medication.ingredient.item[x]:itemCodeableConcept", "path" : "Medication.ingredient.item[x]", "sliceName" : "itemCodeableConcept", "short" : "Concept - reference to a terminology or just text", "definition" : "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", "comment" : "The IDMP ISO 11238 standard addresses the identification and exchange of regulated information on substances. \r\nThe Global Ingredient Archival System (GInAS) will provide a common global identifier for all of the substances used in medicinal products, providing a definition of substances globally consistent with this standard.\r\nThose identifiers however are yet available for concrete usage, therefore in this version of the template, SNOMED CT has been chosen as reference terminology also for the active substances.\r\nThis choice will be revised based on the availability and the maturity of GInAS.", "requirements" : "The ingredient may reference a substance (for example, amoxicillin) or another medication (for example in the case of a compounded product, Glaxal Base).", "min" : 1, "max" : "1", "base" : { "path" : "Medication.ingredient.item[x]", "min" : 1, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "strength" : "preferred", "description" : "SNOMED CT drug substances", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-active-substances-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Medication.ingredient.item[x]:itemCodeableConcept.id", "path" : "Medication.ingredient.item[x].id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.ingredient.item[x]:itemCodeableConcept.extension", "path" : "Medication.ingredient.item[x].extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.ingredient.item[x]:itemCodeableConcept.coding", "path" : "Medication.ingredient.item[x].coding", "short" : "A reference to a code defined by a terminology system", "definition" : "A reference to a code defined by a terminology system.", "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.", "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.", "min" : 0, "max" : "*", "base" : { "path" : "CodeableConcept.coding", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6" }, { "identity" : "rim", "map" : "CV" }, { "identity" : "orim", "map" : "fhir:Coding rdfs:subClassOf dt:CDCoding" } ] }, { "id" : "Medication.ingredient.item[x]:itemCodeableConcept.text", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Medication.ingredient.item[x].text", "short" : "Plain text representation of the concept", "definition" : "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", "comment" : "Very often the text is the same as a displayName of one of the codings.", "requirements" : "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", "min" : 0, "max" : "1", "base" : { "path" : "CodeableConcept.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.9. But note many systems use C*E.2 for this" }, { "identity" : "rim", "map" : "./originalText[mediaType/code=\"text/plain\"]/data" }, { "identity" : "orim", "map" : "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText" } ] }, { "id" : "Medication.ingredient.isActive", "path" : "Medication.ingredient.isActive", "short" : "Active ingredient indicator", "definition" : "Indication of whether this ingredient affects the therapeutic action of the drug.", "requirements" : "True indicates that the ingredient affects the therapeutic action of the drug (i.e. active). \rFalse indicates that the ingredient does not affect the therapeutic action of the drug (i.e. inactive).", "min" : 0, "max" : "1", "base" : { "path" : "Medication.ingredient.isActive", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "NA" } ] }, { "id" : "Medication.ingredient.strength", "path" : "Medication.ingredient.strength", "short" : "Quantity of ingredient present", "definition" : "Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.ingredient.strength", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Ratio" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "script10.6", "map" : "//element(*,DrugCodedType)/Strength" }, { "identity" : "v2", "map" : "RXC-3-Component Amount & RXC-4-Component Units if medication: RXO-2-Requested Give Amount - Minimum & RXO-4-Requested Give Units / RXO-3-Requested Give Amount - Maximum & RXO-4-Requested Give Units / RXO-11-Requested Dispense Amount & RXO-12-Requested Dispense Units / RXE-3-Give Amount - Minimum & RXE-5-Give Units / RXE-4-Give Amount - Maximum & RXE-5-Give Units / RXE-10-Dispense Amount & RXE-10-Dispense Units" }, { "identity" : "rim", "map" : ".quantity" } ] }, { "id" : "Medication.batch", "path" : "Medication.batch", "short" : "Details about packaged medications", "definition" : "Information that only applies to packages (not products).", "min" : 0, "max" : "1", "base" : { "path" : "Medication.batch", "min" : 0, "max" : "1" }, "type" : [ { "code" : "BackboneElement" } ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "script10.6", "map" : "no mapping" }, { "identity" : "rim", "map" : ".player[classCode=CONT]" } ] }, { "id" : "Medication.batch.id", "path" : "Medication.batch.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.batch.extension", "path" : "Medication.batch.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Medication.batch.modifierExtension", "path" : "Medication.batch.modifierExtension", "short" : "Extensions that cannot be ignored even if unrecognized", "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content", "modifiers" ], "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Medication.batch.lotNumber", "path" : "Medication.batch.lotNumber", "short" : "Identifier assigned to batch", "definition" : "The assigned lot number of a batch of the specified product.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.batch.lotNumber", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "script10.6", "map" : "no mapping" }, { "identity" : "v2", "map" : "RXA-15 Substance Lot Number / RXG-19 Substance Lot Number" }, { "identity" : "rim", "map" : ".id" } ] }, { "id" : "Medication.batch.expirationDate", "path" : "Medication.batch.expirationDate", "short" : "When batch will expire", "definition" : "When this specific batch of product will expire.", "min" : 0, "max" : "1", "base" : { "path" : "Medication.batch.expirationDate", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "script10.6", "map" : "no mapping" }, { "identity" : "v2", "map" : "RXA-16 Substance Expiration Date / RXG-20 Substance Expiration Date" }, { "identity" : "rim", "map" : "participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime" } ] } ] }, "differential" : { "element" : [ { "id" : "Medication", "path" : "Medication", "comment" : "IPS Medication", "mustSupport" : true }, { "id" : "Medication.id", "path" : "Medication.id", "mustSupport" : true }, { "id" : "Medication.meta", "path" : "Medication.meta", "mustSupport" : true }, { "id" : "Medication.code", "path" : "Medication.code", "short" : "Medication that was administered or was to be administered. Several kinds of product coding could be provided as: the IDMP Pharmaceutical Product Identifiers (PhPID), the IDMP Medicinal Product Identifier (MPID), the IDMP Packaged Medicinal Product Identifier (PCID), when they will be available; the WHO ATC code; or any other kind of code that identifies, classifies or clusters the administered product (such as SNOMED CT, RxNorm, jurisdictional code systems, cross-jurisdiction code systems, or any other classification).", "definition" : "Medication that was administered or was to be administered. \r\n\r\nSeveral kinds of medication coding could be provided as:\r\n\r\n1. The IDMP Pharmaceutical Product Identifier (PhPID), Level 1, [Substance(s)]. Example: Amoxicillin and Clavulanate Potassium; or any other equivalent coded concept;\r\n2. The IDMP Pharmaceutical Product Identifier (PhPID), Level 2 [Substance(s) + Strength + reference strength]. Example: Amoxicillin 875 mg and Clavulanate Potassium 125 mg; or any other equivalent coded concept;\r\n3. The IDMP Pharmaceutical Product Identifier (PhPID), Level 3 [Substance(s) + administrable dose form]. Example: Amoxicillin and Clavulanate Potassium, Oral Tablet; or any other equivalent coded concept;\r\n4. The IDMP Pharmaceutical Product Identifier (PhPID), Level 4 [Substance(s) + strength + reference strength + administrable dose form]. Example: Amoxicillin 875 mg and clavulanate potassium 125 mg, oral tablet; or any other equivalent coded concept 5. The IDMP Medicinal Product Identifier (MPID) or any equivalent Medicinal Product Identifier. IDMP MPID uniquely identifies a Medicinal Product, reflecting (but not replacing) any other authorization numbers allocated by a regulator. MPID implies one (set of) PhPID. The MPID shall use a common segment pattern related to a Medicinal Product, which, when each segment is valued shall define a specific MPID concept.\r\n6. The IDMP Packaged Medicinal Product Identifier (PCID) or any equivalent Packaged Medicinal Product Identifier. Uniquely identifies a Medicinal Product based on its packaging. This implies one MPID can be associated with more than one PCID, if the same Medicinal Product has more than one type of package.\r\n7. Any other kind of code that that identifies, classifies or cluster the administered product (e.g. the medicinal product or the product class)\r\n\r\nThe value sets used for the PhPID, MPID and PCID identifiers are provisional and include only few equivalent concepts used for exemplification purposes, they will be updated with real IDMP identifiers when they will become available.", "min" : 1, "max" : "1", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "strength" : "example", "description" : "The type of medication", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/med-uv-ips" } }, { "id" : "Medication.code.coding", "path" : "Medication.code.coding", "slicing" : { "discriminator" : [ { "type" : "pattern", "path" : "$this" } ], "description" : "Discriminated by value set", "rules" : "open" }, "min" : 1, "mustSupport" : true }, { "id" : "Medication.code.coding:atcClass", "path" : "Medication.code.coding", "sliceName" : "atcClass", "short" : "WHO ATC classification", "definition" : "WHO ATC classification", "max" : "1", "mustSupport" : true, "binding" : { "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips" } }, { "id" : "Medication.form", "path" : "Medication.form", "definition" : "Describes the form of the item. Powder; tablets; capsule.\r\n\r\nAdministrable Pharmaceutical Dose Form. \r\nThis code represents the form of the medication (e.g. tablet, capsule, liquid)\r\n\r\nSince the EDQM Standards Terms, together with UCUM, is one of the IDMP terminologies actually available for usage, this code system has been selected as referecne terminology for representing Pharmaceutical Dose forms;Pakages and Route of Administration.\r\n\r\nIt is known that also alternative jurisdictional and international terminologies are known to be used for this concept domain, as NCI or SNOMED CT.", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "strength" : "preferred", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform" } }, { "id" : "Medication.amount", "path" : "Medication.amount", "type" : [ { "code" : "Ratio", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Ratio-uv-ips" ] } ], "mustSupport" : true }, { "id" : "Medication.ingredient", "path" : "Medication.ingredient", "mustSupport" : true }, { "id" : "Medication.ingredient.itemCodeableConcept", "path" : "Medication.ingredient.itemCodeableConcept", "comment" : "The IDMP ISO 11238 standard addresses the identification and exchange of regulated information on substances. \r\nThe Global Ingredient Archival System (GInAS) will provide a common global identifier for all of the substances used in medicinal products, providing a definition of substances globally consistent with this standard.\r\nThose identifiers however are yet available for concrete usage, therefore in this version of the template, SNOMED CT has been chosen as reference terminology also for the active substances.\r\nThis choice will be revised based on the availability and the maturity of GInAS.", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "strength" : "preferred", "description" : "SNOMED CT drug substances", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-active-substances-uv-ips" } }, { "id" : "Medication.ingredient.itemCodeableConcept.text", "path" : "Medication.ingredient.itemCodeableConcept.text", "mustSupport" : true } ] } }