This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
JSON Format: StructureDefinition-Immunization-uv-ips
Download Raw json
{ "resourceType" : "StructureDefinition", "id" : "Immunization-uv-ips", "meta" : { "lastUpdated" : "2018-03-07T12:47:01.502-05:00" }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This profile represents the constraints applied to the Immunization resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of an immunization is represented in the patient summary as an instance of an Immunization resource constrained by this profile.\r\n\r\nIt describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party.</div>" }, "url" : "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips", "version" : "0.3.0", "name" : "ImmunizationUvIps", "title" : "Immunization (IPS)", "status" : "draft", "date" : "2018-03-06T00:00:00-05:00", "description" : "This profile represents the constraints applied to the Immunization resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of an immunization is represented in the patient summary as an instance of an Immunization resource constrained by this profile.\r\n\r\nIt describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party.", "jurisdiction" : [ { "coding" : [ { "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001", "display" : "World" } ] } ], "purpose" : "This profile constrains the representation of a record of a vaccination of the patient, in the context of the international patient summary as specified by the IPS project of HL7 International.", "fhirVersion" : "4.0.0", "mapping" : [ { "identity" : "workflow", "uri" : "http://hl7.org/fhir/workflow", "name" : "Workflow Pattern" }, { "identity" : "v2", "uri" : "http://hl7.org/v2", "name" : "HL7 v2 Mapping" }, { "identity" : "rim", "uri" : "http://hl7.org/v3", "name" : "RIM Mapping" }, { "identity" : "w5", "uri" : "http://hl7.org/fhir/fivews", "name" : "FiveWs Pattern Mapping" }, { "identity" : "cda", "uri" : "http://hl7.org/v3/cda", "name" : "CDA (R2)" } ], "kind" : "resource", "abstract" : false, "type" : "Immunization", "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Immunization", "derivation" : "constraint", "snapshot" : { "element" : [ { "id" : "Immunization", "path" : "Immunization", "short" : "Immunization event information", "definition" : "Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed", "min" : 0, "max" : "*", "base" : { "path" : "Immunization", "min" : 0, "max" : "*" }, "constraint" : [ { "key" : "dom-2", "severity" : "error", "human" : "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "expression" : "contained.contained.empty()", "xpath" : "not(parent::f:contained and f:contained)", "source" : "DomainResource" }, { "key" : "dom-4", "severity" : "error", "human" : "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "expression" : "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", "xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source" : "DomainResource" }, { "key" : "dom-3", "severity" : "error", "human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", "expression" : "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", "xpath" : "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", "source" : "DomainResource" }, { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", "valueBoolean" : true }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", "valueMarkdown" : "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." } ], "key" : "dom-6", "severity" : "warning", "human" : "A resource should have narrative for robust management", "expression" : "text.div.exists()", "xpath" : "exists(f:text/h:div)", "source" : "DomainResource" }, { "key" : "dom-5", "severity" : "error", "human" : "If a resource is contained in another resource, it SHALL NOT have a security label", "expression" : "contained.meta.security.empty()", "xpath" : "not(exists(f:contained/*/f:meta/f:security))", "source" : "DomainResource" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "Entity. Role, or Act" }, { "identity" : "workflow", "map" : "Event" }, { "identity" : "v2", "map" : "VXU_V04" }, { "identity" : "rim", "map" : "SubstanceAdministration" } ] }, { "id" : "Immunization.id", "path" : "Immunization.id", "short" : "Logical id of this artifact", "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "comment" : "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "id" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true }, { "id" : "Immunization.meta", "path" : "Immunization.meta", "short" : "Metadata about the resource", "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.meta", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Meta" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true }, { "id" : "Immunization.meta.id", "path" : "Immunization.meta.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.meta.extension", "path" : "Immunization.meta.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.meta.versionId", "path" : "Immunization.meta.versionId", "short" : "Version specific identifier", "definition" : "The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.", "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.", "min" : 0, "max" : "1", "base" : { "path" : "Meta.versionId", "min" : 0, "max" : "1" }, "type" : [ { "code" : "id" } ], "isModifier" : false, "isSummary" : true }, { "id" : "Immunization.meta.lastUpdated", "path" : "Immunization.meta.lastUpdated", "short" : "When the resource version last changed", "definition" : "When the resource last changed - e.g. when the version changed.", "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. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a [read](http://hl7.org/fhir/R4/http.html#read) interaction.", "min" : 0, "max" : "1", "base" : { "path" : "Meta.lastUpdated", "min" : 0, "max" : "1" }, "type" : [ { "code" : "instant" } ], "isModifier" : false, "isSummary" : true }, { "id" : "Immunization.meta.source", "path" : "Immunization.meta.source", "short" : "Identifies where the resource comes from", "definition" : "A uri that identifies the source system of the resource. This provides a minimal amount of [Provenance](http://hl7.org/fhir/R4/provenance.html#) information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.", "comment" : "In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. \n\nThis element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.", "min" : 0, "max" : "1", "base" : { "path" : "Meta.source", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "isModifier" : false, "isSummary" : true }, { "id" : "Immunization.meta.profile", "path" : "Immunization.meta.profile", "short" : "Profiles this resource claims to conform to", "definition" : "A list of profiles (references to [StructureDefinition](http://hl7.org/fhir/R4/structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](http://hl7.org/fhir/R4/structuredefinition-definitions.html#StructureDefinition.url).", "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.", "min" : 0, "max" : "*", "base" : { "path" : "Meta.profile", "min" : 0, "max" : "*" }, "type" : [ { "code" : "canonical", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ] } ], "fixedCanonical" : "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips", "mustSupport" : true, "isModifier" : false, "isSummary" : true }, { "id" : "Immunization.meta.security", "path" : "Immunization.meta.security", "short" : "Security Labels applied to this resource", "definition" : "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.", "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.", "min" : 0, "max" : "*", "base" : { "path" : "Meta.security", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding" } ], "isModifier" : false, "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "SecurityLabels" }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean" : true } ], "strength" : "extensible", "description" : "Security Labels from the Healthcare Privacy and Security Classification System.", "valueSet" : "http://hl7.org/fhir/ValueSet/security-labels" } }, { "id" : "Immunization.meta.tag", "path" : "Immunization.meta.tag", "short" : "Tags applied to this resource", "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.", "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.", "min" : 0, "max" : "*", "base" : { "path" : "Meta.tag", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding" } ], "isModifier" : false, "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "Tags" } ], "strength" : "example", "description" : "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\".", "valueSet" : "http://hl7.org/fhir/ValueSet/common-tags" } }, { "id" : "Immunization.implicitRules", "path" : "Immunization.implicitRules", "short" : "A set of rules under which this content was created", "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", "comment" : "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", "min" : 0, "max" : "1", "base" : { "path" : "Resource.implicitRules", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "isModifier" : true, "isModifierReason" : "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", "isSummary" : true }, { "id" : "Immunization.language", "path" : "Immunization.language", "short" : "Language of the resource content", "definition" : "The base language in which the resource is written.", "comment" : "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "min" : 0, "max" : "1", "base" : { "path" : "Resource.language", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages" }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "Language" }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean" : true } ], "strength" : "preferred", "description" : "A human language.", "valueSet" : "http://hl7.org/fhir/ValueSet/languages" } }, { "id" : "Immunization.text", "path" : "Immunization.text", "short" : "Text summary of the resource, for human interpretation", "definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "comment" : "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", "alias" : [ "narrative", "html", "xhtml", "display" ], "min" : 0, "max" : "1", "base" : { "path" : "DomainResource.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Narrative" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "Act.text?" } ] }, { "id" : "Immunization.contained", "path" : "Immunization.contained", "short" : "Contained, inline Resources", "definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", "alias" : [ "inline resources", "anonymous resources", "contained resources" ], "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.contained", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Resource" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.extension", "path" : "Immunization.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.modifierExtension", "path" : "Immunization.modifierExtension", "short" : "Extensions that cannot be ignored", "definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "DomainResource.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.identifier", "path" : "Immunization.identifier", "short" : "Business identifier", "definition" : "A unique identifier assigned to this immunization record.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.identifier", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Identifier" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "workflow", "map" : "Event.identifier" }, { "identity" : "w5", "map" : "FiveWs.identifier" }, { "identity" : "rim", "map" : ".id" }, { "identity" : "cda", "map" : "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/id" } ] }, { "id" : "Immunization.status", "path" : "Immunization.status", "short" : "completed | entered-in-error | not-done", "definition" : "Indicates the current status of the immunization event.", "comment" : "Will generally be set to show that the immunization has been completed or not done. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", "min" : 1, "max" : "1", "base" : { "path" : "Immunization.status", "min" : 1, "max" : "1" }, "type" : [ { "code" : "code" } ], "mustSupport" : true, "isModifier" : true, "isModifierReason" : "This element is labeled as a modifier because it is a status element that contains statuses entered-in-error and not-done which means that the resource should not be treated as valid", "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationStatus" } ], "strength" : "required", "description" : "A set of codes indicating the current status of an Immunization.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-status|4.0.0" }, "mapping" : [ { "identity" : "workflow", "map" : "Event.status" }, { "identity" : "w5", "map" : "FiveWs.status" }, { "identity" : "rim", "map" : "statusCode" } ] }, { "id" : "Immunization.statusReason", "path" : "Immunization.statusReason", "short" : "Reason not done", "definition" : "Indicates the reason the immunization event was not performed.", "comment" : "This is generally only used for the status of \"not-done\". The reason for performing the immunization event is captured in reasonCode, not here.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.statusReason", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationStatusReason" } ], "strength" : "example", "description" : "The reason why a vaccine was not administered.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-status-reason" }, "mapping" : [ { "identity" : "workflow", "map" : "Event.statusReason" }, { "identity" : "rim", "map" : ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde" } ] }, { "id" : "Immunization.vaccineCode", "path" : "Immunization.vaccineCode", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "coding.system" } ], "description" : "Discriminated by code system", "rules" : "open" }, "short" : "Vaccine that was administered or was to be administered.Several kinds of vaccine product coding could be provided.\r\n\r\n The IPS assumes that either the type of the vaccine for particular disease or diseases (e.g. MMR vaccine) against which the patient has been immunised is provided; or the known absent / unknown code.\r\n\r\n Other coded information can be provided as well as: the IDMP Pharmaceutical Product Identifiers (PhPID), Medicinal Product Identifier (MPID), Packaged Medicinal Product Identifier (PCID), when available, or equivalent coded concepts; the WHO AC codes; or any other kind of code that that identifies, classifies or cluster the administered product.", "definition" : "Vaccine that was administered or was to be administered. Several kinds of vaccine product coding could be provided.\r\n\r\nThe IPS assumes that either the type of the vaccine for particular disease or diseases (e.g. MMR vaccine) against which the patient has been immunized is provided; or the known absent / unknown.\r\n\r\nOther coded information can be provided as well as:\r\n\r\n1. The IDMP Pharmaceutical Product Identifier (PhPID), Level 1, [Substance(s)]. Example: Amoxicillin and Clavulanate Potassium; or any other equivalent coded concept;\r\n2. The IDMP Pharmaceutical Product Identifier (PhPID), Level 2 [Substance(s) + Strength + reference strength]. Example: Amoxicillin 875 mg and Clavulanate Potassium 125 mg; or any other equivalent coded concept;\r\n3. The IDMP Pharmaceutical Product Identifier (PhPID), Level 3 [Substance(s) + administrable dose form]. Example: Amoxicillin and Clavulanate Potassium, Oral Tablet; or any other equivalent coded concept;\r\n4. The IDMP Pharmaceutical Product Identifier (PhPID), Level 4 [Substance(s) + strength + reference strength + administrable dose form]. Example: Amoxicillin 875 mg and clavulanate potassium 125 mg, oral tablet; or any other equivalent coded concept 5. The IDMP Medicinal Product Identifier (MPID) or any equivalent Medicinal Product Identifier. IDMP MPID uniquely identifies a Medicinal Product, reflecting (but not replacing) any other authorization numbers allocated by a regulator. MPID implies one (set of) PhPID. The MPID shall use a common segment pattern related to a Medicinal Product, which, when each segment is valued shall define a specific MPID concept.\r\n6. The IDMP Packaged Medicinal Product Identifier (PCID) or any equivalent Packaged Medicinal Product Identifier. Uniquely identifies a Medicinal Product based on its packaging. This implies one MPID can be associated with more than one PCID, if the same Medicinal Product has more than one type of package.\r\n7. Any other kind of code that that identifies, classifies or cluster the administered product (e.g. the medicinal product or the product class)\r\n\r\nThe value sets used for the PhPID, MPID and PCID identifiers are provisional and include only few equivalent concepts used for exemplification purposes, they will be updated with real IDMP identifiers when they will become available.", "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.", "min" : 1, "max" : "1", "base" : { "path" : "Immunization.vaccineCode", "min" : 1, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "strength" : "preferred", "description" : "The type of vaccine for particular disease or diseases against which the patient has been immunised.", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/vaccines-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Immunization.vaccineCode.id", "path" : "Immunization.vaccineCode.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode.extension", "path" : "Immunization.vaccineCode.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode.coding", "path" : "Immunization.vaccineCode.coding", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "system" } ], "description" : "Discriminated by code system", "rules" : "open" }, "short" : "A reference to a code defined by a terminology system", "definition" : "A representation of the vaccine in a code system. The representation can be granular or may also be a class or category.", "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.", "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.", "min" : 1, "max" : "*", "base" : { "path" : "CodeableConcept.coding", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6" }, { "identity" : "rim", "map" : "CV" }, { "identity" : "orim", "map" : "fhir:Coding rdfs:subClassOf dt:CDCoding" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass", "path" : "Immunization.vaccineCode.coding", "sliceName" : "atcClass", "short" : "WHO ATC classification", "definition" : "WHO ATC classification", "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.", "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.", "min" : 0, "max" : "1", "base" : { "path" : "CodeableConcept.coding", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "WHO ATC" } ], "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6" }, { "identity" : "rim", "map" : "CV" }, { "identity" : "orim", "map" : "fhir:Coding rdfs:subClassOf dt:CDCoding" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.id", "path" : "Immunization.vaccineCode.coding.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.extension", "path" : "Immunization.vaccineCode.coding.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.system", "path" : "Immunization.vaccineCode.coding.system", "short" : "Identity of the terminology system", "definition" : "The identification of the code system that defines the meaning of the symbol in the code.", "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.", "requirements" : "Need to be unambiguous about the source of the definition of the symbol.", "min" : 1, "max" : "1", "base" : { "path" : "Coding.system", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "fixedUri" : "http://www.whocc.no/atc", "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.3" }, { "identity" : "rim", "map" : "./codeSystem" }, { "identity" : "orim", "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.version", "path" : "Immunization.vaccineCode.coding.version", "short" : "Version of the system - if relevant", "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.version", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.7" }, { "identity" : "rim", "map" : "./codeSystemVersion" }, { "identity" : "orim", "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.code", "path" : "Immunization.vaccineCode.coding.code", "short" : "Symbol in syntax defined by the system", "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).", "requirements" : "Need to refer to a particular code in the system.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.code", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.1" }, { "identity" : "rim", "map" : "./code" }, { "identity" : "orim", "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.display", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.vaccineCode.coding.display", "short" : "Representation defined by the system", "definition" : "A representation of the meaning of the code in the system, following the rules of the system.", "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.display", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.2 - but note this is not well followed" }, { "identity" : "rim", "map" : "CV.displayName" }, { "identity" : "orim", "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.display.id", "path" : "Immunization.vaccineCode.coding.display.id", "representation" : [ "xmlAttr" ], "short" : "xml:id (or equivalent in JSON)", "definition" : "unique id for the element within a resource (for internal references)", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.vaccineCode.coding:atcClass.display.extension", "path" : "Immunization.vaccineCode.coding.display.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "rules" : "open" }, "short" : "Extension", "definition" : "An Extension", "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.vaccineCode.coding:atcClass.display.extension:translation", "path" : "Immunization.vaccineCode.coding.display.extension", "sliceName" : "translation", "short" : "Language Translation (Localization)", "definition" : "Language translation from base language of resource to another language.", "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension", "profile" : [ "http://hl7.org/fhir/StructureDefinition/translation" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" }, { "key" : "ext-1", "severity" : "error", "human" : "Must have either extensions or value[x], not both", "expression" : "extension.exists() != value.exists()", "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", "source" : "Extension" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "ST.translation" } ] }, { "id" : "Immunization.vaccineCode.coding:atcClass.display.value", "path" : "Immunization.vaccineCode.coding.display.value", "representation" : [ "xmlAttr" ], "short" : "Primitive value for string", "definition" : "The actual value", "min" : 0, "max" : "1", "base" : { "path" : "string.value", "min" : 0, "max" : "1" }, "type" : [ { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/regex", "valueString" : "[ \\r\\n\\t\\S]+" } ], "_code" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type", "valueString" : "string" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type", "valueString" : "xsd:string" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type", "valueString" : "xsd:string" } ] } } ], "maxLength" : 1048576, "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.vaccineCode.coding:atcClass.userSelected", "path" : "Immunization.vaccineCode.coding.userSelected", "short" : "If this coding was chosen directly by the user", "definition" : "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).", "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.", "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.userSelected", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "Sometimes implied by being first" }, { "identity" : "rim", "map" : "CD.codingRationale" }, { "identity" : "orim", "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [ fhir:source \"true\"; fhir:target dt:CDCoding.codingRationale\\#O ]" } ] }, { "id" : "Immunization.vaccineCode.text", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.vaccineCode.text", "short" : "Plain text representation of the concept", "definition" : "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", "comment" : "Very often the text is the same as a displayName of one of the codings.", "requirements" : "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", "min" : 0, "max" : "1", "base" : { "path" : "CodeableConcept.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.9. But note many systems use C*E.2 for this" }, { "identity" : "rim", "map" : "./originalText[mediaType/code=\"text/plain\"]/data" }, { "identity" : "orim", "map" : "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization", "path" : "Immunization.vaccineCode", "sliceName" : "absentOrUnknownImmunization", "short" : "Absent Unknown Immunization", "definition" : "A reference to a code indicating that there there are no known immunizations or that this information is unknown.", "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.vaccineCode", "min" : 1, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "Absent Unknown Immunization" } ], "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-immunizations-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.id", "path" : "Immunization.vaccineCode.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.extension", "path" : "Immunization.vaccineCode.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding", "path" : "Immunization.vaccineCode.coding", "short" : "A reference to a code defined by a terminology system", "definition" : "A reference to a code defined by a terminology system.", "comment" : "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.", "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.", "min" : 1, "max" : "1", "base" : { "path" : "CodeableConcept.coding", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Coding", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6" }, { "identity" : "rim", "map" : "CV" }, { "identity" : "orim", "map" : "fhir:Coding rdfs:subClassOf dt:CDCoding" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.id", "path" : "Immunization.vaccineCode.coding.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.extension", "path" : "Immunization.vaccineCode.coding.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.system", "path" : "Immunization.vaccineCode.coding.system", "short" : "Identity of the terminology system", "definition" : "The identification of the code system that defines the meaning of the symbol in the code.", "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.", "requirements" : "Need to be unambiguous about the source of the definition of the symbol.", "min" : 1, "max" : "1", "base" : { "path" : "Coding.system", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "fixedUri" : "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips", "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.3" }, { "identity" : "rim", "map" : "./codeSystem" }, { "identity" : "orim", "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.version", "path" : "Immunization.vaccineCode.coding.version", "short" : "Version of the system - if relevant", "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.version", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.7" }, { "identity" : "rim", "map" : "./codeSystemVersion" }, { "identity" : "orim", "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.code", "path" : "Immunization.vaccineCode.coding.code", "short" : "Symbol in syntax defined by the system", "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).", "requirements" : "Need to refer to a particular code in the system.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.code", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.1" }, { "identity" : "rim", "map" : "./code" }, { "identity" : "orim", "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.display", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.vaccineCode.coding.display", "short" : "Representation defined by the system", "definition" : "A representation of the meaning of the code in the system, following the rules of the system.", "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.display", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.2 - but note this is not well followed" }, { "identity" : "rim", "map" : "CV.displayName" }, { "identity" : "orim", "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.display.id", "path" : "Immunization.vaccineCode.coding.display.id", "representation" : [ "xmlAttr" ], "short" : "xml:id (or equivalent in JSON)", "definition" : "unique id for the element within a resource (for internal references)", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.display.extension", "path" : "Immunization.vaccineCode.coding.display.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "rules" : "open" }, "short" : "Extension", "definition" : "An Extension", "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.display.extension:translation", "path" : "Immunization.vaccineCode.coding.display.extension", "sliceName" : "translation", "short" : "Language Translation (Localization)", "definition" : "Language translation from base language of resource to another language.", "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension", "profile" : [ "http://hl7.org/fhir/StructureDefinition/translation" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" }, { "key" : "ext-1", "severity" : "error", "human" : "Must have either extensions or value[x], not both", "expression" : "extension.exists() != value.exists()", "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", "source" : "Extension" } ], "mustSupport" : true, "isModifier" : false, "mapping" : [ { "identity" : "rim", "map" : "ST.translation" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.display.value", "path" : "Immunization.vaccineCode.coding.display.value", "representation" : [ "xmlAttr" ], "short" : "Primitive value for string", "definition" : "The actual value", "min" : 0, "max" : "1", "base" : { "path" : "string.value", "min" : 0, "max" : "1" }, "type" : [ { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/regex", "valueString" : "[ \\r\\n\\t\\S]+" } ], "_code" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type", "valueString" : "string" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type", "valueString" : "xsd:string" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type", "valueString" : "xsd:string" } ] } } ], "maxLength" : 1048576, "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.userSelected", "path" : "Immunization.vaccineCode.coding.userSelected", "short" : "If this coding was chosen directly by the user", "definition" : "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).", "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.", "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.", "min" : 0, "max" : "1", "base" : { "path" : "Coding.userSelected", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "Sometimes implied by being first" }, { "identity" : "rim", "map" : "CD.codingRationale" }, { "identity" : "orim", "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [ fhir:source \"true\"; fhir:target dt:CDCoding.codingRationale\\#O ]" } ] }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.text", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.vaccineCode.text", "short" : "Plain text representation of the concept", "definition" : "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", "comment" : "The text should be at the displayName level and not on this level.", "requirements" : "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", "min" : 0, "max" : "1", "base" : { "path" : "CodeableConcept.text", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "C*E.9. But note many systems use C*E.2 for this" }, { "identity" : "rim", "map" : "./originalText[mediaType/code=\"text/plain\"]/data" }, { "identity" : "orim", "map" : "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText" } ] }, { "id" : "Immunization.patient", "path" : "Immunization.patient", "short" : "Who was immunized", "definition" : "The patient who either received or did not receive the immunization.", "min" : 1, "max" : "1", "base" : { "path" : "Immunization.patient", "min" : 1, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips" ] } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "workflow", "map" : "Event.subject" }, { "identity" : "w5", "map" : "FiveWs.subject[x]" }, { "identity" : "v2", "map" : "PID-3" }, { "identity" : "rim", "map" : ".partipication[ttypeCode=].role" }, { "identity" : "w5", "map" : "FiveWs.subject" } ] }, { "id" : "Immunization.patient.id", "path" : "Immunization.patient.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.patient.extension", "path" : "Immunization.patient.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.patient.reference", "path" : "Immunization.patient.reference", "short" : "Literal reference, Relative, internal or absolute URL", "definition" : "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "comment" : "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "min" : 1, "max" : "1", "base" : { "path" : "Reference.reference", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "condition" : [ "ref-1" ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.patient.type", "path" : "Immunization.patient.type", "short" : "Type the reference refers to (e.g. \"Patient\")", "definition" : "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.\n\nThe 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. \"Patient\" 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).", "comment" : "This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified.", "min" : 0, "max" : "1", "base" : { "path" : "Reference.type", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "isModifier" : false, "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "FHIRResourceTypeExt" } ], "strength" : "extensible", "description" : "Aa resource (or, for logical models, the URI of the logical model).", "valueSet" : "http://hl7.org/fhir/ValueSet/resource-types" }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.patient.identifier", "path" : "Immunization.patient.identifier", "short" : "Logical reference, when literal reference is not known", "definition" : "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.", "comment" : "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.\n\nReference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).", "min" : 0, "max" : "1", "base" : { "path" : "Reference.identifier", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Identifier" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : ".identifier" } ] }, { "id" : "Immunization.patient.display", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.patient.display", "short" : "Text alternative for the resource", "definition" : "Plain text narrative that identifies the resource in addition to the resource reference.", "comment" : "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "min" : 0, "max" : "1", "base" : { "path" : "Reference.display", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.encounter", "path" : "Immunization.encounter", "short" : "Encounter immunization was part of", "definition" : "The visit or admission or other contact between patient and health care provider the immunization was performed as part of.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.encounter", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Encounter" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "workflow", "map" : "Event.context" }, { "identity" : "w5", "map" : "FiveWs.context" }, { "identity" : "v2", "map" : "PV1-19" }, { "identity" : "rim", "map" : "component->EncounterEvent" } ] }, { "id" : "Immunization.occurrence[x]", "path" : "Immunization.occurrence[x]", "short" : "Vaccine administration date", "definition" : "Date vaccine administered or was to be administered.", "comment" : "When immunizations are given a specific date and time should always be known. When immunizations are patient reported, a specific date might not be known. Although partial dates are allowed, an adult patient might not be able to recall the year a childhood immunization was given. An exact date is always preferable, but the use of the String data type is acceptable when an exact date is not known. A small number of vaccines (e.g. live oral typhoid vaccine) are given as a series of patient self-administered dose over a span of time. In cases like this, often, only the first dose (typically a provider supervised dose) is recorded with the occurrence indicating the date/time of the first dose.", "min" : 1, "max" : "1", "base" : { "path" : "Immunization.occurrence[x]", "min" : 1, "max" : "1" }, "type" : [ { "code" : "dateTime" }, { "code" : "string" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "workflow", "map" : "Event.occurrence[x]" }, { "identity" : "w5", "map" : "FiveWs.done[x]" }, { "identity" : "v2", "map" : "RXA-3" }, { "identity" : "rim", "map" : ".effectiveTime" }, { "identity" : "cda", "map" : "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/effectiveTime/value" } ] }, { "id" : "Immunization.occurrence[x].id", "path" : "Immunization.occurrence[x].id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "_code" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type", "valueString" : "string" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type", "valueString" : "xsd:string" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type", "valueString" : "xsd:string" } ] } } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.occurrence[x].extension", "path" : "Immunization.occurrence[x].extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.occurrence[x].extension:data-absent-reason", "path" : "Immunization.occurrence[x].extension", "sliceName" : "data-absent-reason", "short" : "occurrence[x] absence reason", "definition" : "Provides a reason why the occurrence is missing.", "min" : 0, "max" : "1", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension", "profile" : [ "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "ANY.nullFlavor" } ] }, { "id" : "Immunization.occurrence[x].extension:data-absent-reason.id", "path" : "Immunization.occurrence[x].extension.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.occurrence[x].extension:data-absent-reason.extension", "path" : "Immunization.occurrence[x].extension.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Extension", "definition" : "An Extension", "min" : 0, "max" : "0", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false }, { "id" : "Immunization.occurrence[x].extension:data-absent-reason.url", "path" : "Immunization.occurrence[x].extension.url", "representation" : [ "xmlAttr" ], "short" : "identifies the meaning of the extension", "definition" : "Source of the definition for the extension code - a logical name or a URL.", "comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", "min" : 1, "max" : "1", "base" : { "path" : "Extension.url", "min" : 1, "max" : "1" }, "type" : [ { "code" : "uri" } ], "fixedUri" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.occurrence[x].extension:data-absent-reason.valueCode", "path" : "Immunization.occurrence[x].extension.valueCode", "short" : "Value of extension", "definition" : "Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/R4/extensibility.html) for a list).", "min" : 0, "max" : "1", "base" : { "path" : "Extension.value[x]", "min" : 0, "max" : "1" }, "type" : [ { "code" : "code" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "DataAbsentReason" }, { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean" : true } ], "strength" : "required", "description" : "Used to specify why the normally expected content of the data element is missing.", "valueSet" : "http://hl7.org/fhir/ValueSet/data-absent-reason|4.0.0" }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.recorded", "path" : "Immunization.recorded", "short" : "When the immunization was first captured in the subject's record", "definition" : "The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.recorded", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "w5", "map" : "FiveWs.recorded" }, { "identity" : "rim", "map" : ".participation[typeCode=AUT].time" } ] }, { "id" : "Immunization.primarySource", "path" : "Immunization.primarySource", "short" : "Indicates context the data was recorded in", "definition" : "An indication that the content of the record is based on information from the person who administered the vaccine. This reflects the context under which the data was originally recorded.", "comment" : "Reflects the “reliability” of the content.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.primarySource", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "w5", "map" : "FiveWs.source" }, { "identity" : "v2", "map" : "RXA-9" }, { "identity" : "rim", "map" : "immunization.uncertaintycode (if primary source=false, uncertainty=U)" } ] }, { "id" : "Immunization.reportOrigin", "path" : "Immunization.reportOrigin", "short" : "Indicates the source of a secondarily reported record", "definition" : "The source of the data when the report of the immunization event is not based on information from the person who administered the vaccine.", "comment" : "Should not be populated if primarySource = True, not required even if primarySource = False.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.reportOrigin", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationReportOrigin" } ], "strength" : "example", "description" : "The source of the data for a record which is not from a primary source.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-origin" }, "mapping" : [ { "identity" : "w5", "map" : "FiveWs.source" }, { "identity" : "v2", "map" : "RXA-9" }, { "identity" : "rim", "map" : ".participation[typeCode=INF].role[classCode=PAT] (this syntax for self-reported) .participation[typeCode=INF].role[classCode=LIC] (this syntax for health care professional) .participation[typeCode=INF].role[classCode=PRS] (this syntax for family member)" } ] }, { "id" : "Immunization.location", "path" : "Immunization.location", "short" : "Where immunization occurred", "definition" : "The service delivery location where the vaccine administration occurred.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.location", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "workflow", "map" : "Event.location" }, { "identity" : "w5", "map" : "FiveWs.where[x]" }, { "identity" : "v2", "map" : "RXA-27 (or RXA-11, deprecated as of v2.7)" }, { "identity" : "rim", "map" : ".participation[typeCode=LOC].COCT_MT240000UV" } ] }, { "id" : "Immunization.manufacturer", "path" : "Immunization.manufacturer", "short" : "Vaccine manufacturer", "definition" : "Name of vaccine manufacturer.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.manufacturer", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXA-17" }, { "identity" : "rim", "map" : ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=ORG]" }, { "identity" : "cda", "map" : "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacuturerOrganization/name" } ] }, { "id" : "Immunization.lotNumber", "path" : "Immunization.lotNumber", "short" : "Vaccine lot number", "definition" : "Lot number of the vaccine product.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.lotNumber", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXA-15" }, { "identity" : "rim", "map" : ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].id" }, { "identity" : "cda", "map" : "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacturedMaterial/lotNumberText" } ] }, { "id" : "Immunization.expirationDate", "path" : "Immunization.expirationDate", "short" : "Vaccine expiration date", "definition" : "Date vaccine batch expires.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.expirationDate", "min" : 0, "max" : "1" }, "type" : [ { "code" : "date" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXA-16" }, { "identity" : "rim", "map" : ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime" } ] }, { "id" : "Immunization.site", "path" : "Immunization.site", "short" : "Concept - reference to a terminology or just text", "definition" : "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.site", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "strength" : "preferred", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/target-site-uv-ips" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Immunization.route", "path" : "Immunization.route", "short" : "Concept - reference to a terminology or just text", "definition" : "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", "comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.route", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "condition" : [ "ele-1" ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationRoute" } ], "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" }, "mapping" : [ { "identity" : "rim", "map" : "n/a" }, { "identity" : "v2", "map" : "CE/CNE/CWE" }, { "identity" : "rim", "map" : "CD" }, { "identity" : "orim", "map" : "fhir:CodeableConcept rdfs:subClassOf dt:CD" } ] }, { "id" : "Immunization.doseQuantity", "path" : "Immunization.doseQuantity", "short" : "Amount of vaccine administered", "definition" : "The quantity of vaccine product that was administered.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.doseQuantity", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Quantity", "profile" : [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "RXA-6 / RXA-7" }, { "identity" : "rim", "map" : ".doseQuantity" } ] }, { "id" : "Immunization.performer", "path" : "Immunization.performer", "short" : "Who performed event", "definition" : "Indicates who performed the immunization event.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.performer", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "workflow", "map" : "Event.performer" }, { "identity" : "v2", "map" : "ORC-12 / RXA-10" }, { "identity" : "rim", "map" : ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]" } ] }, { "id" : "Immunization.performer.id", "path" : "Immunization.performer.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.performer.extension", "path" : "Immunization.performer.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.performer.modifierExtension", "path" : "Immunization.performer.modifierExtension", "short" : "Extensions that cannot be ignored even if unrecognized", "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content", "modifiers" ], "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.performer.function", "path" : "Immunization.performer.function", "short" : "What type of performance was done", "definition" : "Describes the type of performance (e.g. ordering provider, administering provider, etc.).", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.performer.function", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationFunction" } ], "strength" : "extensible", "description" : "The role a practitioner or organization plays in the immunization event.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-function" }, "mapping" : [ { "identity" : "workflow", "map" : "Event.performer.function" }, { "identity" : "rim", "map" : ".participation.functionCode" } ] }, { "id" : "Immunization.performer.actor", "path" : "Immunization.performer.actor", "short" : "Individual or organization who was performing", "definition" : "The practitioner or organization who performed the action.", "comment" : "When the individual practitioner who performed the action is known, it is best to send.", "min" : 1, "max" : "1", "base" : { "path" : "Immunization.performer.actor", "min" : 1, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "workflow", "map" : "Event.performer.actor" }, { "identity" : "w5", "map" : "FiveWs.actor" }, { "identity" : "rim", "map" : ".player" } ] }, { "id" : "Immunization.performer.actor.id", "path" : "Immunization.performer.actor.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.performer.actor.extension", "path" : "Immunization.performer.actor.extension", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "url" } ], "description" : "Extensions are always sliced by (at least) url", "rules" : "open" }, "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.performer.actor.reference", "path" : "Immunization.performer.actor.reference", "short" : "Literal reference, Relative, internal or absolute URL", "definition" : "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", "comment" : "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", "min" : 0, "max" : "1", "base" : { "path" : "Reference.reference", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "condition" : [ "ref-1" ], "mustSupport" : true, "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.performer.actor.type", "path" : "Immunization.performer.actor.type", "short" : "Type the reference refers to (e.g. \"Patient\")", "definition" : "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.\n\nThe 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. \"Patient\" 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).", "comment" : "This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified.", "min" : 0, "max" : "1", "base" : { "path" : "Reference.type", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "isModifier" : false, "isSummary" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "FHIRResourceTypeExt" } ], "strength" : "extensible", "description" : "Aa resource (or, for logical models, the URI of the logical model).", "valueSet" : "http://hl7.org/fhir/ValueSet/resource-types" }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.performer.actor.identifier", "path" : "Immunization.performer.actor.identifier", "short" : "Logical reference, when literal reference is not known", "definition" : "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.", "comment" : "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.\n\nReference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).", "min" : 0, "max" : "1", "base" : { "path" : "Reference.identifier", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Identifier" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : ".identifier" } ] }, { "id" : "Immunization.performer.actor.display", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.performer.actor.display", "short" : "Text alternative for the resource", "definition" : "Plain text narrative that identifies the resource in addition to the resource reference.", "comment" : "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", "min" : 0, "max" : "1", "base" : { "path" : "Reference.display", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.note", "path" : "Immunization.note", "short" : "Additional immunization notes", "definition" : "Extra information about the immunization that is not conveyed by the other attributes.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.note", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Annotation" } ], "isModifier" : false, "isSummary" : true, "mapping" : [ { "identity" : "workflow", "map" : "Event.note" }, { "identity" : "v2", "map" : "OBX-5 : OBX-3 = 48767-8" }, { "identity" : "rim", "map" : "note" } ] }, { "id" : "Immunization.reasonCode", "path" : "Immunization.reasonCode", "short" : "Why immunization occurred", "definition" : "Reasons why the vaccine was administered.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.reasonCode", "min" : 0, "max" : "*" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationReason" } ], "strength" : "example", "description" : "The reason why a vaccine was administered.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-reason" }, "mapping" : [ { "identity" : "workflow", "map" : "Event.reasonCode" }, { "identity" : "rim", "map" : "[actionNegationInd=false].reasonCode" } ] }, { "id" : "Immunization.reasonReference", "path" : "Immunization.reasonReference", "short" : "Why immunization occurred", "definition" : "Condition, Observation or DiagnosticReport that supports why the immunization was administered.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.reasonReference", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Observation", "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "workflow", "map" : "Event.reasonReference" }, { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.isSubpotent", "path" : "Immunization.isSubpotent", "short" : "Dose potency", "definition" : "Indication if a dose is considered to be subpotent. By default, a dose should be considered to be potent.", "comment" : "Typically, the recognition of the dose being sub-potent is retrospective, after the administration (ex. notification of a manufacturer recall after administration). However, in the case of a partial administration (the patient moves unexpectedly and only some of the dose is actually administered), subpotency may be recognized immediately, but it is still important to record the event.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.isSubpotent", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "meaningWhenMissing" : "By default, a dose should be considered to be potent.", "isModifier" : true, "isModifierReason" : "This element is labeled as a modifier because an immunization event with a subpotent vaccine doesn't protect the patient the same way as a potent dose.", "isSummary" : true, "mapping" : [ { "identity" : "v2", "map" : "RXA-20 = PA (partial administration)" }, { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.subpotentReason", "path" : "Immunization.subpotentReason", "short" : "Reason for being subpotent", "definition" : "Reason why a dose is considered to be subpotent.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.subpotentReason", "min" : 0, "max" : "*" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "SubpotentReason" } ], "strength" : "example", "description" : "The reason why a dose is considered to be subpotent.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason" }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.education", "path" : "Immunization.education", "short" : "Educational material presented to patient", "definition" : "Educational material presented to the patient (or guardian) at the time of vaccine administration.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.education", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" }, { "key" : "imm-1", "severity" : "error", "human" : "One of documentType or reference SHALL be present", "expression" : "documentType.exists() or reference.exists()", "xpath" : "exists(f:documentType) or exists(f:reference)" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.education.id", "path" : "Immunization.education.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.education.extension", "path" : "Immunization.education.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.education.modifierExtension", "path" : "Immunization.education.modifierExtension", "short" : "Extensions that cannot be ignored even if unrecognized", "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content", "modifiers" ], "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.education.documentType", "path" : "Immunization.education.documentType", "short" : "Educational material document identifier", "definition" : "Identifier of the material presented to the patient.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.education.documentType", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "OBX-5 : OBX-3 = 69764-9" }, { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.education.reference", "path" : "Immunization.education.reference", "short" : "Educational material reference pointer", "definition" : "Reference pointer to the educational material given to the patient if the information was on line.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.education.reference", "min" : 0, "max" : "1" }, "type" : [ { "code" : "uri" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.education.publicationDate", "path" : "Immunization.education.publicationDate", "short" : "Educational material publication date", "definition" : "Date the educational material was published.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.education.publicationDate", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "OBX-5 : OBX-3 = 29768-9" }, { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.education.presentationDate", "path" : "Immunization.education.presentationDate", "short" : "Educational material presentation date", "definition" : "Date the educational material was given to the patient.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.education.presentationDate", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "OBX-5 : OBX-3 = 29769-7" }, { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.programEligibility", "path" : "Immunization.programEligibility", "short" : "Patient eligibility for a vaccination program", "definition" : "Indicates a patient's eligibility for a funding program.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.programEligibility", "min" : 0, "max" : "*" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ProgramEligibility" } ], "strength" : "example", "description" : "The patient's eligibility for a vaccation program.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-program-eligibility" }, "mapping" : [ { "identity" : "v2", "map" : "OBX-5 : OBX-3 = 64994-7" }, { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.fundingSource", "path" : "Immunization.fundingSource", "short" : "Funding source for the vaccine", "definition" : "Indicates the source of the vaccine actually administered. This may be different than the patient eligibility (e.g. the patient may be eligible for a publically purchased vaccine but due to inventory issues, vaccine purchased with private funds was actually administered).", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.fundingSource", "min" : 0, "max" : "1" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "FundingSource" } ], "strength" : "example", "description" : "The source of funding used to purchase the vaccine administered.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-funding-source" }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.reaction", "path" : "Immunization.reaction", "short" : "Details of a reaction that follows immunization", "definition" : "Categorical data indicating that an adverse event is associated in time to an immunization.", "comment" : "A reaction may be an indication of an allergy or intolerance and, if this is determined to be the case, it should be recorded as a new AllergyIntolerance resource instance as most systems will not query against past Immunization.reaction elements.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.reaction", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "OBX-3" }, { "identity" : "rim", "map" : "Observation[classCode=obs].code" } ] }, { "id" : "Immunization.reaction.id", "path" : "Immunization.reaction.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.reaction.extension", "path" : "Immunization.reaction.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.reaction.modifierExtension", "path" : "Immunization.reaction.modifierExtension", "short" : "Extensions that cannot be ignored even if unrecognized", "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content", "modifiers" ], "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.reaction.date", "path" : "Immunization.reaction.date", "short" : "When reaction started", "definition" : "Date of reaction to the immunization.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.reaction.date", "min" : 0, "max" : "1" }, "type" : [ { "code" : "dateTime" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "OBX-14 (ideally this would be reported in an IAM segment, but IAM is not part of the HL7 v2 VXU message - most likely would appear in OBX segments if at all)" }, { "identity" : "rim", "map" : ".effectiveTime" } ] }, { "id" : "Immunization.reaction.detail", "path" : "Immunization.reaction.detail", "short" : "Additional information on reaction", "definition" : "Details of the reaction.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.reaction.detail", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Observation" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "OBX-5" }, { "identity" : "rim", "map" : ".value" } ] }, { "id" : "Immunization.reaction.reported", "path" : "Immunization.reaction.reported", "short" : "Indicates self-reported reaction", "definition" : "Self-reported indicator.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.reaction.reported", "min" : 0, "max" : "1" }, "type" : [ { "code" : "boolean" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "v2", "map" : "(HL7 v2 doesn't seem to provide for this)" }, { "identity" : "rim", "map" : ".participation[typeCode=INF].role[classCode=PAT] (this syntax for self-reported=true)" } ] }, { "id" : "Immunization.protocolApplied", "path" : "Immunization.protocolApplied", "short" : "Protocol followed by the provider", "definition" : "The protocol (set of recommendations) being followed by the provider who administered the dose.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.protocolApplied", "min" : 0, "max" : "*" }, "type" : [ { "code" : "BackboneElement" } ], "constraint" : [ { "key" : "ele-1", "severity" : "error", "human" : "All FHIR elements must have a @value or children", "expression" : "hasValue() or (children().count() > id.count())", "xpath" : "@value|f:*|h:div", "source" : "Element" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.protocolApplied.id", "path" : "Immunization.protocolApplied.id", "representation" : [ "xmlAttr" ], "short" : "Unique id for inter-element referencing", "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min" : 0, "max" : "1", "base" : { "path" : "Element.id", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.protocolApplied.extension", "path" : "Immunization.protocolApplied.extension", "short" : "Additional content defined by implementations", "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias" : [ "extensions", "user content" ], "min" : 0, "max" : "*", "base" : { "path" : "Element.extension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "n/a" } ] }, { "id" : "Immunization.protocolApplied.modifierExtension", "path" : "Immunization.protocolApplied.modifierExtension", "short" : "Extensions that cannot be ignored even if unrecognized", "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias" : [ "extensions", "user content", "modifiers" ], "min" : 0, "max" : "*", "base" : { "path" : "BackboneElement.modifierExtension", "min" : 0, "max" : "*" }, "type" : [ { "code" : "Extension" } ], "isModifier" : true, "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary" : true, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.protocolApplied.series", "path" : "Immunization.protocolApplied.series", "short" : "Name of vaccine series", "definition" : "One possible path to achieve presumed immunity against a disease - within the context of an authority.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.protocolApplied.series", "min" : 0, "max" : "1" }, "type" : [ { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.protocolApplied.authority", "path" : "Immunization.protocolApplied.authority", "short" : "Who is responsible for publishing the recommendations", "definition" : "Indicates the authority who published the protocol (e.g. ACIP) that is being followed.", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.protocolApplied.authority", "min" : 0, "max" : "1" }, "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.protocolApplied.targetDisease", "path" : "Immunization.protocolApplied.targetDisease", "short" : "Vaccine preventatable disease being targetted", "definition" : "The vaccine preventable disease the dose is being administered against.", "min" : 0, "max" : "*", "base" : { "path" : "Immunization.protocolApplied.targetDisease", "min" : 0, "max" : "*" }, "type" : [ { "code" : "CodeableConcept" } ], "isModifier" : false, "isSummary" : false, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "TargetDisease" } ], "strength" : "example", "description" : "The vaccine preventable disease the dose is being administered for.", "valueSet" : "http://hl7.org/fhir/ValueSet/immunization-target-disease" }, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.protocolApplied.doseNumber[x]", "path" : "Immunization.protocolApplied.doseNumber[x]", "short" : "Dose number within series", "definition" : "Nominal position in a series.", "comment" : "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).", "min" : 1, "max" : "1", "base" : { "path" : "Immunization.protocolApplied.doseNumber[x]", "min" : 1, "max" : "1" }, "type" : [ { "code" : "positiveInt" }, { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] }, { "id" : "Immunization.protocolApplied.seriesDoses[x]", "path" : "Immunization.protocolApplied.seriesDoses[x]", "short" : "Recommended number of doses for immunity", "definition" : "The recommended number of doses to achieve immunity.", "comment" : "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).", "min" : 0, "max" : "1", "base" : { "path" : "Immunization.protocolApplied.seriesDoses[x]", "min" : 0, "max" : "1" }, "type" : [ { "code" : "positiveInt" }, { "code" : "string" } ], "isModifier" : false, "isSummary" : false, "mapping" : [ { "identity" : "rim", "map" : "N/A" } ] } ] }, "differential" : { "element" : [ { "id" : "Immunization", "path" : "Immunization", "definition" : "Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed", "mustSupport" : true }, { "id" : "Immunization.id", "path" : "Immunization.id", "mustSupport" : true }, { "id" : "Immunization.meta", "path" : "Immunization.meta", "mustSupport" : true }, { "id" : "Immunization.meta.profile", "path" : "Immunization.meta.profile", "fixedCanonical" : "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips", "mustSupport" : true }, { "id" : "Immunization.status", "path" : "Immunization.status", "mustSupport" : true }, { "id" : "Immunization.vaccineCode", "path" : "Immunization.vaccineCode", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "coding.system" } ], "description" : "Discriminated by code system", "rules" : "open" }, "short" : "Vaccine that was administered or was to be administered.Several kinds of vaccine product coding could be provided.\r\n\r\n The IPS assumes that either the type of the vaccine for particular disease or diseases (e.g. MMR vaccine) against which the patient has been immunised is provided; or the known absent / unknown code.\r\n\r\n Other coded information can be provided as well as: the IDMP Pharmaceutical Product Identifiers (PhPID), Medicinal Product Identifier (MPID), Packaged Medicinal Product Identifier (PCID), when available, or equivalent coded concepts; the WHO AC codes; or any other kind of code that that identifies, classifies or cluster the administered product.", "definition" : "Vaccine that was administered or was to be administered. Several kinds of vaccine product coding could be provided.\r\n\r\nThe IPS assumes that either the type of the vaccine for particular disease or diseases (e.g. MMR vaccine) against which the patient has been immunized is provided; or the known absent / unknown.\r\n\r\nOther coded information can be provided as well as:\r\n\r\n1. The IDMP Pharmaceutical Product Identifier (PhPID), Level 1, [Substance(s)]. Example: Amoxicillin and Clavulanate Potassium; or any other equivalent coded concept;\r\n2. The IDMP Pharmaceutical Product Identifier (PhPID), Level 2 [Substance(s) + Strength + reference strength]. Example: Amoxicillin 875 mg and Clavulanate Potassium 125 mg; or any other equivalent coded concept;\r\n3. The IDMP Pharmaceutical Product Identifier (PhPID), Level 3 [Substance(s) + administrable dose form]. Example: Amoxicillin and Clavulanate Potassium, Oral Tablet; or any other equivalent coded concept;\r\n4. The IDMP Pharmaceutical Product Identifier (PhPID), Level 4 [Substance(s) + strength + reference strength + administrable dose form]. Example: Amoxicillin 875 mg and clavulanate potassium 125 mg, oral tablet; or any other equivalent coded concept 5. The IDMP Medicinal Product Identifier (MPID) or any equivalent Medicinal Product Identifier. IDMP MPID uniquely identifies a Medicinal Product, reflecting (but not replacing) any other authorization numbers allocated by a regulator. MPID implies one (set of) PhPID. The MPID shall use a common segment pattern related to a Medicinal Product, which, when each segment is valued shall define a specific MPID concept.\r\n6. The IDMP Packaged Medicinal Product Identifier (PCID) or any equivalent Packaged Medicinal Product Identifier. Uniquely identifies a Medicinal Product based on its packaging. This implies one MPID can be associated with more than one PCID, if the same Medicinal Product has more than one type of package.\r\n7. Any other kind of code that that identifies, classifies or cluster the administered product (e.g. the medicinal product or the product class)\r\n\r\nThe value sets used for the PhPID, MPID and PCID identifiers are provisional and include only few equivalent concepts used for exemplification purposes, they will be updated with real IDMP identifiers when they will become available.", "min" : 1, "max" : "1", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "strength" : "preferred", "description" : "The type of vaccine for particular disease or diseases against which the patient has been immunised.", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/vaccines-uv-ips" } }, { "id" : "Immunization.vaccineCode.coding", "path" : "Immunization.vaccineCode.coding", "slicing" : { "discriminator" : [ { "type" : "value", "path" : "system" } ], "description" : "Discriminated by code system", "rules" : "open" }, "definition" : "A representation of the vaccine in a code system. The representation can be granular or may also be a class or category.", "min" : 1, "mustSupport" : true }, { "id" : "Immunization.vaccineCode.coding:atcClass", "path" : "Immunization.vaccineCode.coding", "sliceName" : "atcClass", "short" : "WHO ATC classification", "definition" : "WHO ATC classification", "max" : "1", "mustSupport" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "WHO ATC" } ], "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips" } }, { "id" : "Immunization.vaccineCode.coding:atcClass.system", "path" : "Immunization.vaccineCode.coding.system", "min" : 1, "max" : "1", "fixedUri" : "http://www.whocc.no/atc", "mustSupport" : true }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization", "path" : "Immunization.vaccineCode", "sliceName" : "absentOrUnknownImmunization", "short" : "Absent Unknown Immunization", "definition" : "A reference to a code indicating that there there are no known immunizations or that this information is unknown.", "min" : 0, "max" : "1", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "Absent Unknown Immunization" } ], "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-immunizations-uv-ips" } }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding", "path" : "Immunization.vaccineCode.coding", "min" : 1, "max" : "1", "mustSupport" : true }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.coding.system", "path" : "Immunization.vaccineCode.coding.system", "min" : 1, "max" : "1", "fixedUri" : "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips", "mustSupport" : true }, { "id" : "Immunization.vaccineCode:absentOrUnknownImmunization.text", "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", "valueBoolean" : true } ], "path" : "Immunization.vaccineCode.text", "comment" : "The text should be at the displayName level and not on this level.", "mustSupport" : true }, { "id" : "Immunization.patient", "path" : "Immunization.patient", "type" : [ { "code" : "Reference", "targetProfile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips" ] } ], "mustSupport" : true }, { "id" : "Immunization.patient.reference", "path" : "Immunization.patient.reference", "min" : 1, "mustSupport" : true }, { "id" : "Immunization.occurrence[x]", "path" : "Immunization.occurrence[x]", "min" : 1, "max" : "1", "mustSupport" : true }, { "id" : "Immunization.occurrence[x].extension:data-absent-reason", "path" : "Immunization.occurrence[x].extension", "sliceName" : "data-absent-reason", "short" : "occurrence[x] absence reason", "definition" : "Provides a reason why the occurrence is missing.", "max" : "1", "type" : [ { "code" : "Extension", "profile" : [ "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] } ], "mustSupport" : true }, { "id" : "Immunization.recorded", "path" : "Immunization.recorded", "mustSupport" : true }, { "id" : "Immunization.primarySource", "path" : "Immunization.primarySource", "mustSupport" : true }, { "id" : "Immunization.reportOrigin", "path" : "Immunization.reportOrigin", "mustSupport" : true }, { "id" : "Immunization.site", "path" : "Immunization.site", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "strength" : "preferred", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/target-site-uv-ips" } }, { "id" : "Immunization.route", "path" : "Immunization.route", "type" : [ { "code" : "CodeableConcept", "profile" : [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ] } ], "mustSupport" : true, "binding" : { "extension" : [ { "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString" : "ImmunizationRoute" } ], "strength" : "required", "valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" } }, { "id" : "Immunization.performer", "path" : "Immunization.performer", "max" : "1", "mustSupport" : true }, { "id" : "Immunization.performer.actor", "path" : "Immunization.performer.actor", "mustSupport" : true }, { "id" : "Immunization.performer.actor.reference", "path" : "Immunization.performer.actor.reference", "mustSupport" : true } ] } }