<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASMedicationAdministration" />
  <name value="UNICASMedicationAdministration" />
  <title value="MedicationAdministration Prescripción ÚNICAS" />
  <status value="draft" />
  <description value="Este profile define las restricciones del recurso MedicationAdministration para representar el registro del consumo de medicamento en el hospital, en el contexto del caso de uso de ÚNICAS." />
  <fhirVersion value="5.0.0" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="MedicationAdministration" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/MedicationAdministration" />
  <derivation value="constraint" />
  <differential>
    <element id="MedicationAdministration.identifier">
      <path value="MedicationAdministration.identifier" />
      <short value="Identificador único" />
      <definition value="External identifier. Identifiers associated with this Medication Administration that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.identifier.system">
      <path value="MedicationAdministration.identifier.system" />
      <short value="Sistema para identificar el origen" />
      <definition value="Formato: urn:regcess:[CódigoREGCESS]&#xD;&#xA;Debe incluir el código REGCESS después de urn:regcess:" />
      <min value="1" />
      <constraint>
        <key value="regcess-system" />
        <severity value="warning" />
        <human value="system debe comenzar por urn:regcess: seguido del identificador del sistema." />
        <expression value="matches('^urn:regcess:[A-Za-z0-9]+$')" />
      </constraint>
    </element>
    <element id="MedicationAdministration.identifier.value">
      <path value="MedicationAdministration.identifier.value" />
      <short value="Identificador interno del sistema para el consumo de medicamento en el hospital" />
      <definition value="Debe indicar el ID interno del sistema de origen utilizado para el consumo de medicamento en el hospital." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.medication">
      <path value="MedicationAdministration.medication" />
      <short value="Medicación" />
      <definition value="What was administered. Identifies the medication that was 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." />
      <type>
        <code value="CodeableReference" />
        <targetProfile value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASMedication" />
      </type>
      <binding>
        <strength value="extensible" />
        <description value="Value set de Fármacos" />
        <valueSet value="https://unicas-fhir.sanidad.gob.es/ValueSet/Farmacos" />
      </binding>
    </element>
    <element id="MedicationAdministration.medication.concept">
      <path value="MedicationAdministration.medication.concept" />
      <short value="Fármaco" />
      <definition value="Reference to a concept (by class). A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.medication.concept.coding.system">
      <path value="MedicationAdministration.medication.concept.coding.system" />
      <short value="URL del SNOMED CT. Extensión para España del SNS | OID del ATC | OID del DCSA" />
      <definition value="Posibles URLs y/o OIDs de terminología utilizada para indicar el fármaco y su descripción correspondiente:&#xD;&#xA;&#xD;&#xA;- SNOMED CT. Extensión para España del SNS con filtro aplicado al eje producto: http://snomed.info/sct/900000001000122104&#xD;&#xA;- ATC: urn:oid:2.16.724.4.21.5.15.1&#xD;&#xA;- DCSA: urn:oid:2.16.724.4.21.5.14.3" />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.medication.concept.coding.code">
      <path value="MedicationAdministration.medication.concept.coding.code" />
      <short value="Código del fármaco" />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.medication.concept.coding.display">
      <path value="MedicationAdministration.medication.concept.coding.display" />
      <short value="Descripción del fármaco" />
      <definition value="Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.medication.concept.text">
      <path value="MedicationAdministration.medication.concept.text" />
      <short value="Nombre comercial" />
      <definition value="Plain text representation of the concept. 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." />
    </element>
    <element id="MedicationAdministration.medication.reference">
      <path value="MedicationAdministration.medication.reference" />
      <short value="Referencia al fármaco" />
      <definition value="Reference to a resource (by instance). A reference to a resource the provides exact details about the information being referenced." />
    </element>
    <element id="MedicationAdministration.medication.reference.reference">
      <path value="MedicationAdministration.medication.reference.reference" />
      <short value="Referencia recurso FHIR" />
      <definition value="Formato: [base]/Medication?code=[URL del SNOMED CT. Extensión para España del SNS o urn:oid del ATC o DCSA]|[Código del fármaco]" />
    </element>
    <element id="MedicationAdministration.medication.reference.type">
      <path value="MedicationAdministration.medication.reference.type" />
      <short value="Tipo de recurso FHIR" />
      <definition value="Type the reference refers to (e.g. &quot;Patient&quot;) - must be a resource in resources. The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.&#xA;&#xA;The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. &quot;Patient&quot; is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources)." />
    </element>
    <element id="MedicationAdministration.medication.reference.display">
      <path value="MedicationAdministration.medication.reference.display" />
      <short value="Nombre comercial" />
      <definition value="Text alternative for the resource. Plain text narrative that identifies the resource in addition to the resource reference." />
    </element>
    <element id="MedicationAdministration.subject">
      <path value="MedicationAdministration.subject" />
      <short value="Referencia al paciente" />
      <definition value="Who received medication. The person or animal or group receiving the medication." />
      <type>
        <code value="Reference" />
        <targetProfile value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPatient" />
      </type>
    </element>
    <element id="MedicationAdministration.subject.reference">
      <path value="MedicationAdministration.subject.reference" />
      <short value="Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR" />
      <definition value="Formato: [base]/Patient?identifier=[OID registro de número de CIP-SNS]|[Número CIP-SNS]" />
    </element>
    <element id="MedicationAdministration.subject.type">
      <path value="MedicationAdministration.subject.type" />
      <short value="Tipo de recurso FHIR" />
      <definition value="Type the reference refers to (e.g. &quot;Patient&quot;) - must be a resource in resources. The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.&#xA;&#xA;The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. &quot;Patient&quot; is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources)." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.subject.identifier">
      <path value="MedicationAdministration.subject.identifier" />
      <short value="Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS" />
      <definition value="Logical reference, when literal reference is not known. An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.subject.identifier.type">
      <path value="MedicationAdministration.subject.identifier.type" />
      <short value="Tipos de documentos de identificación para persona ÚNICAS" />
      <definition value="Description of identifier. A coded type for the identifier that can be used to determine which identifier to use for a specific purpose." />
      <binding>
        <strength value="extensible" />
        <description value="Value set de Tipos de documentos de identificación para persona ÚNICAS" />
        <valueSet value="https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona" />
      </binding>
    </element>
    <element id="MedicationAdministration.subject.identifier.type.coding.system">
      <path value="MedicationAdministration.subject.identifier.type.coding.system" />
      <short value="URL del SNOMED CT. Extensión para España del SNS" />
      <definition value="Posible URL de terminología utilizada para indicar el tipo de documentos de identificación y su descripción correspondiente:&#xD;&#xA;&#xD;&#xA;- SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104" />
    </element>
    <element id="MedicationAdministration.subject.identifier.type.coding.code">
      <path value="MedicationAdministration.subject.identifier.type.coding.code" />
      <short value="Código del identificador" />
    </element>
    <element id="MedicationAdministration.subject.identifier.type.coding.display">
      <path value="MedicationAdministration.subject.identifier.type.coding.display" />
      <short value="Decripción del identificador" />
      <definition value="Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system." />
    </element>
    <element id="MedicationAdministration.subject.identifier.system">
      <path value="MedicationAdministration.subject.identifier.system" />
      <short value="OID registro de número de CIP-SNS" />
      <definition value="The namespace for the identifier value. Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique." />
    </element>
    <element id="MedicationAdministration.subject.identifier.value">
      <path value="MedicationAdministration.subject.identifier.value" />
      <short value="Número CIP-SNS" />
      <definition value="The value that is unique. The portion of the identifier typically relevant to the user and which is unique within the context of the system." />
    </element>
    <element id="MedicationAdministration.subject.display">
      <path value="MedicationAdministration.subject.display" />
      <short value="Nombre completo del paciente" />
      <definition value="Text alternative for the resource. Plain text narrative that identifies the resource in addition to the resource reference." />
    </element>
    <element id="MedicationAdministration.encounter">
      <path value="MedicationAdministration.encounter" />
      <short value="Referencia a la interacción clínica" />
      <definition value="Encounter administered as part of. The visit, admission, or other contact between patient and health care provider during which the medication administration was performed." />
      <type>
        <code value="Reference" />
        <targetProfile value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASEncounter" />
      </type>
    </element>
    <element id="MedicationAdministration.encounter.reference">
      <path value="MedicationAdministration.encounter.reference" />
      <short value="Referencia recurso FHIR" />
      <definition value="Formato: [base]/Encounter?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para la interacción clínica]" />
    </element>
    <element id="MedicationAdministration.encounter.type">
      <path value="MedicationAdministration.encounter.type" />
      <short value="Tipo de recurso FHIR" />
      <definition value="Type the reference refers to (e.g. &quot;Patient&quot;) - must be a resource in resources. The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.&#xD;&#xA;&#xD;&#xA;The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. &quot;Patient&quot; is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources)." />
    </element>
    <element id="MedicationAdministration.encounter.identifier">
      <path value="MedicationAdministration.encounter.identifier" />
      <short value="Identificador del recurso FHIR" />
      <definition value="Logical reference, when literal reference is not known. An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference." />
    </element>
    <element id="MedicationAdministration.encounter.identifier.system">
      <path value="MedicationAdministration.encounter.identifier.system" />
      <short value="Sistema para identificar el origen" />
      <definition value="Formato: urn:regcess:[CódigoREGCESS]&#xD;&#xA;Debe incluir el código REGCESS después de urn:regcess:" />
    </element>
    <element id="MedicationAdministration.encounter.identifier.value">
      <path value="MedicationAdministration.encounter.identifier.value" />
      <short value="Identificador interno del sistema para la interacción clínica" />
      <definition value="Debe indicar el ID interno del sistema de origen utilizado para la interacción clínica" />
    </element>
    <element id="MedicationAdministration.occurence[x]">
      <path value="MedicationAdministration.occurence[x]" />
      <short value="Fecha de inicio del tratamiento y/o Fecha de fin del tratamiento (Duración del tratamiento)" />
      <type>
        <code value="Period" />
      </type>
    </element>
    <element id="MedicationAdministration.occurence[x].start">
      <path value="MedicationAdministration.occurence[x].start" />
      <short value="Fecha de inicio del tratamiento" />
      <definition value="Starting time with inclusive boundary. The start of the period. The boundary is inclusive." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.occurence[x].end">
      <path value="MedicationAdministration.occurence[x].end" />
      <short value="Fecha de fin del tratamiento" />
      <definition value="End time with inclusive boundary, if not ongoing. The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time." />
    </element>
    <element id="MedicationAdministration.recorded">
      <path value="MedicationAdministration.recorded" />
      <short value="Fecha de la prescripción" />
      <definition value="When the MedicationAdministration was first captured in the subject's record. The date the occurrence of the  MedicationAdministration was first captured in the record - potentially significantly after the occurrence of the event." />
    </element>
    <element id="MedicationAdministration.performer">
      <path value="MedicationAdministration.performer" />
      <short value="Profesional sanitario que realizó la prescripción" />
      <definition value="Who or what performed the medication administration and what type of performance they did. The performer of the medication treatment.  For devices this is the device that performed the administration of the medication.  An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.performer.actor">
      <path value="MedicationAdministration.performer.actor" />
      <short value="Referencia al profesional sanitario" />
      <definition value="Who or what performed the medication administration. Indicates who or what performed the medication administration." />
      <type>
        <code value="CodeableReference" />
        <targetProfile value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPractitionerRole" />
        <targetProfile value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPractitioner" />
      </type>
    </element>
    <element id="MedicationAdministration.performer.actor.reference">
      <path value="MedicationAdministration.performer.actor.reference" />
      <short value="Referencia al profesional sanitario" />
      <definition value="Reference to a resource (by instance). A reference to a resource the provides exact details about the information being referenced." />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.reference">
      <path value="MedicationAdministration.performer.actor.reference.reference" />
      <short value="Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR" />
      <definition value="Formato: [base]/Practitioner?identifier=[OID registro de DNI]|[Número DNI]" />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.type">
      <path value="MedicationAdministration.performer.actor.reference.type" />
      <short value="Tipo de recurso FHIR" />
      <definition value="Type the reference refers to (e.g. &quot;Patient&quot;) - must be a resource in resources. The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.&#xA;&#xA;The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. &quot;Patient&quot; is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources)." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier">
      <path value="MedicationAdministration.performer.actor.reference.identifier" />
      <short value="Identificadores del profesional sanitario. Cuando no tengamos recurso Practitioner, se debera informar el identificador del profesional sanitario mediante DNI como dato mínimo. Adicionalmente, se puede informar el número colegiado del profesional sanitario como dato recomendado" />
      <definition value="Logical reference, when literal reference is not known. An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.extension:numeroColegiadoProfesionalSanitario">
      <path value="MedicationAdministration.performer.actor.reference.identifier.extension" />
      <sliceName value="numeroColegiadoProfesionalSanitario" />
      <type>
        <code value="Extension" />
        <profile value="https://unicas-fhir.sanidad.gob.es/StructureDefinition/NumeroColegiadoProfesionalSanitario" />
      </type>
      <isModifier value="false" />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.type">
      <path value="MedicationAdministration.performer.actor.reference.identifier.type" />
      <short value="Tipos de documentos de identificación para persona ÚNICAS" />
      <definition value="Description of identifier. A coded type for the identifier that can be used to determine which identifier to use for a specific purpose." />
      <binding>
        <strength value="extensible" />
        <description value="Value set de Tipos de documentos de identificación para persona ÚNICAS" />
        <valueSet value="https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona" />
      </binding>
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.type.coding.system">
      <path value="MedicationAdministration.performer.actor.reference.identifier.type.coding.system" />
      <short value="URL del refset Tipos de documento para identificación personal de SNOMED CT. Extensión para España del SNS" />
      <definition value="Posible URL de terminología utilizada para indicar el tipo de documentos de identificación y su descripción correspondiente:&#xD;&#xA;&#xD;&#xA;- Refset Tipos de documento para identificación personal del SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104?fhir_vs-refset/900000251000122107" />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.type.coding.code">
      <path value="MedicationAdministration.performer.actor.reference.identifier.type.coding.code" />
      <short value="Código del identificador" />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.type.coding.display">
      <path value="MedicationAdministration.performer.actor.reference.identifier.type.coding.display" />
      <short value="Decripción del identificador" />
      <definition value="Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system." />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.system">
      <path value="MedicationAdministration.performer.actor.reference.identifier.system" />
      <short value="OID registro de DNI" />
      <definition value="The namespace for the identifier value. Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique." />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.identifier.value">
      <path value="MedicationAdministration.performer.actor.reference.identifier.value" />
      <short value="Número del DNI" />
      <definition value="The value that is unique. The portion of the identifier typically relevant to the user and which is unique within the context of the system." />
    </element>
    <element id="MedicationAdministration.performer.actor.reference.display">
      <path value="MedicationAdministration.performer.actor.reference.display" />
      <short value="Nombre completo del profesional sanitario" />
      <definition value="Text alternative for the resource. Plain text narrative that identifies the resource in addition to the resource reference." />
    </element>
    <element id="MedicationAdministration.dosage">
      <path value="MedicationAdministration.dosage" />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.dosage.text">
      <path value="MedicationAdministration.dosage.text" />
      <short value="Comentarios para el farmacéutico" />
      <definition value="Free text dosage instructions e.g. SIG. Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.&#xD;&#xD;The dosage instructions should reflect the dosage of the medication that was administered." />
    </element>
    <element id="MedicationAdministration.dosage.route">
      <path value="MedicationAdministration.dosage.route" />
      <short value="Vía de administración" />
      <definition value="Path of substance into body. A code specifying the route or physiological path of administration of a therapeutic agent into or onto the patient.  For example, topical, intravenous, etc." />
      <binding>
        <strength value="extensible" />
        <description value="Value set de Vías de administración farmacológica" />
        <valueSet value="https://unicas-fhir.sanidad.gob.es/ValueSet/ViasAdministracionFarmacologica" />
      </binding>
    </element>
    <element id="MedicationAdministration.dosage.route.coding.system">
      <path value="MedicationAdministration.dosage.route.coding.system" />
      <short value="OID del Nomenclátor de Prescripción AEMPS. Vía de administración" />
      <definition value="Posible OID de catálogo utilizado para indicar la vía de administración farmacológica y su descripción correspondiente:&#xD;&#xA;&#xD;&#xA;- Nomenclátor de Prescripción AEMPS. Vía de administración: urn:oid:2.16.724.4.21.5.14.2" />
    </element>
    <element id="MedicationAdministration.dosage.route.coding.code">
      <path value="MedicationAdministration.dosage.route.coding.code" />
      <short value="Código de la vía de administración farmacológica" />
    </element>
    <element id="MedicationAdministration.dosage.route.coding.display">
      <path value="MedicationAdministration.dosage.route.coding.display" />
      <short value="Descripción de la vía de administración farmacológica" />
      <definition value="Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system." />
    </element>
    <element id="MedicationAdministration.dosage.dose">
      <path value="MedicationAdministration.dosage.dose" />
      <short value="Dosis del medicamento" />
      <definition value="Amount of medication per dose. The amount of the medication given at one administration event.   Use this value when the administration is essentially an instantaneous event such as a swallowing a tablet or giving an injection." />
      <min value="1" />
    </element>
    <element id="MedicationAdministration.dosage.dose.value">
      <path value="MedicationAdministration.dosage.dose.value" />
      <short value="Número de dosis" />
      <definition value="Numerical value (with implicit precision). The value of the measured amount. The value includes an implicit precision in the presentation of the value." />
    </element>
    <element id="MedicationAdministration.dosage.dose.unit">
      <path value="MedicationAdministration.dosage.dose.unit" />
      <short value="Unidad de dosis" />
      <definition value="Unit representation. A human-readable form of the unit." />
    </element>
    <element id="MedicationAdministration.dosage.dose.system">
      <path value="MedicationAdministration.dosage.dose.system" />
      <short value="URL del catálogo UCUM" />
      <definition value="- Unified Code for Units of Measure (UCUM): http://unitsofmeasure.org" />
    </element>
    <element id="MedicationAdministration.dosage.dose.code">
      <path value="MedicationAdministration.dosage.dose.code" />
      <short value="Código de la unidad de la dosis" />
      <definition value="Coded form of the unit. A computer processable form of the unit in some unit representation system." />
    </element>
    <element id="MedicationAdministration.dosage.rate[x]">
      <path value="MedicationAdministration.dosage.rate[x]" />
      <short value="Frecuencia de tomas (Posología)" />
      <definition value="Dose quantity per unit of time. 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." />
      <min value="1" />
      <type>
        <code value="Quantity" />
      </type>
    </element>
    <element id="MedicationAdministration.dosage.rate[x].value">
      <path value="MedicationAdministration.dosage.rate[x].value" />
      <short value="Frecuencia de la toma durante el período" />
      <definition value="Numerical value (with implicit precision). The value of the measured amount. The value includes an implicit precision in the presentation of the value." />
    </element>
    <element id="MedicationAdministration.dosage.rate[x].unit">
      <path value="MedicationAdministration.dosage.rate[x].unit" />
      <short value="Unidad de frecuencia de la toma durante el período" />
      <definition value="Unit representation. A human-readable form of the unit." />
    </element>
    <element id="MedicationAdministration.dosage.rate[x].system">
      <path value="MedicationAdministration.dosage.rate[x].system" />
      <short value="URL del catálogo UCUM" />
      <definition value="- Unified Code for Units of Measure (UCUM): http://unitsofmeasure.org" />
    </element>
    <element id="MedicationAdministration.dosage.rate[x].code">
      <path value="MedicationAdministration.dosage.rate[x].code" />
      <short value="Código de la unidad de frecuencia de la toma durante el período" />
      <definition value="Coded form of the unit. A computer processable form of the unit in some unit representation system." />
    </element>
  </differential>
</StructureDefinition>