This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions
{ "resourceType" : "StructureDefinition", "id" : "daf-medicationdispense", "url" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-medicationdispense", "name" : "Profile daf-medicationdispense", "status" : "draft", "publisher" : "Health Level Seven International (Infrastructure and Messaging - Data Access Framework)", "contact" : [ { "telecom" : [ { "system" : "other", "value" : "http://www.healthit.gov" } } } }, "date" : "2015-03-20", "mapping" : [ { "identity" : "rim", "uri" : "http://hl7.org/v3", "name" : "RIM Mapping" }, { "identity" : "w5", "uri" : "http://hl7.org/fhir/w5", "name" : "W5 Mapping" }, { "identity" : "v2", "uri" : "http://hl7.org/v2", "name" : "HL7 v2 Mapping" } }, "kind" : "resource", "abstract" : false, "type" : "MedicationDispense", "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationDispense", "derivation" : "constraint", "snapshot" : { "element" : [ { "id" : "MedicationDispense:dafmedicationdispense", "path" : "MedicationDispense", "name" : "DAFMedicationDispense", "short" : "Dispensing a medication to a named patient", "definition" : "Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.", "comments" : "The WG will be updating the MedicationDispense resource to adjust each affected resource to align with the workflow pattern (see workflow.html).", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense", "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)" }, { "key" : "dom-1", "severity" : "error", "human" : "If the resource is contained in another resource, it SHALL NOT contain any narrative", "expression" : "contained.text.empty()", "xpath" : "not(parent::f:contained and f:text)" }, { "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))" }, { "key" : "dom-3", "severity" : "error", "human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource", "expression" : "contained.where(('#'+id in %resource.descendants().reference).not()).empty()", "xpath" : "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))" }, { "key" : "mdd-1", "severity" : "error", "human" : "whenHandedOver cannot be before whenPrepared", "expression" : "whenHandedOver.empty() or whenPrepared.empty() or whenHandedOver >= whenPrepared", "xpath" : "not(exists(f:whenHandedOver/@value)) or not(exists(f:whenPrepared/@value)) or ( f:whenHandedOver/@value >= f:whenPrepared/@value)" } }, "mustSupport" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "Entity. Role, or Act" }, { "identity" : "rim", "map" : "Supply[moodCode=EVN]" }, { "identity" : "w5", "map" : "clinical.medication" } } }, { "id" : "MedicationDispense:dafmedicationdispense.id", "path" : "MedicationDispense.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.", "comments" : "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" : "*" }, "type" : [ { "code" : "id" } }, "isSummary" : true }, { "id" : "MedicationDispense:dafmedicationdispense.meta", "path" : "MedicationDispense.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 may not always be associated with version changes to the resource.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.meta", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Meta" } }, "isSummary" : true }, { "id" : "MedicationDispense:dafmedicationdispense.implicitRules", "path" : "MedicationDispense.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.", "comments" : "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 as much as possible.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.implicitRules", "min" : 0, "max" : "*" }, "type" : [ { "code" : "uri" } }, "isModifier" : true, "isSummary" : true }, { "id" : "MedicationDispense:dafmedicationdispense.language", "path" : "MedicationDispense.language", "short" : "Language of the resource content", "definition" : "The base language in which the resource is written.", "comments" : "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" : "*" }, "type" : [ { "code" : "code" } }, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueReference" : { "reference" : "http://hl7.org/fhir/ValueSet/all-languages" } } }, "strength" : "extensible", "description" : "A human language.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/languages" } } }, { "id" : "MedicationDispense:dafmedicationdispense.text", "path" : "MedicationDispense.text", "short" : "Text summary of the resource, for human interpretation", "definition" : "A human-readable narrative that contains a summary of the resource, and may 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.", "comments" : "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 in formation is added later.", "alias" : [ "narrative", "html", "xhtml", "display" }, "min" : 0, "max" : "1", "base" : { "path" : "DomainResource.text", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Narrative" } }, "condition" : [ "dom-1" }, "mapping" : [ { "identity" : "rim", "map" : "Act.text?" } } }, { "id" : "MedicationDispense:dafmedicationdispense.contained", "path" : "MedicationDispense.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.", "comments" : "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.", "alias" : [ "inline resources", "anonymous resources", "contained resources" }, "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.contained", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Resource" } }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } } }, { "id" : "MedicationDispense:dafmedicationdispense.extension", "path" : "MedicationDispense.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. In order 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.", "comments" : "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" } }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } } }, { "id" : "MedicationDispense:dafmedicationdispense.modifierExtension", "path" : "MedicationDispense.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. Usually modifier elements provide negation or qualification. In order 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.", "comments" : "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.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } }, "isModifier" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } } }, { "id" : "MedicationDispense:dafmedicationdispense.identifier", "path" : "MedicationDispense.identifier", "short" : "External identifier", "definition" : "Identifier assigned by the dispensing facility - this is an identifier assigned outside FHIR.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.identifier", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Identifier" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : ".id" }, { "identity" : "w5", "map" : "id" } } }, { "id" : "MedicationDispense:dafmedicationdispense.status", "path" : "MedicationDispense.status", "short" : "in-progress | on-hold | completed | entered-in-error | stopped", "definition" : "A code specifying the state of the set of dispense events.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.status", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } }, "mustSupport" : true, "isModifier" : true, "isSummary" : false, "binding" : { "strength" : "required", "description" : "A coded concept specifying the state of the dispense event.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/medication-dispense-status" } }, "mapping" : [ { "identity" : "rim", "map" : ".status" }, { "identity" : "w5", "map" : "status" } } }, { "id" : "MedicationDispense:dafmedicationdispense.medication[x]", "path" : "MedicationDispense.medication[x]", "short" : "What medication was supplied", "definition" : "Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", "comments" : "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. Note: do not use Medication.name to describe the dispensed medication. When the only available information is a text description of the medication, Medication.code.text should be used.", "min" : 1, "max" : "1", "base" : { "path" : "MedicationDispense.medication[x]", "min" : 1, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" }, { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-core-medication" } }, "mustSupport" : true, "isSummary" : false, "binding" : { "strength" : "extensible", "description" : "Prescribable medications", "valueSetReference" : { "reference" : "http://hl7.org/fhir/us/daf/ValueSet/daf-medication-codes" } }, "mapping" : [ { "identity" : "v2", "map" : "RXD-2-Dispense/Give Code" }, { "identity" : "rim", "map" : ".participation[typeCode=PRD].role" }, { "identity" : "w5", "map" : "what" } } }, { "id" : "MedicationDispense:dafmedicationdispense.patient", "path" : "MedicationDispense.patient", "short" : "Who the dispense is for", "definition" : "A link to a resource representing the person to whom the medication will be given.", "comments" : "SubstanceAdministration->subject->Patient.", "min" : 1, "max" : "1", "base" : { "path" : "MedicationDispense.patient", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-patient" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "PID-3-Patient ID List" }, { "identity" : "rim", "map" : ".participation[typeCode=SBJ].role[classCode=PAT]" }, { "identity" : "w5", "map" : "who.focus" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dispenser", "path" : "MedicationDispense.dispenser", "short" : "Practitioner responsible for dispensing medication", "definition" : "The individual responsible for dispensing the medication.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dispenser", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-pract" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXD-10-Dispensing Provider / PRT-5-Participation Person: PRT-4-Participation='DP' (RXD-10 is deprecated)" }, { "identity" : "rim", "map" : ".participation[typeCode=PFM].role[classCode=ASSIGN]" }, { "identity" : "w5", "map" : "who.actor" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dispensingOrganization", "path" : "MedicationDispense.dispensingOrganization", "short" : "Organization responsible for the dispense of the medication", "definition" : "The organizaation responsible for the dispense of the medication.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dispensingOrganization", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/StructureDefinition/Organization" } }, "mapping" : [ { "identity" : "rim", "map" : ".participation[typeCode=RESP].role[classCode=ASSIGNED]" }, { "identity" : "w5", "map" : "who.actor" } } }, { "id" : "MedicationDispense:dafmedicationdispense.authorizingPrescription", "path" : "MedicationDispense.authorizingPrescription", "short" : "Medication order that authorizes the dispense", "definition" : "Indicates the medication order that is being dispensed against.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.authorizingPrescription", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-medicationorder" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "ORC-2 Placer Order Number" }, { "identity" : "rim", "map" : ".outboundRelationship[typeCode=FLFS].target[moodCode=RQO]" } } }, { "id" : "MedicationDispense:dafmedicationdispense.type", "path" : "MedicationDispense.type", "short" : "Trial fill, partial fill, emergency fill, etc.", "definition" : "Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.type", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "binding" : { "strength" : "example", "description" : "Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/v3-ActPharmacySupplyType" } }, "mapping" : [ { "identity" : "v2", "map" : "RXD-33-Dispense Type" }, { "identity" : "rim", "map" : ".code" } } }, { "id" : "MedicationDispense:dafmedicationdispense.quantity", "path" : "MedicationDispense.quantity", "short" : "Amount dispensed", "definition" : "The amount of medication that has been dispensed. Includes unit of measure.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.quantity", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Quantity", "profile" : "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } }, "mapping" : [ { "identity" : "v2", "map" : "RXD-4-Actual Dispense Amount / RXD-5.1-Actual Dispense Units.code / RXD-5.3-Actual Dispense Units.name of coding system" }, { "identity" : "rim", "map" : ".quantity" } } }, { "id" : "MedicationDispense:dafmedicationdispense.daysSupply", "path" : "MedicationDispense.daysSupply", "short" : "Amount of medication expressed as a timing amount", "definition" : "The amount of medication expressed as a timing amount.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.daysSupply", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Quantity", "profile" : "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } }, "mapping" : [ { "identity" : "rim", "map" : "effectiveUseTime" } } }, { "id" : "MedicationDispense:dafmedicationdispense.whenPrepared", "path" : "MedicationDispense.whenPrepared", "short" : "When product was packaged and reviewed", "definition" : "The time when the dispensed product was packaged and reviewed.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.whenPrepared", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } }, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "RXD-3-Date/Time Dispensed" }, { "identity" : "rim", "map" : ".effectiveTime[xmi:type=IVL_TS].low" } } }, { "id" : "MedicationDispense:dafmedicationdispense.whenHandedOver", "path" : "MedicationDispense.whenHandedOver", "short" : "When product was given out", "definition" : "The time the dispensed product was provided to the patient or their representative.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.whenHandedOver", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } }, "mapping" : [ { "identity" : "v2", "map" : "RXD-3-Date/Time Dispensed" }, { "identity" : "rim", "map" : ".effectiveTime[xmi:type=IVL_TS].high" } } }, { "id" : "MedicationDispense:dafmedicationdispense.destination", "path" : "MedicationDispense.destination", "short" : "Where the medication was sent", "definition" : "Identification of the facility/location where the medication was shipped to, as part of the dispense event.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.destination", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/StructureDefinition/Location" } }, "mapping" : [ { "identity" : "v2", "map" : "RXD-13 Dispense-to Location; RXD-30 Dispense to Pharmacy; RXD-31 Dispense to Pharmacy Address" }, { "identity" : "rim", "map" : ".participation[typeCode=DST].role" } } }, { "id" : "MedicationDispense:dafmedicationdispense.receiver", "path" : "MedicationDispense.receiver", "short" : "Who collected the medication", "definition" : "Identifies the person who picked up the medication. This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.receiver", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code" : "Reference", "profile" : "http://hl7.org/fhir/StructureDefinition/Practitioner" } }, "mapping" : [ { "identity" : "rim", "map" : ".participation[typeCode=RCV].role" } } }, { "id" : "MedicationDispense:dafmedicationdispense.note", "path" : "MedicationDispense.note", "short" : "Information about the dispense", "definition" : "Extra information about the dispense that could not be conveyed in the other attributes.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.note", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Annotation" } }, "mapping" : [ { "identity" : "v2", "map" : "RXD-9 Dispense Notes" }, { "identity" : "rim", "map" : ".inboundRelationship[typeCode=SUBJ]/source[classCode=ACT,moodCode=EVN]" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction", "path" : "MedicationDispense.dosageInstruction", "short" : "Medicine administration instructions to the patient/caregiver", "definition" : "Indicates how the medication is to be used by the patient. The pharmacist reviews the medication order prior to dispense and updates the dosageInstruction based on the actual product being dispensed.", "comments" : "When the dose or rate is intended to change over the entire administration period (e.g. Tapering dose prescriptions), multiple instances of dosage instructions will need to be supplied to convey the different doses/rates.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.dosageInstruction", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : ".outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=INT]" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.id", "path" : "MedicationDispense.dosageInstruction.id", "representation" : [ "xmlAttr" }, "short" : "xml:id (or equivalent in JSON)", "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" : "*" }, "type" : [ { "code" : "string" } }, "mapping" : [ { "identity" : "rim", "map" : "n/a" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.extension", "path" : "MedicationDispense.dosageInstruction.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. In order 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.", "comments" : "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" } }, "mapping" : [ { "identity" : "rim", "map" : "n/a" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.modifierExtension", "path" : "MedicationDispense.dosageInstruction.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 element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments" : "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", "modifiers" }, "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } }, "isModifier" : true, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.text", "path" : "MedicationDispense.dosageInstruction.text", "short" : "Free text dosage instructions e.g. SIG", "definition" : "Free text dosage instructions can be used for cases where the instructions are too complex to code. When coded instructions are present, the free text instructions may still be present for display to humans taking or administering the medication.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } }, "mapping" : [ { "identity" : "rim", "map" : ".text" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.additionalInstructions", "path" : "MedicationDispense.dosageInstruction.additionalInstructions", "short" : "E.g. "Take with food"", "definition" : "Additional instructions such as "Swallow with plenty of water" which may or may not be coded.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.additionalInstructions", "min" : 0, "max" : "*" }, "type" : [ { "code" : "CodeableConcept" } }, "mustSupport" : true, "isSummary" : false, "binding" : { "strength" : "example", "description" : "A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery"", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/additional-instructions-codes" } }, "mapping" : [ { "identity" : "rim", "map" : ".text" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.timing", "path" : "MedicationDispense.dosageInstruction.timing", "short" : "When medication should be administered", "definition" : "The timing schedule for giving the medication to the patient. The Schedule data type allows many different expressions. For example, "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013". Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.timing", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Timing" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : ".effectiveTime" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.asNeeded[x]", "path" : "MedicationDispense.dosageInstruction.asNeeded[x]", "short" : "Take "as needed" f(or x)", "definition" : "Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept). Specifically if 'boolean' datatype is selected, then the following logic applies: If set to True, this indicates that the medication is only taken when needed, within the specified schedule.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.asNeeded[x]", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" }, { "code" : "CodeableConcept" } }, "mustSupport" : true, "isSummary" : false, "binding" : { "strength" : "example", "description" : "A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" } }, "mapping" : [ { "identity" : "rim", "map" : "boolean: .outboundRelationship[typeCode=PRCN].negationInd (inversed - so negationInd = true means asNeeded=false CodeableConcept: .outboundRelationship[typCode=PRCN].target[classCode=OBS, moodCode=EVN, isCriterionInd=true, code="Assertion"].value" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.siteCodeableConcept", "path" : "MedicationDispense.dosageInstruction.siteCodeableConcept", "short" : "Body site to administer to", "definition" : "A coded specification of the anatomic site where the medication first enters the body.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.site[x]", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "mustSupport" : true, "isSummary" : false, "binding" : { "strength" : "preferred", "description" : "This identifies the body site at which the substance was administered", "valueSetReference" : { "reference" : "http://hl7.org/fhir/us/daf/ValueSet/daf-bodysite" } }, "mapping" : [ { "identity" : "v2", "map" : "RXR-2-Administration Site" }, { "identity" : "rim", "map" : ".approachSiteCode" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.route", "path" : "MedicationDispense.dosageInstruction.route", "short" : "How drug should enter body", "definition" : "A code specifying the route or physiological path of administration of a therapeutic agent into or onto a subject.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.route", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "mustSupport" : true, "isSummary" : false, "binding" : { "strength" : "preferred", "description" : "This identifies the route of substance administration.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/us/daf/ValueSet/daf-medication-route" } }, "mapping" : [ { "identity" : "v2", "map" : "RXR-1-Route" }, { "identity" : "rim", "map" : ".routeCode" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.method", "path" : "MedicationDispense.dosageInstruction.method", "short" : "Technique for administering medication", "definition" : "A coded value indicating the method by which the medication is intended to be or was introduced into or on the body.", "comments" : "This attribute will most often NOT be populated. It is most commonly used for injections. For example, Slow Push, Deep IV. One of the reasons this attribute is not used often, is that the method is often pre-coordinated with the route and/or form of administration. This means the codes used in route or form may pre-coordinate the method in the route code or the form code. The implementation decision about what coding system to use for route or form code will determine how frequently the method code will be populated e.g. if route or form code pre-coordinate method code, then this attribute will not be populated often; if there is no pre-coordination then method code may be used frequently.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.method", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "binding" : { "strength" : "example", "description" : "A coded concept describing the technique by which the medicine is administered", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/administration-method-codes" } }, "mapping" : [ { "identity" : "v2", "map" : "RXR-4-Administration Method" }, { "identity" : "rim", "map" : ".methodCode" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.dose[x]", "path" : "MedicationDispense.dosageInstruction.dose[x]", "short" : "Amount of medication per dose", "definition" : "The amount of therapeutic or other substance given at one administration event.", "comments" : "Note that this specifies the quantity of the specified medication, not the quantity of active ingredient(s). The prescribed strength can be calculated by multiplying the doseQuantity by the strength of each active ingredient in the prescribed Medication. If the administration is not intended to be instantaneous (rate is present or timing has a duration), this can be specified to convey the total amount to be administered over the period of time as indicated by the schedule.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.dose[x]", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Range" }, { "code" : "Quantity", "profile" : "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXE-23-Give Rate Amount / RXE-24.1-Give Rate Units.code / RXE-24.3-Give Rate Units.name of coding system" }, { "identity" : "rim", "map" : ".doseQuantity" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.rate[x]", "path" : "MedicationDispense.dosageInstruction.rate[x]", "short" : "Amount of medication per unit of time", "definition" : "Identifies the speed with which the medication was or will be introduced into the patient. Typically the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours. Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.rate[x]", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Ratio" }, { "code" : "Range" }, { "code" : "Quantity", "profile" : "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXE-22-Give Per (Time Unit)" }, { "identity" : "rim", "map" : ".rateQuantity" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.maxDosePerPeriod", "path" : "MedicationDispense.dosageInstruction.maxDosePerPeriod", "short" : "Upper limit on medication per unit of time", "definition" : "The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time, e.g. 1000mg in 24 hours.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.dosageInstruction.maxDosePerPeriod", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Ratio" } }, "mustSupport" : true, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXE-4-Give Amount - Maximum / RXE-5-Give Units" }, { "identity" : "rim", "map" : ".maxDoseQuantity" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution", "path" : "MedicationDispense.substitution", "short" : "Deals with substitution of one medicine for another", "definition" : "Indicates whether or not substitution was made as part of the dispense. In some cases substitution will be expected but does not happen, in other cases substitution is not expected but does happen. This block explains what substitution did or did not happen and why.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.substitution", "min" : 0, "max" : "1" }, "type" : [ { "code" : "BackboneElement" } }, "mapping" : [ { "identity" : "rim", "map" : ".outboundRelationship[typeCode=COMP].target[classCode=SUBST, moodCode=EVN]" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution.id", "path" : "MedicationDispense.substitution.id", "representation" : [ "xmlAttr" }, "short" : "xml:id (or equivalent in JSON)", "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" : "*" }, "type" : [ { "code" : "string" } }, "mapping" : [ { "identity" : "rim", "map" : "n/a" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution.extension", "path" : "MedicationDispense.substitution.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. In order 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.", "comments" : "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" } }, "mapping" : [ { "identity" : "rim", "map" : "n/a" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution.modifierExtension", "path" : "MedicationDispense.substitution.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 element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments" : "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", "modifiers" }, "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } }, "isModifier" : true, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution.type", "path" : "MedicationDispense.substitution.type", "short" : "Code signifying whether a different drug was dispensed from what was prescribed", "definition" : "A code signifying whether a different drug was dispensed from what was prescribed.", "min" : 1, "max" : "1", "base" : { "path" : "MedicationDispense.substitution.type", "min" : 1, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "binding" : { "strength" : "example", "description" : "A coded concept describing whether a different medicinal product may be dispensed other than the product as specified exactly in the prescription", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/v3-ActSubstanceAdminSubstitutionCode" } }, "mapping" : [ { "identity" : "v2", "map" : "RXO-9-Allow Substitutions / RXE-9-Substitution Status" }, { "identity" : "rim", "map" : ".code" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution.reason", "path" : "MedicationDispense.substitution.reason", "short" : "Why was substitution made", "definition" : "Indicates the reason for the substitution of (or lack of substitution) from what was prescribed.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.substitution.reason", "min" : 0, "max" : "*" }, "type" : [ { "code" : "CodeableConcept" } }, "binding" : { "strength" : "example", "description" : "A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/v3-SubstanceAdminSubstitutionReason" } }, "mapping" : [ { "identity" : "rim", "map" : ".reasonCode" } } }, { "id" : "MedicationDispense:dafmedicationdispense.substitution.responsibleParty", "path" : "MedicationDispense.substitution.responsibleParty", "short" : "Who is responsible for the substitution", "definition" : "The person or organization that has primary responsibility for the substitution.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.substitution.responsibleParty", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/StructureDefinition/Practitioner" } }, "mapping" : [ { "identity" : "rim", "map" : ".participation[typeCode=PFM].role[classCode=ASSIGN]" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory", "path" : "MedicationDispense.eventHistory", "short" : "A list of events of interest in the lifecycle", "definition" : "A summary of the events of interest that have occurred, such as when the dispense was verified.", "comments" : "This is not the same as an audit trail. It is a view of the important things that happened in the past. Typically, there would only be one entry for any given status, and systems may not record all the status events.", "min" : 0, "max" : "*", "base" : { "path" : "MedicationDispense.eventHistory", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } }, "mapping" : [ { "identity" : "rim", "map" : "Not Mapped" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.id", "path" : "MedicationDispense.eventHistory.id", "representation" : [ "xmlAttr" }, "short" : "xml:id (or equivalent in JSON)", "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" : "*" }, "type" : [ { "code" : "string" } }, "mapping" : [ { "identity" : "rim", "map" : "n/a" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.extension", "path" : "MedicationDispense.eventHistory.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. In order 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.", "comments" : "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" } }, "mapping" : [ { "identity" : "rim", "map" : "n/a" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.modifierExtension", "path" : "MedicationDispense.eventHistory.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 element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order 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.", "comments" : "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", "modifiers" }, "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } }, "isModifier" : true, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.status", "path" : "MedicationDispense.eventHistory.status", "short" : "in-progress | on-hold | completed | entered-in-error | stopped", "definition" : "The status for the event.", "min" : 1, "max" : "1", "base" : { "path" : "MedicationDispense.eventHistory.status", "min" : 1, "max" : "1" }, "type" : [ { "code" : "code" } }, "binding" : { "strength" : "required", "description" : "A coded concept specifying the state of the dispense event.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/ValueSet/medication-dispense-status" } }, "mapping" : [ { "identity" : "rim", "map" : "Not Mapped" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.action", "path" : "MedicationDispense.eventHistory.action", "short" : "Action taken (e.g. verify)", "definition" : "The action that was taken (e.g. verify).", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.eventHistory.action", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "binding" : { "strength" : "example", "description" : "A coded concept describing an action taken on a medication dispense." }, "mapping" : [ { "identity" : "rim", "map" : "Not Mapped" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.dateTime", "path" : "MedicationDispense.eventHistory.dateTime", "short" : "The date at which the event happened", "definition" : "The date/time at which the event occurred.", "min" : 1, "max" : "1", "base" : { "path" : "MedicationDispense.eventHistory.dateTime", "min" : 1, "max" : "1" }, "type" : [ { "code" : "dateTime" } }, "mapping" : [ { "identity" : "rim", "map" : "Not Mapped" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.actor", "path" : "MedicationDispense.eventHistory.actor", "short" : "Who took the action", "definition" : "The person responsible for taking the action.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.eventHistory.actor", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/StructureDefinition/Practitioner" } }, "mapping" : [ { "identity" : "rim", "map" : "Not Mapped" } } }, { "id" : "MedicationDispense:dafmedicationdispense.eventHistory.reason", "path" : "MedicationDispense.eventHistory.reason", "short" : "Reason the action was taken", "definition" : "The reason why the action was taken.", "min" : 0, "max" : "1", "base" : { "path" : "MedicationDispense.eventHistory.reason", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } }, "binding" : { "strength" : "example", "description" : "A coded concept describing the reason for an action taken on a medication dispense." }, "mapping" : [ { "identity" : "rim", "map" : "Not Mapped" } } } } }, "differential" : { "element" : [ { "id" : "MedicationDispense:dafmedicationdispense", "path" : "MedicationDispense", "name" : "DAFMedicationDispense", "mustSupport" : false, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.identifier", "path" : "MedicationDispense.identifier", "min" : 0, "max" : "1", "type" : [ { "code" : "Identifier" } }, "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.status", "path" : "MedicationDispense.status", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.medication[x]", "path" : "MedicationDispense.medication[x]", "min" : 1, "max" : "1", "type" : [ { "code" : "CodeableConcept" }, { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-core-medication" } }, "mustSupport" : true, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "extensible", "description" : "Prescribable medications", "valueSetReference" : { "reference" : "http://hl7.org/fhir/us/daf/ValueSet/daf-medication-codes" } } }, { "id" : "MedicationDispense:dafmedicationdispense.patient", "path" : "MedicationDispense.patient", "min" : 1, "max" : "1", "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-patient" } }, "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dispenser", "path" : "MedicationDispense.dispenser", "min" : 0, "max" : "1", "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-pract" } }, "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.authorizingPrescription", "path" : "MedicationDispense.authorizingPrescription", "min" : 0, "max" : "*", "type" : [ { "code" : "Reference", "profile" : "http://hl7.org/fhir/us/daf/StructureDefinition/daf-medicationorder" } }, "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction", "path" : "MedicationDispense.dosageInstruction", "min" : 0, "max" : "*", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.additionalInstructions", "path" : "MedicationDispense.dosageInstruction.additionalInstructions", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.timing", "path" : "MedicationDispense.dosageInstruction.timing", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.asNeeded[x]", "path" : "MedicationDispense.dosageInstruction.asNeeded[x]", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.siteCodeableConcept", "path" : "MedicationDispense.dosageInstruction.siteCodeableConcept", "min" : 0, "max" : "1", "type" : [ { "code" : "CodeableConcept" } }, "mustSupport" : true, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "preferred", "description" : "This identifies the body site at which the substance was administered", "valueSetReference" : { "reference" : "http://hl7.org/fhir/us/daf/ValueSet/daf-bodysite" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.route", "path" : "MedicationDispense.dosageInstruction.route", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false, "binding" : { "strength" : "preferred", "description" : "This identifies the route of substance administration.", "valueSetReference" : { "reference" : "http://hl7.org/fhir/us/daf/ValueSet/daf-medication-route" } } }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.dose[x]", "path" : "MedicationDispense.dosageInstruction.dose[x]", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.rate[x]", "path" : "MedicationDispense.dosageInstruction.rate[x]", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "MedicationDispense:dafmedicationdispense.dosageInstruction.maxDosePerPeriod", "path" : "MedicationDispense.dosageInstruction.maxDosePerPeriod", "min" : 0, "max" : "1", "mustSupport" : true, "isModifier" : false, "isSummary" : false } } } }