{ "description": null, "_filename": "StructureDefinition-bserMedicationAdministration.json", "package_name": "hl7.fhir.us.bser", "date": "2019-03-27T07:29:43+11:00", "derivation": "constraint", "publisher": "Hi3 Solutions", "fhirVersion": "3.0.1", "name": "BSeR Medication Administration", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Mapping", "identity": "workflow" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://www.w3.org/ns/prov", "name": "W3C PROV", "identity": "w3c.prov" } ], "abstract": false, "type": "MedicationAdministration", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "0.2.0", "snapshot": { "element": [ { "constraint": [ { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "source": "DomainResource", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-1", "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative", "xpath": "not(parent::f:contained and f:text)", "source": "DomainResource", "severity": "error", "expression": "contained.text.empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "DomainResource", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource", "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))", "source": "DomainResource", "severity": "error", "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()" }, { "key": "mad-2", "human": "Reason not given is only permitted if NotGiven is true", "xpath": "not(exists(f:reasonNotGiven) and f:notGiven/@value=false())", "source": "MedicationAdministration", "severity": "error", "expression": "reasonNotGiven.empty() or notGiven = true" }, { "key": "mad-3", "human": "Reason given is only permitted if NotGiven is false", "xpath": "not(exists(f:reasonCode) and f:notGiven/@value=true())", "source": "MedicationAdministration", "severity": "error", "expression": "reasonCode.empty() or notGiven.empty() or notGiven = 'false'" } ], "path": "MedicationAdministration", "min": 0, "definition": "Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.", "short": "Administration of medication to a patient", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "..Event", "identity": "workflow" }, { "map": "SubstanceAdministration", "identity": "rim" }, { "map": "clinical.medication", "identity": "w5" } ], "max": "*", "id": "MedicationAdministration", "comment": "The WG will be updating the MedicationAdministration resource to adjust each affected resource to align with the workflow pattern (see workflow.html).", "base": { "max": "*", "min": 0, "path": "MedicationAdministration" } }, { "path": "MedicationAdministration.id", "min": 0, "definition": "MAY contain zero or one [0..1] id (CONF:4383-851).", "short": "id", "type": [ { "code": "id" } ], "max": "1", "id": "MedicationAdministration.id", "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.", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "path": "MedicationAdministration.meta", "min": 0, "definition": "MAY contain zero or one [0..1] meta (CONF:4383-850).", "short": "meta", "type": [ { "code": "Meta" } ], "max": "1", "id": "MedicationAdministration.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "path": "MedicationAdministration.meta.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MedicationAdministration.meta.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "MedicationAdministration.meta.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MedicationAdministration.meta.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "MedicationAdministration.meta.versionId", "min": 0, "definition": "The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.", "short": "Version specific identifier", "type": [ { "code": "id" } ], "max": "1", "id": "MedicationAdministration.meta.versionId", "comment": "The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.", "base": { "max": "1", "min": 0, "path": "Meta.versionId" }, "isSummary": true }, { "path": "MedicationAdministration.meta.lastUpdated", "min": 0, "definition": "When the resource last changed - e.g. when the version changed.", "short": "When the resource version last changed", "type": [ { "code": "instant" } ], "max": "1", "id": "MedicationAdministration.meta.lastUpdated", "comment": "This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant.", "base": { "max": "1", "min": 0, "path": "Meta.lastUpdated" }, "isSummary": true }, { "path": "MedicationAdministration.meta.profile", "min": 1, "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/bser/StructureDefinition/bserMedicationAdministration\" (CONF:4383-852).", "short": "profile", "type": [ { "code": "uri" } ], "patternString": "http://hl7.org/fhir/us/bser/StructureDefinition/bserMedicationAdministration", "max": "1", "id": "MedicationAdministration.meta.profile", "comment": "It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.", "base": { "max": "*", "min": 0, "path": "Meta.profile" }, "isSummary": true }, { "path": "MedicationAdministration.meta.security", "min": 0, "definition": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.", "short": "Security Labels applied to this resource", "type": [ { "code": "Coding" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "SecurityLabels" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "Security Labels from the Healthcare Privacy and Security Classification System.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/security-labels" } }, "max": "*", "id": "MedicationAdministration.meta.security", "comment": "The security labels can be updated without changing the stated version of the resource The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.", "base": { "max": "*", "min": 0, "path": "Meta.security" }, "isSummary": true }, { "path": "MedicationAdministration.meta.tag", "min": 0, "definition": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.", "short": "Tags applied to this resource", "type": [ { "code": "Coding" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Tags" } ], "description": "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\"", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/common-tags" } }, "max": "*", "id": "MedicationAdministration.meta.tag", "comment": "The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.", "base": { "max": "*", "min": 0, "path": "Meta.tag" }, "isSummary": true }, { "path": "MedicationAdministration.implicitRules", "min": 0, "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.", "isModifier": true, "short": "A set of rules under which this content was created", "type": [ { "code": "uri" } ], "max": "1", "id": "MedicationAdministration.implicitRules", "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. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isSummary": true }, { "path": "MedicationAdministration.language", "min": 0, "definition": "The base language in which the resource is written.", "short": "Language of the resource content", "type": [ { "code": "code" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueReference": { "reference": "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 } ], "description": "A human language.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/languages" } }, "max": "1", "id": "MedicationAdministration.language", "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).", "base": { "max": "1", "min": 0, "path": "Resource.language" } }, { "path": "MedicationAdministration.text", "min": 0, "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.", "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "MedicationAdministration.text", "condition": [ "dom-1" ], "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 in formation is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" } }, { "path": "MedicationAdministration.contained", "min": 0, "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.", "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "MedicationAdministration.contained", "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" } }, { "path": "MedicationAdministration.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MedicationAdministration.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.", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" } }, { "path": "MedicationAdministration.modifierExtension", "min": 0, "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.", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MedicationAdministration.modifierExtension", "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" } }, { "path": "MedicationAdministration.identifier", "min": 0, "definition": "External identifier - FHIR will generate its own internal identifiers (probably URLs) which do not need to be explicitly managed by the resource. The identifier here is one that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event. Particularly important if these records have to be updated.", "short": "External identifier", "mapping": [ { "map": "…identifier", "identity": "workflow" }, { "map": ".id", "identity": "rim" }, { "map": "id", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "max": "*", "id": "MedicationAdministration.identifier", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.identifier" } }, { "path": "MedicationAdministration.definition", "min": 0, "definition": "A protocol, guideline, orderset or other definition that was adhered to in whole or in part by this event.", "short": "Instantiates protocol or definition", "mapping": [ { "map": "…definition", "identity": "workflow" }, { "map": ".outboundRelationship[typeCode=DEFN].target[classCode=unspecified]", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" } ], "max": "*", "id": "MedicationAdministration.definition", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.definition" }, "isSummary": true }, { "path": "MedicationAdministration.partOf", "min": 0, "definition": "A larger event of which this particular event is a component or step.", "short": "Part of referenced event", "mapping": [ { "map": "…part of", "identity": "workflow" }, { "map": ".outboundRelationship[typeCode=COMP]/target[classCode=SBADM or PROC,moodCode=EVN]", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure" } ], "max": "*", "id": "MedicationAdministration.partOf", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.partOf" }, "isSummary": true }, { "path": "MedicationAdministration.status", "min": 1, "definition": "SHALL contain exactly one [1..1] status, which SHALL be selected from ValueSet Medication-admin-status http://hl7.org/fhir/ValueSet/medication-admin-status (CONF:4383-308).", "isModifier": true, "short": "status", "mapping": [ { "map": "…status", "identity": "workflow" }, { "map": "RXA-20-Completion Status", "identity": "v2" }, { "map": ".statusCode", "identity": "rim" }, { "map": "status", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/medication-admin-status" } }, "max": "1", "id": "MedicationAdministration.status", "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", "base": { "max": "1", "min": 1, "path": "MedicationAdministration.status" }, "isSummary": true }, { "path": "MedicationAdministration.category", "min": 0, "definition": "Indicates the type of medication administration and where the medication is expected to be consumed or administered.", "short": "Type of medication usage", "mapping": [ { "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication usage\"].value", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationAdministrationCategory" } ], "description": "A coded concept describing where the medication administered is expected to occur", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/medication-admin-category" } }, "max": "1", "id": "MedicationAdministration.category", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.category" } }, { "path": "MedicationAdministration.medication[x]", "min": 1, "definition": "SHALL contain exactly one [1..1] medication[x], where medication[x] is (CONF:4383-303)", "short": "medication[x]", "mapping": [ { "map": "…code", "identity": "workflow" }, { "map": "RXA-5-Administered Code", "identity": "v2" }, { "map": ".participation[typeCode=CSM].role[classCode=ADMM]", "identity": "rim" }, { "map": "what", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationCode" } ], "description": "Codes identifying substance or product that can be administered.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/medication-codes" } }, "max": "1", "id": "MedicationAdministration.medication[x]", "comment": "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. For example if you require form or lot number, then you must reference the Medication resource. .", "base": { "max": "1", "min": 1, "path": "MedicationAdministration.medication[x]" }, "isSummary": true }, { "path": "MedicationAdministration.medication[x]", "min": 1, "definition": "medicationCodeableConcept, which SHALL be selected from ValueSet medication-codes http://hl7.org/fhir/ValueSet/medication-codes DYNAMIC (CONF:4383-304)", "short": "medicationCodeableConcept", "mapping": [ { "map": "…code", "identity": "workflow" }, { "map": "RXA-5-Administered Code", "identity": "v2" }, { "map": ".participation[typeCode=CSM].role[classCode=ADMM]", "identity": "rim" }, { "map": "what", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" } ], "sliceName": "medicationCodeableConcept", "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/medication-codes" } }, "max": "1", "id": "MedicationAdministration.medication[x]:medicationCodeableConcept", "comment": "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. For example if you require form or lot number, then you must reference the Medication resource. .", "base": { "max": "1", "min": 1, "path": "MedicationAdministration.medication[x]" }, "isSummary": true }, { "path": "MedicationAdministration.medication[x].id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "MedicationAdministration.medication[x].extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "MedicationAdministration.medication[x].coding", "requirements": "Allows for translations and alternate encodings within a code system. Also supports communication of the same instance to systems requiring different encodings.", "min": 1, "definition": "SHALL contain exactly one [1..1] coding (CONF:4383-309).", "short": "coding", "mapping": [ { "map": "C*E.1-8, C*E.10-22", "identity": "v2" }, { "map": "union(., ./translation)", "identity": "rim" }, { "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding", "identity": "orim" } ], "type": [ { "code": "Coding" } ], "sliceName": "medicationCodeableConcept", "max": "1", "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:medicationCodeableConcept", "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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.", "base": { "max": "*", "min": 0, "path": "CodeableConcept.coding" }, "isSummary": true }, { "path": "MedicationAdministration.medication[x].text", "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, "definition": "SHOULD contain zero or one [0..1] text (CONF:4383-310).", "short": "text", "mapping": [ { "map": "C*E.9. But note many systems use C*E.2 for this", "identity": "v2" }, { "map": "./originalText[mediaType/code=\"text/plain\"]/data", "identity": "rim" }, { "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText", "identity": "orim" } ], "type": [ { "code": "string" } ], "sliceName": "medicationCodeableConcept", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean": true } ], "max": "1", "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.text:medicationCodeableConcept", "comment": "Very often the text is the same as a displayName of one of the codings.", "base": { "max": "1", "min": 0, "path": "CodeableConcept.text" }, "isSummary": true }, { "path": "MedicationAdministration.subject", "min": 1, "definition": "SHALL contain exactly one [1..1] =\"BSeR Patient\"BSeR Patient (identifier: http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole) (CONF:4383-305).", "short": "subject", "mapping": [ { "map": "…subject", "identity": "workflow" }, { "map": "PID-3-Patient ID List", "identity": "v2" }, { "map": ".participation[typeCode=SBJ].role[classCode=PAT]", "identity": "rim" }, { "map": "who.focus", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole" } ], "patternString": "BSeR Patient", "max": "1", "id": "MedicationAdministration.subject", "base": { "max": "1", "min": 1, "path": "MedicationAdministration.subject" }, "isSummary": true }, { "path": "MedicationAdministration.context", "min": 0, "definition": "The visit, admission or other contact between patient and health care provider the medication administration was performed as part of.", "short": "Encounter or Episode of Care administered as part of", "mapping": [ { "map": "…context", "identity": "workflow" }, { "map": "PV1-19-Visit Number", "identity": "v2" }, { "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", "identity": "rim" }, { "map": "context", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" } ], "max": "1", "id": "MedicationAdministration.context", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.context" } }, { "path": "MedicationAdministration.supportingInformation", "min": 0, "definition": "Additional information (for example, patient height and weight) that supports the administration of the medication.", "short": "Additional information to support administration", "mapping": [ { "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", "identity": "rim" }, { "map": "context", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource" } ], "max": "*", "id": "MedicationAdministration.supportingInformation", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.supportingInformation" } }, { "path": "MedicationAdministration.effective[x]", "min": 1, "definition": "A specific date/time or interval of time during which the administration took place (or did not take place, when the 'notGiven' attribute is true). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate.", "short": "Start and end time of administration", "mapping": [ { "map": "…occurrence[x]", "identity": "workflow" }, { "map": "RXA-3-Date/Time Start of Administration / RXA-4-Date/Time End of Administration", "identity": "v2" }, { "map": ".effectiveTime", "identity": "rim" }, { "map": "when.done", "identity": "w5" } ], "type": [ { "code": "dateTime" }, { "code": "Period" } ], "max": "1", "id": "MedicationAdministration.effective[x]", "base": { "max": "1", "min": 1, "path": "MedicationAdministration.effective[x]" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "path": "MedicationAdministration.performer", "min": 0, "definition": "The individual who was responsible for giving the medication to the patient.", "short": "Who administered substance", "mapping": [ { "map": "…performer", "identity": "workflow" }, { "map": "RXA-10-Administering Provider / PRT-5-Participation Person: PRT-4-Participation='AP' (RXA-10 is deprecated)", "identity": "v2" }, { "map": ".participation[typeCode=PRF]", "identity": "rim" }, { "map": "who.actor", "identity": "w5" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "MedicationAdministration.performer", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.performer" }, "isSummary": true }, { "path": "MedicationAdministration.performer.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MedicationAdministration.performer.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "MedicationAdministration.performer.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MedicationAdministration.performer.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "MedicationAdministration.performer.modifierExtension", "min": 0, "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.", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MedicationAdministration.performer.modifierExtension", "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MedicationAdministration.performer.actor", "min": 1, "definition": "The device, practitioner, etc. who performed the action.", "short": "Individual who was performing", "mapping": [ { "map": "….actor", "identity": "workflow" }, { "map": ".role", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device" } ], "max": "1", "id": "MedicationAdministration.performer.actor", "base": { "max": "1", "min": 1, "path": "MedicationAdministration.performer.actor" }, "isSummary": true }, { "path": "MedicationAdministration.performer.onBehalfOf", "min": 0, "definition": "The organization the device or practitioner was acting on behalf of.", "short": "Organization organization was acting for", "mapping": [ { "map": "….onBehalfOf", "identity": "workflow" }, { "map": ".role.scopingOrganization", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "max": "1", "id": "MedicationAdministration.performer.onBehalfOf", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.performer.onBehalfOf" } }, { "path": "MedicationAdministration.notGiven", "min": 0, "definition": "Set this to true if the record is saying that the medication was NOT administered.", "isModifier": true, "short": "True if medication not administered", "mapping": [ { "map": "…notDone", "identity": "workflow" }, { "map": "RXA-20-Completion Status='NA'", "identity": "v2" }, { "map": ".actionNegationInd", "identity": "rim" } ], "type": [ { "code": "boolean" } ], "meaningWhenMissing": "If this is missing, then the medication was administered", "max": "1", "id": "MedicationAdministration.notGiven", "comment": "This element is labeled as a modifier because it indicates that a administration didn't happen.", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.notGiven" }, "isSummary": true }, { "path": "MedicationAdministration.reasonNotGiven", "min": 0, "definition": "A code indicating why the administration was not performed.", "short": "Reason administration not performed", "mapping": [ { "map": "…notDoneReason", "identity": "workflow" }, { "map": "RXA-9-Administration Notes / RXA-18 Substance/Treatment Refusal Reason", "identity": "v2" }, { "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"reason not given\"].value", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationAdministrationNegationReason" } ], "description": "A set of codes indicating the reason why the MedicationAdministration is negated.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes" } }, "max": "*", "id": "MedicationAdministration.reasonNotGiven", "condition": [ "mad-2" ], "base": { "max": "*", "min": 0, "path": "MedicationAdministration.reasonNotGiven" } }, { "path": "MedicationAdministration.reasonCode", "min": 0, "definition": "A code indicating why the medication was given.", "short": "Reason administration performed", "mapping": [ { "map": "…reasonGivenCodeableConcept", "identity": "workflow" }, { "map": "RXE-27 Give Indication", "identity": "v2" }, { "map": ".reasonCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationAdministrationReason" } ], "description": "A set of codes indicating the reason why the MedicationAdministration was made.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes" } }, "max": "*", "id": "MedicationAdministration.reasonCode", "condition": [ "mad-3" ], "base": { "max": "*", "min": 0, "path": "MedicationAdministration.reasonCode" } }, { "path": "MedicationAdministration.reasonReference", "min": 0, "definition": "Condition or observation that supports why the medication was administered.", "short": "Condition or Observation that supports why the medication was administered", "mapping": [ { "map": "…reasonReference", "identity": "workflow" }, { "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"reason for use ASSERTION\"].value", "identity": "rim" }, { "map": "no mapping", "identity": "w3c.prov" }, { "map": "why", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Condition" }, { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation" } ], "max": "*", "id": "MedicationAdministration.reasonReference", "comment": "This is a reference to a condition that is the reason for the medication request. If only a code exists, use reasonCode.", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.reasonReference" } }, { "path": "MedicationAdministration.prescription", "min": 0, "definition": "The original request, instruction or authority to perform the administration.", "short": "Request administration performed against", "mapping": [ { "map": "…basedOn", "identity": "workflow" }, { "map": "ORC-2-Placer Order Number / ORC-3-Filler Order Number", "identity": "v2" }, { "map": "InFullfillmentOf->SubstanceAdministration", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest" } ], "max": "1", "id": "MedicationAdministration.prescription", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.prescription" } }, { "path": "MedicationAdministration.device", "min": 0, "definition": "The device used in administering the medication to the patient. For example, a particular infusion pump.", "short": "Device used to administer", "mapping": [ { "map": "PRT-10 Participation Device / RXR-3 Administrative Device", "identity": "v2" }, { "map": "device->Access OR device->AssignedDevice", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device" } ], "max": "*", "id": "MedicationAdministration.device", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.device" } }, { "path": "MedicationAdministration.note", "min": 0, "definition": "Extra information about the medication administration that is not conveyed by the other attributes.", "short": "Information about the administration", "mapping": [ { "map": "…note", "identity": "workflow" }, { "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", "identity": "rim" } ], "type": [ { "code": "Annotation" } ], "max": "*", "id": "MedicationAdministration.note", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.note" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" }, { "key": "mad-1", "human": "SHALL have at least one of dosage.dose or dosage.rate[x]", "xpath": "exists(f:dose) or exists(f:*[starts-with(local-name(.), 'rate')])", "source": "MedicationAdministration.dosage", "severity": "error", "expression": "dose.exists() or rate.exists()" } ], "path": "MedicationAdministration.dosage", "min": 1, "definition": "SHALL contain exactly one [1..1] dosage (CONF:4383-306).", "short": "dosage", "mapping": [ { "map": "component->SubstanceAdministrationEvent", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "MedicationAdministration.dosage", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage" } }, { "path": "MedicationAdministration.dosage.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MedicationAdministration.dosage.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "MedicationAdministration.dosage.extension", "min": 0, "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MedicationAdministration.dosage.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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "MedicationAdministration.dosage.modifierExtension", "min": 0, "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.", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MedicationAdministration.dosage.modifierExtension", "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MedicationAdministration.dosage.text", "min": 0, "definition": "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.\r\rThe dosage instructions should reflect the dosage of the medication that was administered.", "short": "Free text dosage instructions e.g. SIG", "mapping": [ { "map": ".text", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "MedicationAdministration.dosage.text", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.text" } }, { "path": "MedicationAdministration.dosage.site", "min": 0, "definition": "A coded specification of the anatomic site where the medication first entered the body. For example, \"left arm\".", "short": "Body site administered to", "mapping": [ { "map": "RXR-2 Administration Site / RXR-6 Administration Site Modifier", "identity": "v2" }, { "map": ".approachSiteCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationAdministrationSite" } ], "description": "A coded concept describing the site location the medicine enters into or onto the body.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/approach-site-codes" } }, "max": "1", "id": "MedicationAdministration.dosage.site", "comment": "If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [body-site-instance](http://hl7.org/fhir/extension-body-site-instance.html). May be a summary code, or a reference to a very precise definition of the location, or both.", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.site" } }, { "path": "MedicationAdministration.dosage.route", "min": 0, "definition": "A code specifying the route or physiological path of administration of a therapeutic agent into or onto the patient. For example, topical, intravenous, etc.", "short": "Path of substance into body", "mapping": [ { "map": "RXR-1-Route", "identity": "v2" }, { "map": ".routeCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RouteOfAdministration" } ], "description": "A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/route-codes" } }, "max": "1", "id": "MedicationAdministration.dosage.route", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.route" } }, { "path": "MedicationAdministration.dosage.method", "min": 0, "definition": "A coded value indicating the method by which the medication is intended to be or was introduced into or on the body. This attribute will most often NOT be populated. It is most commonly used for injections. For example, Slow Push, Deep IV.", "short": "How drug was administered", "mapping": [ { "map": "RXR-4-Administration Method", "identity": "v2" }, { "map": ".methodCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MedicationAdministrationMethod" } ], "description": "A coded concept describing the technique by which the medicine is administered.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/administration-method-codes" } }, "max": "1", "id": "MedicationAdministration.dosage.method", "comment": "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.", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.method" } }, { "path": "MedicationAdministration.dosage.dose", "min": 1, "definition": "This dosage SHALL contain exactly one [1..1] dose (CONF:4383-312).", "short": "dose", "mapping": [ { "map": "RXA-6 Administered Amount / RXA-7 Administered Units", "identity": "v2" }, { "map": ".doseQuantity", "identity": "rim" } ], "type": [ { "code": "Quantity", "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } ], "max": "1", "id": "MedicationAdministration.dosage.dose", "comment": "If the administration is not instantaneous (rate is present), this can be specified to convey the total amount administered over period of time of a single administration.", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.dose" } }, { "path": "MedicationAdministration.dosage.rate[x]", "min": 1, "definition": "This dosage SHALL contain exactly one [1..1] rate[x], where rate[x] is (CONF:4383-307)", "short": "rate[x]", "mapping": [ { "map": "RXA-12-Administered Per (Time Unit)", "identity": "v2" }, { "map": ".rateQuantity", "identity": "rim" } ], "type": [ { "code": "Ratio" }, { "code": "Quantity", "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } ], "max": "1", "id": "MedicationAdministration.dosage.rate[x]", "comment": "If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.rate[x]" } }, { "path": "MedicationAdministration.dosage.rate[x]", "min": 0, "definition": "This dosage SHALL contain exactly one [1..1] rateQuantity (CONF:4383-313).", "short": "rateQuantity", "mapping": [ { "map": "RXA-12-Administered Per (Time Unit)", "identity": "v2" }, { "map": ".rateQuantity", "identity": "rim" } ], "type": [ { "code": "Ratio" }, { "code": "Quantity", "profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" } ], "sliceName": "rateQuantity", "max": "1", "id": "MedicationAdministration.dosage.rate[x]:rateQuantity", "comment": "If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.", "base": { "max": "1", "min": 0, "path": "MedicationAdministration.dosage.rate[x]" } }, { "path": "MedicationAdministration.eventHistory", "min": 0, "definition": "A summary of the events of interest that have occurred, such as when the administration was verified.", "short": "A list of events of interest in the lifecycle", "mapping": [ { "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Provenance" } ], "max": "*", "id": "MedicationAdministration.eventHistory", "comment": "This may not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.", "base": { "max": "*", "min": 0, "path": "MedicationAdministration.eventHistory" } } ] }, "status": "draft", "id": "c7ca6919-3e4f-423b-b279-44d504a08098", "kind": "resource", "url": "http://hl7.org/fhir/us/bser/StructureDefinition/bserMedicationAdministration", "context": [ "MedicationAdministration" ], "version": "0.2.0", "differential": { "element": [ { "id": "MedicationAdministration", "path": "MedicationAdministration" }, { "id": "MedicationAdministration.id", "max": "1", "min": 0, "path": "MedicationAdministration.id", "short": "id", "definition": "MAY contain zero or one [0..1] id (CONF:4383-851)." }, { "id": "MedicationAdministration.meta", "max": "1", "min": 0, "path": "MedicationAdministration.meta", "short": "meta", "definition": "MAY contain zero or one [0..1] meta (CONF:4383-850)." }, { "id": "MedicationAdministration.meta.profile", "max": "1", "min": 1, "path": "MedicationAdministration.meta.profile", "short": "profile", "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/bser/StructureDefinition/bserMedicationAdministration\" (CONF:4383-852).", "patternString": "http://hl7.org/fhir/us/bser/StructureDefinition/bserMedicationAdministration" }, { "id": "MedicationAdministration.status", "max": "1", "min": 1, "path": "MedicationAdministration.status", "type": [ { "code": "code" } ], "short": "status", "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/medication-admin-status" } }, "definition": "SHALL contain exactly one [1..1] status, which SHALL be selected from ValueSet Medication-admin-status http://hl7.org/fhir/ValueSet/medication-admin-status (CONF:4383-308)." }, { "id": "MedicationAdministration.medication[x]", "max": "1", "min": 1, "path": "MedicationAdministration.medication[x]", "short": "medication[x]", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "type" } ] }, "definition": "SHALL contain exactly one [1..1] medication[x], where medication[x] is (CONF:4383-303)" }, { "id": "MedicationAdministration.medicationCodeableConcept:medicationCodeableConcept", "path": "MedicationAdministration.medicationCodeableConcept", "short": "medicationCodeableConcept", "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/medication-codes" } }, "sliceName": "medicationCodeableConcept", "definition": "medicationCodeableConcept, which SHALL be selected from ValueSet medication-codes http://hl7.org/fhir/ValueSet/medication-codes DYNAMIC (CONF:4383-304)" }, { "id": "MedicationAdministration.medicationCodeableConcept:medicationCodeableConcept.coding:medicationCodeableConcept", "max": "1", "min": 1, "path": "MedicationAdministration.medicationCodeableConcept.coding", "short": "coding", "sliceName": "medicationCodeableConcept", "definition": "SHALL contain exactly one [1..1] coding (CONF:4383-309)." }, { "id": "MedicationAdministration.medicationCodeableConcept:medicationCodeableConcept.text:medicationCodeableConcept", "max": "1", "min": 0, "path": "MedicationAdministration.medicationCodeableConcept.text", "short": "text", "sliceName": "medicationCodeableConcept", "definition": "SHOULD contain zero or one [0..1] text (CONF:4383-310)." }, { "id": "MedicationAdministration.subject", "max": "1", "min": 1, "path": "MedicationAdministration.subject", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole" } ], "short": "subject", "definition": "SHALL contain exactly one [1..1] =\"BSeR Patient\"BSeR Patient (identifier: http://hl7.org/fhir/us/bser/StructureDefinition/PatientRole) (CONF:4383-305).", "patternString": "BSeR Patient" }, { "id": "MedicationAdministration.dosage", "max": "1", "min": 1, "path": "MedicationAdministration.dosage", "short": "dosage", "definition": "SHALL contain exactly one [1..1] dosage (CONF:4383-306)." }, { "id": "MedicationAdministration.dosage.dose", "max": "1", "min": 1, "path": "MedicationAdministration.dosage.dose", "short": "dose", "definition": "This dosage SHALL contain exactly one [1..1] dose (CONF:4383-312)." }, { "id": "MedicationAdministration.dosage.rate[x]", "max": "1", "min": 1, "path": "MedicationAdministration.dosage.rate[x]", "short": "rate[x]", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "type" } ] }, "definition": "This dosage SHALL contain exactly one [1..1] rate[x], where rate[x] is (CONF:4383-307)" }, { "id": "MedicationAdministration.dosage.rateQuantity:rateQuantity", "path": "MedicationAdministration.dosage.rateQuantity", "short": "rateQuantity", "sliceName": "rateQuantity", "definition": "This dosage SHALL contain exactly one [1..1] rateQuantity (CONF:4383-313)." } ] }, "contact": [ { "name": "AbdulMalik Shakir", "telecom": [ { "use": "work", "value": "6266444491", "system": "phone" }, { "use": "work", "value": "abdulmalik.shakir@hi3solutions.com", "system": "email" } ] } ], "contextType": "resource", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" }