@openfn/language-fhir-4 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4357,6 +4357,7 @@ type VisionPrescription_Props = {
4357
4357
 
4358
4358
  /**
4359
4359
  * Set the data value index
4360
+ * Each value will be indexed by code and display
4360
4361
  */
4361
4362
  declare const setValues: (url: any, values: any, type?: string) => void;
4362
4363
  /**
@@ -4521,17 +4522,17 @@ declare const composite: (object: any, key: any, value: any) => void;
4521
4522
  * @public
4522
4523
  * @function
4523
4524
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4524
- * @param {Identifier} [props.identifier] - Account number
4525
- * @param {string} [props.status] - active | inactive | entered-in-error | on-hold | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/account-status|4.3.0
4526
- * @param {string} [props.type] - E.g. patient, expense, depreciation. Accepts all values from http://hl7.org/fhir/ValueSet/account-type
4527
- * @param {string} [props.name] - Human-readable label
4528
- * @param {Reference} [props.subject] - The entity that caused the expenses
4529
- * @param {Period} [props.servicePeriod] - Transaction window
4530
4525
  * @param {BackboneElement} [props.coverage] - The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account
4531
- * @param {Reference} [props.owner] - Entity managing the Account
4532
4526
  * @param {string} [props.description] - Explanation of purpose/use
4533
4527
  * @param {BackboneElement} [props.guarantor] - The parties ultimately responsible for balancing the Account
4528
+ * @param {Identifier} [props.identifier] - Account number
4529
+ * @param {string} [props.name] - Human-readable label
4530
+ * @param {Reference} [props.owner] - Entity managing the Account
4534
4531
  * @param {Reference} [props.partOf] - Reference to a parent Account
4532
+ * @param {Period} [props.servicePeriod] - Transaction window
4533
+ * @param {string} [props.status] - active | inactive | entered-in-error | on-hold | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/account-status|4.3.0
4534
+ * @param {Reference} [props.subject] - The entity that caused the expenses
4535
+ * @param {string} [props.type] - E.g. patient, expense, depreciation. Accepts all values from http://hl7.org/fhir/ValueSet/account-type
4535
4536
  */
4536
4537
  declare function account(type: "Account", props: Account_Props): any;
4537
4538
  declare function account(props: Account_Props): any;
@@ -4540,52 +4541,52 @@ declare function account(props: Account_Props): any;
4540
4541
  * @public
4541
4542
  * @function
4542
4543
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4543
- * @param {string} [props.url] - Canonical identifier for this activity definition, represented as a URI (globally unique)
4544
- * @param {Identifier} [props.identifier] - Additional identifier for the activity definition
4545
- * @param {string} [props.version] - Business version of the activity definition
4546
- * @param {string} [props.name] - Name for this activity definition (computer friendly)
4547
- * @param {string} [props.title] - Name for this activity definition (human friendly)
4548
- * @param {string} [props.subtitle] - Subordinate title of the activity definition
4549
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4550
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
4551
- * @param {string} [props.subject] - Type of individual the activity definition is intended for. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
4552
- * @param {dateTime} [props.date] - Date last changed
4553
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
4554
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
4555
- * @param {markdown} [props.description] - Natural language description of the activity definition
4556
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
4557
- * @param {string} [props.jurisdiction] - Intended jurisdiction for activity definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
4558
- * @param {markdown} [props.purpose] - Why this activity definition is defined
4559
- * @param {string} [props.usage] - Describes the clinical usage of the activity definition
4560
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
4561
4544
  * @param {date} [props.approvalDate] - When the activity definition was approved by publisher
4562
- * @param {date} [props.lastReviewDate] - When the activity definition was last reviewed
4563
- * @param {Period} [props.effectivePeriod] - When the activity definition is expected to be used
4564
- * @param {string} [props.topic] - E.g. Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
4565
4545
  * @param {ContactDetail} [props.author] - Who authored the content
4546
+ * @param {string} [props.bodySite] - What part of body to perform on. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
4547
+ * @param {string} [props.code] - Detail type of activity. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-code
4548
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
4549
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
4550
+ * @param {dateTime} [props.date] - Date last changed
4551
+ * @param {markdown} [props.description] - Natural language description of the activity definition
4552
+ * @param {boolean} [props.doNotPerform] - True if the activity should not be performed
4553
+ * @param {Dosage} [props.dosage] - Detailed dosage instructions
4554
+ * @param {BackboneElement} [props.dynamicValue] - Dynamic aspects of the definition
4566
4555
  * @param {ContactDetail} [props.editor] - Who edited the content
4567
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
4556
+ * @param {Period} [props.effectivePeriod] - When the activity definition is expected to be used
4568
4557
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
4569
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
4570
- * @param {canonical} [props.library] - Logic used by the activity definition
4571
- * @param {string} [props.kind] - Kind of resource. Accepts all values from http://hl7.org/fhir/ValueSet/request-resource-types|4.3.0
4572
- * @param {canonical} [props.profile] - What profile the resource needs to conform to
4573
- * @param {string} [props.code] - Detail type of activity. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-code
4558
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
4559
+ * @param {Identifier} [props.identifier] - Additional identifier for the activity definition
4574
4560
  * @param {string} [props.intent] - proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/request-intent|4.3.0
4575
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
4576
- * @param {boolean} [props.doNotPerform] - True if the activity should not be performed
4577
- * @param {Timing|dateTime|Age|Period|Range|Duration} [props.timing] - When activity is to occur
4561
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for activity definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
4562
+ * @param {string} [props.kind] - Kind of resource. Accepts all values from http://hl7.org/fhir/ValueSet/request-resource-types|4.3.0
4563
+ * @param {date} [props.lastReviewDate] - When the activity definition was last reviewed
4564
+ * @param {canonical} [props.library] - Logic used by the activity definition
4578
4565
  * @param {Reference} [props.location] - Where it should happen
4566
+ * @param {string} [props.name] - Name for this activity definition (computer friendly)
4567
+ * @param {Reference} [props.observationRequirement] - What observations are required to perform this action
4568
+ * @param {Reference} [props.observationResultRequirement] - What observations must be produced by this action
4579
4569
  * @param {BackboneElement} [props.participant] - Who should participate in the action
4570
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
4580
4571
  * @param {string} [props.product] - What's administered/supplied. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
4572
+ * @param {canonical} [props.profile] - What profile the resource needs to conform to
4573
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
4574
+ * @param {markdown} [props.purpose] - Why this activity definition is defined
4581
4575
  * @param {Quantity} [props.quantity] - How much is administered/consumed/supplied
4582
- * @param {Dosage} [props.dosage] - Detailed dosage instructions
4583
- * @param {string} [props.bodySite] - What part of body to perform on. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
4576
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
4577
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
4584
4578
  * @param {Reference} [props.specimenRequirement] - What specimens are required to perform this action
4585
- * @param {Reference} [props.observationRequirement] - What observations are required to perform this action
4586
- * @param {Reference} [props.observationResultRequirement] - What observations must be produced by this action
4579
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4580
+ * @param {string} [props.subject] - Type of individual the activity definition is intended for. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
4581
+ * @param {string} [props.subtitle] - Subordinate title of the activity definition
4582
+ * @param {Timing|dateTime|Age|Period|Range|Duration} [props.timing] - When activity is to occur
4583
+ * @param {string} [props.title] - Name for this activity definition (human friendly)
4584
+ * @param {string} [props.topic] - E.g. Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
4587
4585
  * @param {canonical} [props.transform] - Transform to apply the template
4588
- * @param {BackboneElement} [props.dynamicValue] - Dynamic aspects of the definition
4586
+ * @param {string} [props.url] - Canonical identifier for this activity definition, represented as a URI (globally unique)
4587
+ * @param {string} [props.usage] - Describes the clinical usage of the activity definition
4588
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
4589
+ * @param {string} [props.version] - Business version of the activity definition
4589
4590
  */
4590
4591
  declare function activityDefinition(type: "ActivityDefinition", props: ActivityDefinition_Props): any;
4591
4592
  declare function activityDefinition(props: ActivityDefinition_Props): any;
@@ -4594,16 +4595,16 @@ declare function activityDefinition(props: ActivityDefinition_Props): any;
4594
4595
  * @public
4595
4596
  * @function
4596
4597
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4597
- * @param {Identifier} [props.identifier] - An identifier for the administrable product
4598
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4599
- * @param {Reference} [props.formOf] - References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product
4600
4598
  * @param {string} [props.administrableDoseForm] - The dose form of the final product after necessary reconstitution or processing. Accepts all values from http://hl7.org/fhir/ValueSet/administrable-dose-form
4601
- * @param {string} [props.unitOfPresentation] - The presentation type in which this item is given to a patient. e.g. for a spray - 'puff'. Accepts all values from http://hl7.org/fhir/ValueSet/unit-of-presentation
4602
- * @param {Reference} [props.producedFrom] - Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form
4603
- * @param {string} [props.ingredient] - The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton, or using by incoming references from the Ingredient resource. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
4604
4599
  * @param {Reference} [props.device] - A device that is integral to the medicinal product, in effect being considered as an "ingredient" of the medicinal product
4600
+ * @param {Reference} [props.formOf] - References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product
4601
+ * @param {Identifier} [props.identifier] - An identifier for the administrable product
4602
+ * @param {string} [props.ingredient] - The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton, or using by incoming references from the Ingredient resource. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
4603
+ * @param {Reference} [props.producedFrom] - Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form
4605
4604
  * @param {BackboneElement} [props.property] - Characteristics e.g. a product's onset of action
4606
4605
  * @param {BackboneElement} [props.routeOfAdministration] - The path by which the product is taken into or makes contact with the body
4606
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4607
+ * @param {string} [props.unitOfPresentation] - The presentation type in which this item is given to a patient. e.g. for a spray - 'puff'. Accepts all values from http://hl7.org/fhir/ValueSet/unit-of-presentation
4607
4608
  */
4608
4609
  declare function administrableProductDefinition(type: "AdministrableProductDefinition", props: AdministrableProductDefinition_Props): any;
4609
4610
  declare function administrableProductDefinition(props: AdministrableProductDefinition_Props): any;
@@ -4612,26 +4613,26 @@ declare function administrableProductDefinition(props: AdministrableProductDefin
4612
4613
  * @public
4613
4614
  * @function
4614
4615
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4615
- * @param {Identifier} [props.identifier] - Business identifier for the event
4616
4616
  * @param {string} [props.actuality] - actual | potential. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-actuality|4.3.0
4617
4617
  * @param {string} [props.category] - product-problem | product-quality | product-use-error | wrong-dose | incorrect-prescribing-information | wrong-technique | wrong-route-of-administration | wrong-rate | wrong-duration | wrong-time | expired-drug | medical-device-use-error | problem-different-manufacturer | unsafe-physical-environment. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-category
4618
- * @param {string} [props.event] - Type of the event itself in relation to the subject. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-type
4619
- * @param {Reference} [props.subject] - Subject impacted by event
4620
- * @param {Reference} [props.encounter] - Encounter created as part of
4618
+ * @param {Reference} [props.contributor] - Who was involved in the adverse event or the potential adverse event
4621
4619
  * @param {dateTime} [props.date] - When the event occurred
4622
4620
  * @param {dateTime} [props.detected] - When the event was detected
4623
- * @param {dateTime} [props.recordedDate] - When the event was recorded
4624
- * @param {Reference} [props.resultingCondition] - Effect on the subject due to this event
4621
+ * @param {Reference} [props.encounter] - Encounter created as part of
4622
+ * @param {string} [props.event] - Type of the event itself in relation to the subject. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-type
4623
+ * @param {Identifier} [props.identifier] - Business identifier for the event
4625
4624
  * @param {Reference} [props.location] - Location where adverse event occurred
4626
- * @param {string} [props.seriousness] - Seriousness of the event. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-seriousness
4627
- * @param {string} [props.severity] - mild | moderate | severe. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-severity|4.3.0
4628
4625
  * @param {string} [props.outcome] - resolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-outcome|4.3.0
4626
+ * @param {dateTime} [props.recordedDate] - When the event was recorded
4629
4627
  * @param {Reference} [props.recorder] - Who recorded the adverse event
4630
- * @param {Reference} [props.contributor] - Who was involved in the adverse event or the potential adverse event
4631
- * @param {BackboneElement} [props.suspectEntity] - The suspected agent causing the adverse event
4632
- * @param {Reference} [props.subjectMedicalHistory] - AdverseEvent.subjectMedicalHistory
4633
4628
  * @param {Reference} [props.referenceDocument] - AdverseEvent.referenceDocument
4629
+ * @param {Reference} [props.resultingCondition] - Effect on the subject due to this event
4630
+ * @param {string} [props.seriousness] - Seriousness of the event. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-seriousness
4631
+ * @param {string} [props.severity] - mild | moderate | severe. Accepts all values from http://hl7.org/fhir/ValueSet/adverse-event-severity|4.3.0
4634
4632
  * @param {Reference} [props.study] - AdverseEvent.study
4633
+ * @param {Reference} [props.subject] - Subject impacted by event
4634
+ * @param {Reference} [props.subjectMedicalHistory] - AdverseEvent.subjectMedicalHistory
4635
+ * @param {BackboneElement} [props.suspectEntity] - The suspected agent causing the adverse event
4635
4636
  */
4636
4637
  declare function adverseEvent(type: "AdverseEvent", props: AdverseEvent_Props): any;
4637
4638
  declare function adverseEvent(props: AdverseEvent_Props): any;
@@ -4640,22 +4641,22 @@ declare function adverseEvent(props: AdverseEvent_Props): any;
4640
4641
  * @public
4641
4642
  * @function
4642
4643
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4643
- * @param {Identifier} [props.identifier] - External ids for this item
4644
- * @param {string} [props.clinicalStatus] - active | inactive | resolved. Accepts all values from http://hl7.org/fhir/ValueSet/allergyintolerance-clinical|4.3.0
4645
- * @param {string} [props.verificationStatus] - unconfirmed | confirmed | refuted | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/allergyintolerance-verification|4.3.0
4646
- * @param {string} [props.type] - allergy | intolerance - Underlying mechanism (if known). Accepts all values from http://hl7.org/fhir/ValueSet/allergy-intolerance-type|4.3.0
4644
+ * @param {Reference} [props.asserter] - Source of the information about the allergy
4647
4645
  * @param {string} [props.category] - food | medication | environment | biologic. Accepts all values from http://hl7.org/fhir/ValueSet/allergy-intolerance-category|4.3.0
4648
- * @param {string} [props.criticality] - low | high | unable-to-assess. Accepts all values from http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality|4.3.0
4646
+ * @param {string} [props.clinicalStatus] - active | inactive | resolved. Accepts all values from http://hl7.org/fhir/ValueSet/allergyintolerance-clinical|4.3.0
4649
4647
  * @param {string} [props.code] - Code that identifies the allergy or intolerance. Accepts all values from http://hl7.org/fhir/ValueSet/allergyintolerance-code
4650
- * @param {Reference} [props.patient] - Who the sensitivity is for
4648
+ * @param {string} [props.criticality] - low | high | unable-to-assess. Accepts all values from http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality|4.3.0
4651
4649
  * @param {Reference} [props.encounter] - Encounter when the allergy or intolerance was asserted
4652
- * @param {dateTime|Age|Period|Range|string} [props.onset] - When allergy or intolerance was identified
4653
- * @param {dateTime} [props.recordedDate] - Date first version of the resource instance was recorded
4654
- * @param {Reference} [props.recorder] - Who recorded the sensitivity
4655
- * @param {Reference} [props.asserter] - Source of the information about the allergy
4650
+ * @param {Identifier} [props.identifier] - External ids for this item
4656
4651
  * @param {dateTime} [props.lastOccurrence] - Date(/time) of last known occurrence of a reaction
4657
4652
  * @param {Annotation} [props.note] - Additional text not captured in other fields
4653
+ * @param {dateTime|Age|Period|Range|string} [props.onset] - When allergy or intolerance was identified
4654
+ * @param {Reference} [props.patient] - Who the sensitivity is for
4658
4655
  * @param {BackboneElement} [props.reaction] - Adverse Reaction Events linked to exposure to substance
4656
+ * @param {dateTime} [props.recordedDate] - Date first version of the resource instance was recorded
4657
+ * @param {Reference} [props.recorder] - Who recorded the sensitivity
4658
+ * @param {string} [props.type] - allergy | intolerance - Underlying mechanism (if known). Accepts all values from http://hl7.org/fhir/ValueSet/allergy-intolerance-type|4.3.0
4659
+ * @param {string} [props.verificationStatus] - unconfirmed | confirmed | refuted | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/allergyintolerance-verification|4.3.0
4659
4660
  */
4660
4661
  declare function allergyIntolerance(type: "AllergyIntolerance", props: AllergyIntolerance_Props): any;
4661
4662
  declare function allergyIntolerance(props: AllergyIntolerance_Props): any;
@@ -4664,28 +4665,28 @@ declare function allergyIntolerance(props: AllergyIntolerance_Props): any;
4664
4665
  * @public
4665
4666
  * @function
4666
4667
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4667
- * @param {Identifier} [props.identifier] - External Ids for this item
4668
- * @param {string} [props.status] - proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist. Accepts all values from http://hl7.org/fhir/ValueSet/appointmentstatus|4.3.0
4669
- * @param {string} [props.cancelationReason] - The coded reason for the appointment being cancelled. Accepts all values from http://hl7.org/fhir/ValueSet/appointment-cancellation-reason
4670
- * @param {string} [props.serviceCategory] - A broad categorization of the service that is to be performed during this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/service-category
4671
- * @param {string} [props.serviceType] - The specific service that is to be performed during this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
4672
- * @param {string} [props.specialty] - The specialty of a practitioner that would be required to perform the service requested in this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
4673
4668
  * @param {string} [props.appointmentType] - The style of appointment or patient that has been booked in the slot (not service type). Accepts all values from http://terminology.hl7.org/ValueSet/v2-0276
4674
- * @param {string} [props.reasonCode] - Coded reason this appointment is scheduled. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-reason
4675
- * @param {Reference} [props.reasonReference] - Reason the appointment is to take place (resource)
4676
- * @param {unsignedInt} [props.priority] - Used to make informed decisions if needing to re-prioritize
4669
+ * @param {Reference} [props.basedOn] - The service request this appointment is allocated to assess
4670
+ * @param {string} [props.cancelationReason] - The coded reason for the appointment being cancelled. Accepts all values from http://hl7.org/fhir/ValueSet/appointment-cancellation-reason
4671
+ * @param {string} [props.comment] - Additional comments
4672
+ * @param {dateTime} [props.created] - The date that this appointment was initially created
4677
4673
  * @param {string} [props.description] - Shown on a subject line in a meeting request, or appointment list
4678
- * @param {Reference} [props.supportingInformation] - Additional information to support the appointment
4679
- * @param {instant} [props.start] - When appointment is to take place
4680
4674
  * @param {instant} [props.end] - When appointment is to conclude
4675
+ * @param {Identifier} [props.identifier] - External Ids for this item
4681
4676
  * @param {number} [props.minutesDuration] - Can be less than start/end (e.g. estimate)
4682
- * @param {Reference} [props.slot] - The slots that this appointment is filling
4683
- * @param {dateTime} [props.created] - The date that this appointment was initially created
4684
- * @param {string} [props.comment] - Additional comments
4685
- * @param {string} [props.patientInstruction] - Detailed information and instructions for the patient
4686
- * @param {Reference} [props.basedOn] - The service request this appointment is allocated to assess
4687
4677
  * @param {BackboneElement} [props.participant] - Participants involved in appointment
4678
+ * @param {string} [props.patientInstruction] - Detailed information and instructions for the patient
4679
+ * @param {unsignedInt} [props.priority] - Used to make informed decisions if needing to re-prioritize
4680
+ * @param {string} [props.reasonCode] - Coded reason this appointment is scheduled. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-reason
4681
+ * @param {Reference} [props.reasonReference] - Reason the appointment is to take place (resource)
4688
4682
  * @param {Period} [props.requestedPeriod] - Potential date/time interval(s) requested to allocate the appointment within
4683
+ * @param {string} [props.serviceCategory] - A broad categorization of the service that is to be performed during this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/service-category
4684
+ * @param {string} [props.serviceType] - The specific service that is to be performed during this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
4685
+ * @param {Reference} [props.slot] - The slots that this appointment is filling
4686
+ * @param {string} [props.specialty] - The specialty of a practitioner that would be required to perform the service requested in this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
4687
+ * @param {instant} [props.start] - When appointment is to take place
4688
+ * @param {string} [props.status] - proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist. Accepts all values from http://hl7.org/fhir/ValueSet/appointmentstatus|4.3.0
4689
+ * @param {Reference} [props.supportingInformation] - Additional information to support the appointment
4689
4690
  */
4690
4691
  declare function appointment(type: "Appointment", props: Appointment_Props): any;
4691
4692
  declare function appointment(props: Appointment_Props): any;
@@ -4694,14 +4695,14 @@ declare function appointment(props: Appointment_Props): any;
4694
4695
  * @public
4695
4696
  * @function
4696
4697
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4697
- * @param {Identifier} [props.identifier] - External Ids for this item
4698
+ * @param {Reference} [props.actor] - Person, Location, HealthcareService, or Device
4698
4699
  * @param {Reference} [props.appointment] - Appointment this response relates to
4699
- * @param {instant} [props.start] - Time from appointment, or requested new start time
4700
+ * @param {string} [props.comment] - Additional comments
4700
4701
  * @param {instant} [props.end] - Time from appointment, or requested new end time
4701
- * @param {string} [props.participantType] - Role of participant in the appointment. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-participant-type
4702
- * @param {Reference} [props.actor] - Person, Location, HealthcareService, or Device
4702
+ * @param {Identifier} [props.identifier] - External Ids for this item
4703
4703
  * @param {string} [props.participantStatus] - accepted | declined | tentative | needs-action. Accepts all values from http://hl7.org/fhir/ValueSet/participationstatus|4.3.0
4704
- * @param {string} [props.comment] - Additional comments
4704
+ * @param {string} [props.participantType] - Role of participant in the appointment. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-participant-type
4705
+ * @param {instant} [props.start] - Time from appointment, or requested new start time
4705
4706
  */
4706
4707
  declare function appointmentResponse(type: "AppointmentResponse", props: AppointmentResponse_Props): any;
4707
4708
  declare function appointmentResponse(props: AppointmentResponse_Props): any;
@@ -4710,16 +4711,16 @@ declare function appointmentResponse(props: AppointmentResponse_Props): any;
4710
4711
  * @public
4711
4712
  * @function
4712
4713
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4714
+ * @param {BackboneElement} [props.collection] - How this product was collected
4713
4715
  * @param {Identifier} [props.identifier] - External ids for this item
4716
+ * @param {BackboneElement} [props.manipulation] - Any manipulation of product post-collection
4717
+ * @param {Reference} [props.parent] - BiologicallyDerivedProduct parent
4718
+ * @param {BackboneElement} [props.processing] - Any processing of the product during collection
4714
4719
  * @param {string} [props.productCategory] - organ | tissue | fluid | cells | biologicalAgent. Accepts all values from http://hl7.org/fhir/ValueSet/product-category|4.3.0
4715
4720
  * @param {CodeableConcept} [props.productCode] - What this biologically derived product is
4716
- * @param {string} [props.status] - available | unavailable. Accepts all values from http://hl7.org/fhir/ValueSet/product-status|4.3.0
4717
- * @param {Reference} [props.request] - Procedure request
4718
4721
  * @param {integer} [props.quantity] - The amount of this biologically derived product
4719
- * @param {Reference} [props.parent] - BiologicallyDerivedProduct parent
4720
- * @param {BackboneElement} [props.collection] - How this product was collected
4721
- * @param {BackboneElement} [props.processing] - Any processing of the product during collection
4722
- * @param {BackboneElement} [props.manipulation] - Any manipulation of product post-collection
4722
+ * @param {Reference} [props.request] - Procedure request
4723
+ * @param {string} [props.status] - available | unavailable. Accepts all values from http://hl7.org/fhir/ValueSet/product-status|4.3.0
4723
4724
  * @param {BackboneElement} [props.storage] - Product storage
4724
4725
  */
4725
4726
  declare function biologicallyDerivedProduct(type: "BiologicallyDerivedProduct", props: BiologicallyDerivedProduct_Props): any;
@@ -4729,13 +4730,13 @@ declare function biologicallyDerivedProduct(props: BiologicallyDerivedProduct_Pr
4729
4730
  * @public
4730
4731
  * @function
4731
4732
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4732
- * @param {Identifier} [props.identifier] - Bodystructure identifier
4733
4733
  * @param {boolean} [props.active] - Whether this record is in active use
4734
- * @param {string} [props.morphology] - Kind of Structure. Accepts all values from http://hl7.org/fhir/ValueSet/bodystructure-code
4735
- * @param {string} [props.location] - Body site. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
4736
- * @param {string} [props.locationQualifier] - Body site modifier. Accepts all values from http://hl7.org/fhir/ValueSet/bodystructure-relative-location
4737
4734
  * @param {string} [props.description] - Text description
4735
+ * @param {Identifier} [props.identifier] - Bodystructure identifier
4738
4736
  * @param {Attachment} [props.image] - Attached images
4737
+ * @param {string} [props.location] - Body site. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
4738
+ * @param {string} [props.locationQualifier] - Body site modifier. Accepts all values from http://hl7.org/fhir/ValueSet/bodystructure-relative-location
4739
+ * @param {string} [props.morphology] - Kind of Structure. Accepts all values from http://hl7.org/fhir/ValueSet/bodystructure-code
4739
4740
  * @param {Reference} [props.patient] - Who this is about
4740
4741
  */
4741
4742
  declare function bodyStructure(type: "BodyStructure", props: BodyStructure_Props): any;
@@ -4745,29 +4746,29 @@ declare function bodyStructure(props: BodyStructure_Props): any;
4745
4746
  * @public
4746
4747
  * @function
4747
4748
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4749
+ * @param {BackboneElement} [props.activity] - Action to occur as part of plan
4750
+ * @param {Reference} [props.addresses] - Health issues this plan addresses
4751
+ * @param {Reference} [props.author] - Who is the designated responsible party
4752
+ * @param {Reference} [props.basedOn] - Fulfills CarePlan
4753
+ * @param {Reference} [props.careTeam] - Who's involved in plan?
4754
+ * @param {string} [props.category] - Type of plan. Accepts all values from http://hl7.org/fhir/ValueSet/care-plan-category
4755
+ * @param {Reference} [props.contributor] - Who provided the content of the care plan
4756
+ * @param {dateTime} [props.created] - Date record was first recorded
4757
+ * @param {string} [props.description] - Summary of nature of plan
4758
+ * @param {Reference} [props.encounter] - Encounter created as part of
4759
+ * @param {Reference} [props.goal] - Desired outcome of plan
4748
4760
  * @param {Identifier} [props.identifier] - External Ids for this plan
4749
4761
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
4750
4762
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
4751
- * @param {Reference} [props.basedOn] - Fulfills CarePlan
4752
- * @param {Reference} [props.replaces] - CarePlan replaced by this CarePlan
4763
+ * @param {string} [props.intent] - proposal | plan | order | option. Accepts all values from http://hl7.org/fhir/ValueSet/care-plan-intent|4.3.0
4764
+ * @param {Annotation} [props.note] - Comments about the plan
4753
4765
  * @param {Reference} [props.partOf] - Part of referenced CarePlan
4766
+ * @param {Period} [props.period] - Time period plan covers
4767
+ * @param {Reference} [props.replaces] - CarePlan replaced by this CarePlan
4754
4768
  * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
4755
- * @param {string} [props.intent] - proposal | plan | order | option. Accepts all values from http://hl7.org/fhir/ValueSet/care-plan-intent|4.3.0
4756
- * @param {string} [props.category] - Type of plan. Accepts all values from http://hl7.org/fhir/ValueSet/care-plan-category
4757
- * @param {string} [props.title] - Human-friendly name for the care plan
4758
- * @param {string} [props.description] - Summary of nature of plan
4759
4769
  * @param {Reference} [props.subject] - Who the care plan is for
4760
- * @param {Reference} [props.encounter] - Encounter created as part of
4761
- * @param {Period} [props.period] - Time period plan covers
4762
- * @param {dateTime} [props.created] - Date record was first recorded
4763
- * @param {Reference} [props.author] - Who is the designated responsible party
4764
- * @param {Reference} [props.contributor] - Who provided the content of the care plan
4765
- * @param {Reference} [props.careTeam] - Who's involved in plan?
4766
- * @param {Reference} [props.addresses] - Health issues this plan addresses
4767
4770
  * @param {Reference} [props.supportingInfo] - Information considered as part of plan
4768
- * @param {Reference} [props.goal] - Desired outcome of plan
4769
- * @param {BackboneElement} [props.activity] - Action to occur as part of plan
4770
- * @param {Annotation} [props.note] - Comments about the plan
4771
+ * @param {string} [props.title] - Human-friendly name for the care plan
4771
4772
  */
4772
4773
  declare function carePlan(type: "CarePlan", props: CarePlan_Props): any;
4773
4774
  declare function carePlan(props: CarePlan_Props): any;
@@ -4776,19 +4777,19 @@ declare function carePlan(props: CarePlan_Props): any;
4776
4777
  * @public
4777
4778
  * @function
4778
4779
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4779
- * @param {Identifier} [props.identifier] - External Ids for this team
4780
- * @param {string} [props.status] - proposed | active | suspended | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/care-team-status|4.3.0
4781
4780
  * @param {string} [props.category] - Type of team. Accepts all values from http://hl7.org/fhir/ValueSet/care-team-category
4782
- * @param {string} [props.name] - Name of the team, such as crisis assessment team
4783
- * @param {Reference} [props.subject] - Who care team is for
4784
4781
  * @param {Reference} [props.encounter] - Encounter created as part of
4785
- * @param {Period} [props.period] - Time period team covers
4782
+ * @param {Identifier} [props.identifier] - External Ids for this team
4783
+ * @param {Reference} [props.managingOrganization] - Organization responsible for the care team
4784
+ * @param {string} [props.name] - Name of the team, such as crisis assessment team
4785
+ * @param {Annotation} [props.note] - Comments made about the CareTeam
4786
4786
  * @param {BackboneElement} [props.participant] - Members of the team
4787
+ * @param {Period} [props.period] - Time period team covers
4787
4788
  * @param {string} [props.reasonCode] - Why the care team exists. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
4788
4789
  * @param {Reference} [props.reasonReference] - Why the care team exists
4789
- * @param {Reference} [props.managingOrganization] - Organization responsible for the care team
4790
+ * @param {string} [props.status] - proposed | active | suspended | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/care-team-status|4.3.0
4791
+ * @param {Reference} [props.subject] - Who care team is for
4790
4792
  * @param {ContactPoint} [props.telecom] - A contact detail for the care team (that applies to all members)
4791
- * @param {Annotation} [props.note] - Comments made about the CareTeam
4792
4793
  */
4793
4794
  declare function careTeam(type: "CareTeam", props: CareTeam_Props): any;
4794
4795
  declare function careTeam(props: CareTeam_Props): any;
@@ -4797,31 +4798,31 @@ declare function careTeam(props: CareTeam_Props): any;
4797
4798
  * @public
4798
4799
  * @function
4799
4800
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4800
- * @param {Identifier} [props.identifier] - Business Identifier for item
4801
- * @param {string} [props.definitionUri] - Defining information about the code of this charge item
4802
- * @param {canonical} [props.definitionCanonical] - Resource defining the code of this ChargeItem
4803
- * @param {string} [props.status] - planned | billable | not-billable | aborted | billed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/chargeitem-status|4.3.0
4804
- * @param {Reference} [props.partOf] - Part of referenced ChargeItem
4801
+ * @param {Reference} [props.account] - Account to place this charge
4802
+ * @param {string} [props.bodysite] - Anatomical location, if relevant. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
4805
4803
  * @param {string} [props.code] - A code that identifies the charge, like a billing code. Accepts all values from http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
4806
- * @param {Reference} [props.subject] - Individual service was done for/to
4807
4804
  * @param {Reference} [props.context] - Encounter / Episode associated with event
4808
- * @param {dateTime|Period|Timing} [props.occurrence] - When the charged service was applied
4809
- * @param {BackboneElement} [props.performer] - Who performed charged service
4810
- * @param {Reference} [props.performingOrganization] - Organization providing the charged service
4811
- * @param {Reference} [props.requestingOrganization] - Organization requesting the charged service
4812
4805
  * @param {Reference} [props.costCenter] - Organization that has ownership of the (potential, future) revenue
4813
- * @param {Quantity} [props.quantity] - Quantity of which the charge item has been serviced
4814
- * @param {string} [props.bodysite] - Anatomical location, if relevant. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
4806
+ * @param {canonical} [props.definitionCanonical] - Resource defining the code of this ChargeItem
4807
+ * @param {string} [props.definitionUri] - Defining information about the code of this charge item
4808
+ * @param {dateTime} [props.enteredDate] - Date the charge item was entered
4809
+ * @param {Reference} [props.enterer] - Individual who was entering
4815
4810
  * @param {decimal} [props.factorOverride] - Factor overriding the associated rules
4816
- * @param {Money} [props.priceOverride] - Price overriding the associated rules
4811
+ * @param {Identifier} [props.identifier] - Business Identifier for item
4812
+ * @param {Annotation} [props.note] - Comments made about the ChargeItem
4813
+ * @param {dateTime|Period|Timing} [props.occurrence] - When the charged service was applied
4817
4814
  * @param {string} [props.overrideReason] - Reason for overriding the list price/factor
4818
- * @param {Reference} [props.enterer] - Individual who was entering
4819
- * @param {dateTime} [props.enteredDate] - Date the charge item was entered
4815
+ * @param {Reference} [props.partOf] - Part of referenced ChargeItem
4816
+ * @param {BackboneElement} [props.performer] - Who performed charged service
4817
+ * @param {Reference} [props.performingOrganization] - Organization providing the charged service
4818
+ * @param {Money} [props.priceOverride] - Price overriding the associated rules
4819
+ * @param {string} [props.product] - Product charged. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
4820
+ * @param {Quantity} [props.quantity] - Quantity of which the charge item has been serviced
4820
4821
  * @param {string} [props.reason] - Why was the charged service rendered?. Accepts all values from http://hl7.org/fhir/ValueSet/icd-10
4822
+ * @param {Reference} [props.requestingOrganization] - Organization requesting the charged service
4821
4823
  * @param {Reference} [props.service] - Which rendered service is being charged?
4822
- * @param {string} [props.product] - Product charged. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
4823
- * @param {Reference} [props.account] - Account to place this charge
4824
- * @param {Annotation} [props.note] - Comments made about the ChargeItem
4824
+ * @param {string} [props.status] - planned | billable | not-billable | aborted | billed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/chargeitem-status|4.3.0
4825
+ * @param {Reference} [props.subject] - Individual service was done for/to
4825
4826
  * @param {Reference} [props.supportingInformation] - Further information supporting this charge
4826
4827
  */
4827
4828
  declare function chargeItem(type: "ChargeItem", props: ChargeItem_Props): any;
@@ -4831,29 +4832,29 @@ declare function chargeItem(props: ChargeItem_Props): any;
4831
4832
  * @public
4832
4833
  * @function
4833
4834
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4834
- * @param {string} [props.url] - Canonical identifier for this charge item definition, represented as a URI (globally unique)
4835
- * @param {Identifier} [props.identifier] - Additional identifier for the charge item definition
4836
- * @param {string} [props.version] - Business version of the charge item definition
4837
- * @param {string} [props.title] - Name for this charge item definition (human friendly)
4838
- * @param {string} [props.derivedFromUri] - Underlying externally-defined charge item definition
4839
- * @param {canonical} [props.partOf] - A larger definition of which this particular definition is a component or step
4840
- * @param {canonical} [props.replaces] - Completed or terminated request(s) whose function is taken by this new request
4841
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4842
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
4843
- * @param {dateTime} [props.date] - Date last changed
4844
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
4835
+ * @param {BackboneElement} [props.applicability] - Whether or not the billing code is applicable
4836
+ * @param {date} [props.approvalDate] - When the charge item definition was approved by publisher
4837
+ * @param {string} [props.code] - Billing codes or product types this definition applies to. Accepts all values from http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
4845
4838
  * @param {ContactDetail} [props.contact] - Contact details for the publisher
4846
- * @param {markdown} [props.description] - Natural language description of the charge item definition
4847
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
4848
- * @param {string} [props.jurisdiction] - Intended jurisdiction for charge item definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
4849
4839
  * @param {markdown} [props.copyright] - Use and/or publishing restrictions
4850
- * @param {date} [props.approvalDate] - When the charge item definition was approved by publisher
4851
- * @param {date} [props.lastReviewDate] - When the charge item definition was last reviewed
4840
+ * @param {dateTime} [props.date] - Date last changed
4841
+ * @param {string} [props.derivedFromUri] - Underlying externally-defined charge item definition
4842
+ * @param {markdown} [props.description] - Natural language description of the charge item definition
4852
4843
  * @param {Period} [props.effectivePeriod] - When the charge item definition is expected to be used
4853
- * @param {string} [props.code] - Billing codes or product types this definition applies to. Accepts all values from http://hl7.org/fhir/ValueSet/chargeitem-billingcodes
4844
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
4845
+ * @param {Identifier} [props.identifier] - Additional identifier for the charge item definition
4854
4846
  * @param {Reference} [props.instance] - Instances this definition applies to
4855
- * @param {BackboneElement} [props.applicability] - Whether or not the billing code is applicable
4847
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for charge item definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
4848
+ * @param {date} [props.lastReviewDate] - When the charge item definition was last reviewed
4849
+ * @param {canonical} [props.partOf] - A larger definition of which this particular definition is a component or step
4856
4850
  * @param {BackboneElement} [props.propertyGroup] - Group of properties which are applicable under the same conditions
4851
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
4852
+ * @param {canonical} [props.replaces] - Completed or terminated request(s) whose function is taken by this new request
4853
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4854
+ * @param {string} [props.title] - Name for this charge item definition (human friendly)
4855
+ * @param {string} [props.url] - Canonical identifier for this charge item definition, represented as a URI (globally unique)
4856
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
4857
+ * @param {string} [props.version] - Business version of the charge item definition
4857
4858
  */
4858
4859
  declare function chargeItemDefinition(type: "ChargeItemDefinition", props: ChargeItemDefinition_Props): any;
4859
4860
  declare function chargeItemDefinition(props: ChargeItemDefinition_Props): any;
@@ -4862,35 +4863,35 @@ declare function chargeItemDefinition(props: ChargeItemDefinition_Props): any;
4862
4863
  * @public
4863
4864
  * @function
4864
4865
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4865
- * @param {string} [props.url] - Canonical identifier for this citation, represented as a globally unique URI
4866
- * @param {Identifier} [props.identifier] - Identifier for the Citation resource itself
4867
- * @param {string} [props.version] - Business version of the citation
4868
- * @param {string} [props.name] - Name for this citation (computer friendly)
4869
- * @param {string} [props.title] - Name for this citation (human friendly)
4870
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4871
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
4872
- * @param {dateTime} [props.date] - Date last changed
4873
- * @param {string} [props.publisher] - The publisher of the Citation, not the publisher of the article or artifact being cited
4874
- * @param {ContactDetail} [props.contact] - Contact details for the publisher of the Citation Resource
4875
- * @param {markdown} [props.description] - Natural language description of the citation
4876
- * @param {UsageContext} [props.useContext] - The context that the Citation Resource content is intended to support
4877
- * @param {string} [props.jurisdiction] - Intended jurisdiction for citation (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
4878
- * @param {markdown} [props.purpose] - Why this citation is defined
4879
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions for the Citation, not for the cited artifact
4880
4866
  * @param {date} [props.approvalDate] - When the citation was approved by publisher
4881
- * @param {date} [props.lastReviewDate] - When the citation was last reviewed
4882
- * @param {Period} [props.effectivePeriod] - When the citation is expected to be used
4883
4867
  * @param {ContactDetail} [props.author] - Who authored the Citation
4868
+ * @param {BackboneElement} [props.citedArtifact] - The article or artifact being described
4869
+ * @param {BackboneElement} [props.classification] - The assignment to an organizing scheme
4870
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher of the Citation Resource
4871
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions for the Citation, not for the cited artifact
4872
+ * @param {string} [props.currentState] - The status of the citation. Accepts all values from http://hl7.org/fhir/ValueSet/citation-status-type
4873
+ * @param {dateTime} [props.date] - Date last changed
4874
+ * @param {markdown} [props.description] - Natural language description of the citation
4884
4875
  * @param {ContactDetail} [props.editor] - Who edited the Citation
4885
- * @param {ContactDetail} [props.reviewer] - Who reviewed the Citation
4876
+ * @param {Period} [props.effectivePeriod] - When the citation is expected to be used
4886
4877
  * @param {ContactDetail} [props.endorser] - Who endorsed the Citation
4887
- * @param {BackboneElement} [props.summary] - A human-readable display of the citation
4888
- * @param {BackboneElement} [props.classification] - The assignment to an organizing scheme
4878
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
4879
+ * @param {Identifier} [props.identifier] - Identifier for the Citation resource itself
4880
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for citation (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
4881
+ * @param {date} [props.lastReviewDate] - When the citation was last reviewed
4882
+ * @param {string} [props.name] - Name for this citation (computer friendly)
4889
4883
  * @param {Annotation} [props.note] - Used for general notes and annotations not coded elsewhere
4890
- * @param {string} [props.currentState] - The status of the citation. Accepts all values from http://hl7.org/fhir/ValueSet/citation-status-type
4891
- * @param {BackboneElement} [props.statusDate] - An effective date or period for a status of the citation
4884
+ * @param {string} [props.publisher] - The publisher of the Citation, not the publisher of the article or artifact being cited
4885
+ * @param {markdown} [props.purpose] - Why this citation is defined
4892
4886
  * @param {BackboneElement} [props.relatesTo] - Artifact related to the Citation Resource
4893
- * @param {BackboneElement} [props.citedArtifact] - The article or artifact being described
4887
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the Citation
4888
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
4889
+ * @param {BackboneElement} [props.statusDate] - An effective date or period for a status of the citation
4890
+ * @param {BackboneElement} [props.summary] - A human-readable display of the citation
4891
+ * @param {string} [props.title] - Name for this citation (human friendly)
4892
+ * @param {string} [props.url] - Canonical identifier for this citation, represented as a globally unique URI
4893
+ * @param {UsageContext} [props.useContext] - The context that the Citation Resource content is intended to support
4894
+ * @param {string} [props.version] - Business version of the citation
4894
4895
  */
4895
4896
  declare function citation(type: "Citation", props: Citation_Props): any;
4896
4897
  declare function citation(props: Citation_Props): any;
@@ -4899,33 +4900,33 @@ declare function citation(props: Citation_Props): any;
4899
4900
  * @public
4900
4901
  * @function
4901
4902
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4902
- * @param {Identifier} [props.identifier] - Business Identifier for claim
4903
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
4904
- * @param {string} [props.type] - Category or discipline. Accepts all values from http://hl7.org/fhir/ValueSet/claim-type
4905
- * @param {string} [props.subType] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-subtype
4906
- * @param {string} [props.use] - claim | preauthorization | predetermination. Accepts all values from http://hl7.org/fhir/ValueSet/claim-use|4.3.0
4907
- * @param {Reference} [props.patient] - The recipient of the products and services
4903
+ * @param {BackboneElement} [props.accident] - Details of the event
4908
4904
  * @param {Period} [props.billablePeriod] - Relevant time frame for the claim
4905
+ * @param {BackboneElement} [props.careTeam] - Members of the care team
4909
4906
  * @param {dateTime} [props.created] - Resource creation date
4907
+ * @param {BackboneElement} [props.diagnosis] - Pertinent diagnosis information
4910
4908
  * @param {Reference} [props.enterer] - Author of the claim
4911
- * @param {Reference} [props.insurer] - Target
4912
- * @param {Reference} [props.provider] - Party responsible for the claim
4913
- * @param {string} [props.priority] - Desired processing ugency. Accepts all values from http://hl7.org/fhir/ValueSet/process-priority
4909
+ * @param {Reference} [props.facility] - Servicing facility
4914
4910
  * @param {string} [props.fundsReserve] - For whom to reserve funds. Accepts all values from http://hl7.org/fhir/ValueSet/fundsreserve
4915
- * @param {BackboneElement} [props.related] - Prior or corollary claims
4916
- * @param {Reference} [props.prescription] - Prescription authorizing services and products
4911
+ * @param {Identifier} [props.identifier] - Business Identifier for claim
4912
+ * @param {BackboneElement} [props.insurance] - Patient insurance information
4913
+ * @param {Reference} [props.insurer] - Target
4914
+ * @param {BackboneElement} [props.item] - Product or service provided
4917
4915
  * @param {Reference} [props.originalPrescription] - Original prescription if superseded by fulfiller
4916
+ * @param {Reference} [props.patient] - The recipient of the products and services
4918
4917
  * @param {BackboneElement} [props.payee] - Recipient of benefits payable
4918
+ * @param {Reference} [props.prescription] - Prescription authorizing services and products
4919
+ * @param {string} [props.priority] - Desired processing ugency. Accepts all values from http://hl7.org/fhir/ValueSet/process-priority
4920
+ * @param {BackboneElement} [props.procedure] - Clinical procedures performed
4921
+ * @param {Reference} [props.provider] - Party responsible for the claim
4919
4922
  * @param {Reference} [props.referral] - Treatment referral
4920
- * @param {Reference} [props.facility] - Servicing facility
4921
- * @param {BackboneElement} [props.careTeam] - Members of the care team
4923
+ * @param {BackboneElement} [props.related] - Prior or corollary claims
4924
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
4925
+ * @param {string} [props.subType] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-subtype
4922
4926
  * @param {BackboneElement} [props.supportingInfo] - Supporting information
4923
- * @param {BackboneElement} [props.diagnosis] - Pertinent diagnosis information
4924
- * @param {BackboneElement} [props.procedure] - Clinical procedures performed
4925
- * @param {BackboneElement} [props.insurance] - Patient insurance information
4926
- * @param {BackboneElement} [props.accident] - Details of the event
4927
- * @param {BackboneElement} [props.item] - Product or service provided
4928
4927
  * @param {Money} [props.total] - Total claim cost
4928
+ * @param {string} [props.type] - Category or discipline. Accepts all values from http://hl7.org/fhir/ValueSet/claim-type
4929
+ * @param {string} [props.use] - claim | preauthorization | predetermination. Accepts all values from http://hl7.org/fhir/ValueSet/claim-use|4.3.0
4929
4930
  */
4930
4931
  declare function claim(type: "Claim", props: Claim_Props): any;
4931
4932
  declare function claim(props: Claim_Props): any;
@@ -4934,33 +4935,33 @@ declare function claim(props: Claim_Props): any;
4934
4935
  * @public
4935
4936
  * @function
4936
4937
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4937
- * @param {Identifier} [props.identifier] - Business Identifier for a claim response
4938
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
4939
- * @param {string} [props.type] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-type
4940
- * @param {string} [props.subType] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-subtype
4941
- * @param {string} [props.use] - claim | preauthorization | predetermination. Accepts all values from http://hl7.org/fhir/ValueSet/claim-use|4.3.0
4942
- * @param {Reference} [props.patient] - The recipient of the products and services
4938
+ * @param {BackboneElement} [props.addItem] - Insurer added line items
4939
+ * @param {any} [props.adjudication] - Header-level adjudication
4940
+ * @param {Reference} [props.communicationRequest] - Request for additional information
4943
4941
  * @param {dateTime} [props.created] - Response creation date
4942
+ * @param {string} [props.disposition] - Disposition Message
4943
+ * @param {BackboneElement} [props.error] - Processing errors
4944
+ * @param {Attachment} [props.form] - Printed reference or actual form
4945
+ * @param {string} [props.formCode] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
4946
+ * @param {string} [props.fundsReserve] - Funds reserved status. Accepts all values from http://hl7.org/fhir/ValueSet/fundsreserve
4947
+ * @param {Identifier} [props.identifier] - Business Identifier for a claim response
4948
+ * @param {BackboneElement} [props.insurance] - Patient insurance information
4944
4949
  * @param {Reference} [props.insurer] - Party responsible for reimbursement
4945
- * @param {Reference} [props.requestor] - Party responsible for the claim
4946
- * @param {Reference} [props.request] - Id of resource triggering adjudication
4950
+ * @param {BackboneElement} [props.item] - Adjudication for claim line items
4947
4951
  * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
4948
- * @param {string} [props.disposition] - Disposition Message
4949
- * @param {string} [props.preAuthRef] - Preauthorization reference
4950
- * @param {Period} [props.preAuthPeriod] - Preauthorization reference effective period
4952
+ * @param {Reference} [props.patient] - The recipient of the products and services
4951
4953
  * @param {string} [props.payeeType] - Party to be paid any benefits payable. Accepts all values from http://hl7.org/fhir/ValueSet/payeetype
4952
- * @param {BackboneElement} [props.item] - Adjudication for claim line items
4953
- * @param {BackboneElement} [props.addItem] - Insurer added line items
4954
- * @param {any} [props.adjudication] - Header-level adjudication
4955
- * @param {BackboneElement} [props.total] - Adjudication totals
4956
4954
  * @param {BackboneElement} [props.payment] - Payment Details
4957
- * @param {string} [props.fundsReserve] - Funds reserved status. Accepts all values from http://hl7.org/fhir/ValueSet/fundsreserve
4958
- * @param {string} [props.formCode] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
4959
- * @param {Attachment} [props.form] - Printed reference or actual form
4955
+ * @param {Period} [props.preAuthPeriod] - Preauthorization reference effective period
4956
+ * @param {string} [props.preAuthRef] - Preauthorization reference
4960
4957
  * @param {BackboneElement} [props.processNote] - Note concerning adjudication
4961
- * @param {Reference} [props.communicationRequest] - Request for additional information
4962
- * @param {BackboneElement} [props.insurance] - Patient insurance information
4963
- * @param {BackboneElement} [props.error] - Processing errors
4958
+ * @param {Reference} [props.request] - Id of resource triggering adjudication
4959
+ * @param {Reference} [props.requestor] - Party responsible for the claim
4960
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
4961
+ * @param {string} [props.subType] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-subtype
4962
+ * @param {BackboneElement} [props.total] - Adjudication totals
4963
+ * @param {string} [props.type] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-type
4964
+ * @param {string} [props.use] - claim | preauthorization | predetermination. Accepts all values from http://hl7.org/fhir/ValueSet/claim-use|4.3.0
4964
4965
  */
4965
4966
  declare function claimResponse(type: "ClaimResponse", props: ClaimResponse_Props): any;
4966
4967
  declare function claimResponse(props: ClaimResponse_Props): any;
@@ -4969,26 +4970,26 @@ declare function claimResponse(props: ClaimResponse_Props): any;
4969
4970
  * @public
4970
4971
  * @function
4971
4972
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
4972
- * @param {Identifier} [props.identifier] - Business identifier
4973
- * @param {string} [props.status] - in-progress | completed | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/clinicalimpression-status|4.3.0
4974
- * @param {CodeableConcept} [props.statusReason] - Reason for current status
4973
+ * @param {Reference} [props.assessor] - The clinician performing the assessment
4975
4974
  * @param {CodeableConcept} [props.code] - Kind of assessment performed
4975
+ * @param {dateTime} [props.date] - When the assessment was documented
4976
4976
  * @param {string} [props.description] - Why/how the assessment was performed
4977
- * @param {Reference} [props.subject] - Patient or group assessed
4978
- * @param {Reference} [props.encounter] - Encounter created as part of
4979
4977
  * @param {dateTime|Period} [props.effective] - Time of assessment
4980
- * @param {dateTime} [props.date] - When the assessment was documented
4981
- * @param {Reference} [props.assessor] - The clinician performing the assessment
4978
+ * @param {Reference} [props.encounter] - Encounter created as part of
4979
+ * @param {BackboneElement} [props.finding] - Possible or likely findings and diagnoses
4980
+ * @param {Identifier} [props.identifier] - Business identifier
4981
+ * @param {BackboneElement} [props.investigation] - One or more sets of investigations (signs, symptoms, etc.)
4982
+ * @param {Annotation} [props.note] - Comments made about the ClinicalImpression
4982
4983
  * @param {Reference} [props.previous] - Reference to last assessment
4983
4984
  * @param {Reference} [props.problem] - Relevant impressions of patient state
4984
- * @param {BackboneElement} [props.investigation] - One or more sets of investigations (signs, symptoms, etc.)
4985
- * @param {string} [props.protocol] - Clinical Protocol followed
4986
- * @param {string} [props.summary] - Summary of the assessment
4987
- * @param {BackboneElement} [props.finding] - Possible or likely findings and diagnoses
4988
4985
  * @param {string} [props.prognosisCodeableConcept] - Estimate of likely outcome. Accepts all values from http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis
4989
4986
  * @param {Reference} [props.prognosisReference] - RiskAssessment expressing likely outcome
4987
+ * @param {string} [props.protocol] - Clinical Protocol followed
4988
+ * @param {string} [props.status] - in-progress | completed | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/clinicalimpression-status|4.3.0
4989
+ * @param {CodeableConcept} [props.statusReason] - Reason for current status
4990
+ * @param {Reference} [props.subject] - Patient or group assessed
4991
+ * @param {string} [props.summary] - Summary of the assessment
4990
4992
  * @param {Reference} [props.supportingInfo] - Information supporting the clinical impression
4991
- * @param {Annotation} [props.note] - Comments made about the ClinicalImpression
4992
4993
  */
4993
4994
  declare function clinicalImpression(type: "ClinicalImpression", props: ClinicalImpression_Props): any;
4994
4995
  declare function clinicalImpression(props: ClinicalImpression_Props): any;
@@ -4997,15 +4998,15 @@ declare function clinicalImpression(props: ClinicalImpression_Props): any;
4997
4998
  * @public
4998
4999
  * @function
4999
5000
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5000
- * @param {Identifier} [props.identifier] - Business identifier for this issue
5001
- * @param {string} [props.type] - indication | contraindication | interaction | undesirable-effect | warning. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-use-definition-type|4.3.0
5002
5001
  * @param {string} [props.category] - A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy", "Overdose". Accepts all values from http://hl7.org/fhir/ValueSet/clinical-use-definition-category
5003
- * @param {Reference} [props.subject] - The medication or procedure for which this is an indication
5004
- * @param {string} [props.status] - Whether this is a current issue or one that has been retired etc. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
5005
5002
  * @param {BackboneElement} [props.contraindication] - Specifics for when this is a contraindication
5003
+ * @param {Identifier} [props.identifier] - Business identifier for this issue
5006
5004
  * @param {BackboneElement} [props.indication] - Specifics for when this is an indication
5007
5005
  * @param {BackboneElement} [props.interaction] - Specifics for when this is an interaction
5008
5006
  * @param {Reference} [props.population] - The population group to which this applies
5007
+ * @param {string} [props.status] - Whether this is a current issue or one that has been retired etc. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
5008
+ * @param {Reference} [props.subject] - The medication or procedure for which this is an indication
5009
+ * @param {string} [props.type] - indication | contraindication | interaction | undesirable-effect | warning. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-use-definition-type|4.3.0
5009
5010
  * @param {BackboneElement} [props.undesirableEffect] - A possible negative outcome from the use of this treatment
5010
5011
  * @param {BackboneElement} [props.warning] - Critical environmental, health or physical risks or hazards. For example 'Do not operate heavy machinery', 'May cause drowsiness'
5011
5012
  */
@@ -5016,29 +5017,29 @@ declare function clinicalUseDefinition(props: ClinicalUseDefinition_Props): any;
5016
5017
  * @public
5017
5018
  * @function
5018
5019
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5020
+ * @param {Reference} [props.about] - Resources that pertain to this communication
5021
+ * @param {Reference} [props.basedOn] - Request fulfilled by this communication
5022
+ * @param {string} [props.category] - Message category. Accepts all values from http://hl7.org/fhir/ValueSet/communication-category
5023
+ * @param {Reference} [props.encounter] - Encounter created as part of
5019
5024
  * @param {Identifier} [props.identifier] - Unique identifier
5025
+ * @param {Reference} [props.inResponseTo] - Reply to
5020
5026
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
5021
5027
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
5022
- * @param {Reference} [props.basedOn] - Request fulfilled by this communication
5028
+ * @param {string} [props.medium] - A channel of communication. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ParticipationMode
5029
+ * @param {Annotation} [props.note] - Comments made about the communication
5023
5030
  * @param {Reference} [props.partOf] - Part of this action
5024
- * @param {Reference} [props.inResponseTo] - Reply to
5025
- * @param {string} [props.status] - preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/event-status|4.3.0
5026
- * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/communication-not-done-reason
5027
- * @param {string} [props.category] - Message category. Accepts all values from http://hl7.org/fhir/ValueSet/communication-category
5031
+ * @param {BackboneElement} [props.payload] - Message payload
5028
5032
  * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
5029
- * @param {string} [props.medium] - A channel of communication. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ParticipationMode
5030
- * @param {Reference} [props.subject] - Focus of message
5031
- * @param {string} [props.topic] - Description of the purpose/content. Accepts all values from http://hl7.org/fhir/ValueSet/communication-topic
5032
- * @param {Reference} [props.about] - Resources that pertain to this communication
5033
- * @param {Reference} [props.encounter] - Encounter created as part of
5034
- * @param {dateTime} [props.sent] - When sent
5033
+ * @param {string} [props.reasonCode] - Indication for message. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5034
+ * @param {Reference} [props.reasonReference] - Why was communication done?
5035
5035
  * @param {dateTime} [props.received] - When received
5036
5036
  * @param {Reference} [props.recipient] - Message recipient
5037
5037
  * @param {Reference} [props.sender] - Message sender
5038
- * @param {string} [props.reasonCode] - Indication for message. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5039
- * @param {Reference} [props.reasonReference] - Why was communication done?
5040
- * @param {BackboneElement} [props.payload] - Message payload
5041
- * @param {Annotation} [props.note] - Comments made about the communication
5038
+ * @param {dateTime} [props.sent] - When sent
5039
+ * @param {string} [props.status] - preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/event-status|4.3.0
5040
+ * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/communication-not-done-reason
5041
+ * @param {Reference} [props.subject] - Focus of message
5042
+ * @param {string} [props.topic] - Description of the purpose/content. Accepts all values from http://hl7.org/fhir/ValueSet/communication-topic
5042
5043
  */
5043
5044
  declare function communication(type: "Communication", props: Communication_Props): any;
5044
5045
  declare function communication(props: Communication_Props): any;
@@ -5047,28 +5048,28 @@ declare function communication(props: Communication_Props): any;
5047
5048
  * @public
5048
5049
  * @function
5049
5050
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5050
- * @param {Identifier} [props.identifier] - Unique identifier
5051
+ * @param {Reference} [props.about] - Resources that pertain to this communication request
5052
+ * @param {dateTime} [props.authoredOn] - When request transitioned to being actionable
5051
5053
  * @param {Reference} [props.basedOn] - Fulfills plan or proposal
5052
- * @param {Reference} [props.replaces] - Request(s) replaced by this request
5053
- * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
5054
- * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
5055
- * @param {CodeableConcept} [props.statusReason] - Reason for current status
5056
5054
  * @param {string} [props.category] - Message category. Accepts all values from http://hl7.org/fhir/ValueSet/communication-category
5057
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
5058
5055
  * @param {boolean} [props.doNotPerform] - True if request is prohibiting action
5059
- * @param {string} [props.medium] - A channel of communication. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ParticipationMode
5060
- * @param {Reference} [props.subject] - Focus of message
5061
- * @param {Reference} [props.about] - Resources that pertain to this communication request
5062
5056
  * @param {Reference} [props.encounter] - Encounter created as part of
5063
- * @param {BackboneElement} [props.payload] - Message payload
5057
+ * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
5058
+ * @param {Identifier} [props.identifier] - Unique identifier
5059
+ * @param {string} [props.medium] - A channel of communication. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ParticipationMode
5060
+ * @param {Annotation} [props.note] - Comments made about communication request
5064
5061
  * @param {dateTime|Period} [props.occurrence] - When scheduled
5065
- * @param {dateTime} [props.authoredOn] - When request transitioned to being actionable
5066
- * @param {Reference} [props.requester] - Who/what is requesting service
5067
- * @param {Reference} [props.recipient] - Message recipient
5068
- * @param {Reference} [props.sender] - Message sender
5062
+ * @param {BackboneElement} [props.payload] - Message payload
5063
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
5069
5064
  * @param {string} [props.reasonCode] - Why is communication needed?. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActReason
5070
5065
  * @param {Reference} [props.reasonReference] - Why is communication needed?
5071
- * @param {Annotation} [props.note] - Comments made about communication request
5066
+ * @param {Reference} [props.recipient] - Message recipient
5067
+ * @param {Reference} [props.replaces] - Request(s) replaced by this request
5068
+ * @param {Reference} [props.requester] - Who/what is requesting service
5069
+ * @param {Reference} [props.sender] - Message sender
5070
+ * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
5071
+ * @param {CodeableConcept} [props.statusReason] - Reason for current status
5072
+ * @param {Reference} [props.subject] - Focus of message
5072
5073
  */
5073
5074
  declare function communicationRequest(type: "CommunicationRequest", props: CommunicationRequest_Props): any;
5074
5075
  declare function communicationRequest(props: CommunicationRequest_Props): any;
@@ -5077,39 +5078,39 @@ declare function communicationRequest(props: CommunicationRequest_Props): any;
5077
5078
  * @public
5078
5079
  * @function
5079
5080
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5081
+ * @param {string} [props.alias] - Acronym or short name
5082
+ * @param {Period} [props.applies] - Effective time
5083
+ * @param {Reference} [props.author] - Source of Contract
5084
+ * @param {Reference} [props.authority] - Authority under which this Contract has standing
5085
+ * @param {BackboneElement} [props.contentDefinition] - Contract precursor content
5086
+ * @param {string} [props.contentDerivative] - Content derived from the basal information. Accepts all values from http://hl7.org/fhir/ValueSet/contract-content-derivative
5087
+ * @param {Reference} [props.domain] - A sphere of control governed by an authoritative jurisdiction, organization, or person
5088
+ * @param {string} [props.expirationType] - Contract cessation cause. Accepts all values from http://hl7.org/fhir/ValueSet/contract-expiration-type
5089
+ * @param {BackboneElement} [props.friendly] - Contract Friendly Language
5080
5090
  * @param {Identifier} [props.identifier] - Contract number
5081
- * @param {string} [props.url] - Basal definition
5082
- * @param {string} [props.version] - Business edition
5083
- * @param {string} [props.status] - amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated. Accepts all values from http://hl7.org/fhir/ValueSet/contract-status|4.3.0
5084
- * @param {string} [props.legalState] - Negotiation status. Accepts all values from http://hl7.org/fhir/ValueSet/contract-legalstate
5085
5091
  * @param {Reference} [props.instantiatesCanonical] - Source Contract Definition
5086
5092
  * @param {string} [props.instantiatesUri] - External Contract Definition
5087
- * @param {string} [props.contentDerivative] - Content derived from the basal information. Accepts all values from http://hl7.org/fhir/ValueSet/contract-content-derivative
5088
5093
  * @param {dateTime} [props.issued] - When this Contract was issued
5089
- * @param {Period} [props.applies] - Effective time
5090
- * @param {string} [props.expirationType] - Contract cessation cause. Accepts all values from http://hl7.org/fhir/ValueSet/contract-expiration-type
5091
- * @param {Reference} [props.subject] - Contract Target Entity
5092
- * @param {Reference} [props.authority] - Authority under which this Contract has standing
5093
- * @param {Reference} [props.domain] - A sphere of control governed by an authoritative jurisdiction, organization, or person
5094
- * @param {Reference} [props.site] - Specific Location
5094
+ * @param {BackboneElement} [props.legal] - Contract Legal Language
5095
+ * @param {string} [props.legalState] - Negotiation status. Accepts all values from http://hl7.org/fhir/ValueSet/contract-legalstate
5096
+ * @param {Attachment|Reference} [props.legallyBinding] - Binding Contract
5095
5097
  * @param {string} [props.name] - Computer friendly designation
5096
- * @param {string} [props.title] - Human Friendly name
5097
- * @param {string} [props.subtitle] - Subordinate Friendly name
5098
- * @param {string} [props.alias] - Acronym or short name
5099
- * @param {Reference} [props.author] - Source of Contract
5098
+ * @param {Reference} [props.relevantHistory] - Key event in Contract History
5099
+ * @param {BackboneElement} [props.rule] - Computable Contract Language
5100
5100
  * @param {string} [props.scope] - Range of Legal Concerns. Accepts all values from http://hl7.org/fhir/ValueSet/contract-scope
5101
- * @param {CodeableConcept|Reference} [props.topic] - Focus of contract interest
5102
- * @param {string} [props.type] - Legal instrument category. Accepts all values from http://hl7.org/fhir/ValueSet/contract-type
5101
+ * @param {BackboneElement} [props.signer] - Contract Signatory
5102
+ * @param {Reference} [props.site] - Specific Location
5103
+ * @param {string} [props.status] - amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated. Accepts all values from http://hl7.org/fhir/ValueSet/contract-status|4.3.0
5103
5104
  * @param {string} [props.subType] - Subtype within the context of type. Accepts all values from http://hl7.org/fhir/ValueSet/contract-subtype
5104
- * @param {BackboneElement} [props.contentDefinition] - Contract precursor content
5105
- * @param {BackboneElement} [props.term] - Contract Term List
5105
+ * @param {Reference} [props.subject] - Contract Target Entity
5106
+ * @param {string} [props.subtitle] - Subordinate Friendly name
5106
5107
  * @param {Reference} [props.supportingInfo] - Extra Information
5107
- * @param {Reference} [props.relevantHistory] - Key event in Contract History
5108
- * @param {BackboneElement} [props.signer] - Contract Signatory
5109
- * @param {BackboneElement} [props.friendly] - Contract Friendly Language
5110
- * @param {BackboneElement} [props.legal] - Contract Legal Language
5111
- * @param {BackboneElement} [props.rule] - Computable Contract Language
5112
- * @param {Attachment|Reference} [props.legallyBinding] - Binding Contract
5108
+ * @param {BackboneElement} [props.term] - Contract Term List
5109
+ * @param {string} [props.title] - Human Friendly name
5110
+ * @param {CodeableConcept|Reference} [props.topic] - Focus of contract interest
5111
+ * @param {string} [props.type] - Legal instrument category. Accepts all values from http://hl7.org/fhir/ValueSet/contract-type
5112
+ * @param {string} [props.url] - Basal definition
5113
+ * @param {string} [props.version] - Business edition
5113
5114
  */
5114
5115
  declare function contract(type: "Contract", props: Contract_Props): any;
5115
5116
  declare function contract(props: Contract_Props): any;
@@ -5118,23 +5119,23 @@ declare function contract(props: Contract_Props): any;
5118
5119
  * @public
5119
5120
  * @function
5120
5121
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5121
- * @param {Identifier} [props.identifier] - Business Identifier for the coverage
5122
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5123
- * @param {string} [props.type] - Coverage category such as medical or accident. Accepts all values from http://hl7.org/fhir/ValueSet/coverage-type
5124
- * @param {Reference} [props.policyHolder] - Owner of the policy
5125
- * @param {Reference} [props.subscriber] - Subscriber to the policy
5126
- * @param {string} [props.subscriberId] - ID assigned to the subscriber
5127
5122
  * @param {Reference} [props.beneficiary] - Plan beneficiary
5128
- * @param {string} [props.dependent] - Dependent number
5129
- * @param {string} [props.relationship] - Beneficiary relationship to the subscriber. Accepts all values from http://hl7.org/fhir/ValueSet/subscriber-relationship
5130
- * @param {Period} [props.period] - Coverage start and end dates
5131
- * @param {Reference} [props.payor] - Issuer of the policy
5132
5123
  * @param {BackboneElement} [props.class] - Additional coverage classifications
5133
- * @param {number} [props.order] - Relative order of the coverage
5134
- * @param {string} [props.network] - Insurer network
5124
+ * @param {Reference} [props.contract] - Contract details
5135
5125
  * @param {BackboneElement} [props.costToBeneficiary] - Patient payments for services/products
5126
+ * @param {string} [props.dependent] - Dependent number
5127
+ * @param {Identifier} [props.identifier] - Business Identifier for the coverage
5128
+ * @param {string} [props.network] - Insurer network
5129
+ * @param {number} [props.order] - Relative order of the coverage
5130
+ * @param {Reference} [props.payor] - Issuer of the policy
5131
+ * @param {Period} [props.period] - Coverage start and end dates
5132
+ * @param {Reference} [props.policyHolder] - Owner of the policy
5133
+ * @param {string} [props.relationship] - Beneficiary relationship to the subscriber. Accepts all values from http://hl7.org/fhir/ValueSet/subscriber-relationship
5134
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5136
5135
  * @param {boolean} [props.subrogation] - Reimbursement to insurer
5137
- * @param {Reference} [props.contract] - Contract details
5136
+ * @param {Reference} [props.subscriber] - Subscriber to the policy
5137
+ * @param {string} [props.subscriberId] - ID assigned to the subscriber
5138
+ * @param {string} [props.type] - Coverage category such as medical or accident. Accepts all values from http://hl7.org/fhir/ValueSet/coverage-type
5138
5139
  */
5139
5140
  declare function coverage(type: "Coverage", props: Coverage_Props): any;
5140
5141
  declare function coverage(props: Coverage_Props): any;
@@ -5143,20 +5144,20 @@ declare function coverage(props: Coverage_Props): any;
5143
5144
  * @public
5144
5145
  * @function
5145
5146
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5146
- * @param {Identifier} [props.identifier] - Business Identifier for coverage eligiblity request
5147
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5148
- * @param {string} [props.priority] - Desired processing priority. Accepts all values from http://hl7.org/fhir/ValueSet/process-priority
5149
- * @param {string} [props.purpose] - auth-requirements | benefits | discovery | validation. Accepts all values from http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose|4.3.0
5150
- * @param {Reference} [props.patient] - Intended recipient of products and services
5151
- * @param {date|Period} [props.serviced] - Estimated date or dates of service
5152
5147
  * @param {dateTime} [props.created] - Creation date
5153
5148
  * @param {Reference} [props.enterer] - Author
5154
- * @param {Reference} [props.provider] - Party responsible for the request
5155
- * @param {Reference} [props.insurer] - Coverage issuer
5156
5149
  * @param {Reference} [props.facility] - Servicing facility
5157
- * @param {BackboneElement} [props.supportingInfo] - Supporting information
5150
+ * @param {Identifier} [props.identifier] - Business Identifier for coverage eligiblity request
5158
5151
  * @param {BackboneElement} [props.insurance] - Patient insurance information
5152
+ * @param {Reference} [props.insurer] - Coverage issuer
5159
5153
  * @param {BackboneElement} [props.item] - Item to be evaluated for eligibiity
5154
+ * @param {Reference} [props.patient] - Intended recipient of products and services
5155
+ * @param {string} [props.priority] - Desired processing priority. Accepts all values from http://hl7.org/fhir/ValueSet/process-priority
5156
+ * @param {Reference} [props.provider] - Party responsible for the request
5157
+ * @param {string} [props.purpose] - auth-requirements | benefits | discovery | validation. Accepts all values from http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose|4.3.0
5158
+ * @param {date|Period} [props.serviced] - Estimated date or dates of service
5159
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5160
+ * @param {BackboneElement} [props.supportingInfo] - Supporting information
5160
5161
  */
5161
5162
  declare function coverageEligibilityRequest(type: "CoverageEligibilityRequest", props: CoverageEligibilityRequest_Props): any;
5162
5163
  declare function coverageEligibilityRequest(props: CoverageEligibilityRequest_Props): any;
@@ -5165,21 +5166,21 @@ declare function coverageEligibilityRequest(props: CoverageEligibilityRequest_Pr
5165
5166
  * @public
5166
5167
  * @function
5167
5168
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5168
- * @param {Identifier} [props.identifier] - Business Identifier for coverage eligiblity request
5169
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5170
- * @param {string} [props.purpose] - auth-requirements | benefits | discovery | validation. Accepts all values from http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose|4.3.0
5171
- * @param {Reference} [props.patient] - Intended recipient of products and services
5172
- * @param {date|Period} [props.serviced] - Estimated date or dates of service
5173
5169
  * @param {dateTime} [props.created] - Response creation date
5174
- * @param {Reference} [props.requestor] - Party responsible for the request
5175
- * @param {Reference} [props.request] - Eligibility request reference
5176
- * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
5177
5170
  * @param {string} [props.disposition] - Disposition Message
5178
- * @param {Reference} [props.insurer] - Coverage issuer
5171
+ * @param {BackboneElement} [props.error] - Processing errors
5172
+ * @param {string} [props.form] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
5173
+ * @param {Identifier} [props.identifier] - Business Identifier for coverage eligiblity request
5179
5174
  * @param {BackboneElement} [props.insurance] - Patient insurance information
5175
+ * @param {Reference} [props.insurer] - Coverage issuer
5176
+ * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
5177
+ * @param {Reference} [props.patient] - Intended recipient of products and services
5180
5178
  * @param {string} [props.preAuthRef] - Preauthorization reference
5181
- * @param {string} [props.form] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
5182
- * @param {BackboneElement} [props.error] - Processing errors
5179
+ * @param {string} [props.purpose] - auth-requirements | benefits | discovery | validation. Accepts all values from http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose|4.3.0
5180
+ * @param {Reference} [props.request] - Eligibility request reference
5181
+ * @param {Reference} [props.requestor] - Party responsible for the request
5182
+ * @param {date|Period} [props.serviced] - Estimated date or dates of service
5183
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5183
5184
  */
5184
5185
  declare function coverageEligibilityResponse(type: "CoverageEligibilityResponse", props: CoverageEligibilityResponse_Props): any;
5185
5186
  declare function coverageEligibilityResponse(props: CoverageEligibilityResponse_Props): any;
@@ -5188,18 +5189,18 @@ declare function coverageEligibilityResponse(props: CoverageEligibilityResponse_
5188
5189
  * @public
5189
5190
  * @function
5190
5191
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5191
- * @param {Identifier} [props.identifier] - Unique id for the detected issue
5192
- * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.3.0
5192
+ * @param {Reference} [props.author] - The provider or device that identified the issue
5193
5193
  * @param {string} [props.code] - Issue Category, e.g. drug-drug, duplicate therapy, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/detectedissue-category
5194
- * @param {string} [props.severity] - high | moderate | low. Accepts all values from http://hl7.org/fhir/ValueSet/detectedissue-severity|4.3.0
5195
- * @param {Reference} [props.patient] - Associated patient
5194
+ * @param {string} [props.detail] - Description and context
5195
+ * @param {BackboneElement} [props.evidence] - Supporting evidence
5196
5196
  * @param {dateTime|Period} [props.identified] - When identified
5197
- * @param {Reference} [props.author] - The provider or device that identified the issue
5197
+ * @param {Identifier} [props.identifier] - Unique id for the detected issue
5198
5198
  * @param {Reference} [props.implicated] - Problem resource
5199
- * @param {BackboneElement} [props.evidence] - Supporting evidence
5200
- * @param {string} [props.detail] - Description and context
5201
- * @param {string} [props.reference] - Authority for issue
5202
5199
  * @param {BackboneElement} [props.mitigation] - Step taken to address
5200
+ * @param {Reference} [props.patient] - Associated patient
5201
+ * @param {string} [props.reference] - Authority for issue
5202
+ * @param {string} [props.severity] - high | moderate | low. Accepts all values from http://hl7.org/fhir/ValueSet/detectedissue-severity|4.3.0
5203
+ * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.3.0
5203
5204
  */
5204
5205
  declare function detectedIssue(type: "DetectedIssue", props: DetectedIssue_Props): any;
5205
5206
  declare function detectedIssue(props: DetectedIssue_Props): any;
@@ -5208,32 +5209,32 @@ declare function detectedIssue(props: DetectedIssue_Props): any;
5208
5209
  * @public
5209
5210
  * @function
5210
5211
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5211
- * @param {Identifier} [props.identifier] - Instance identifier
5212
+ * @param {ContactPoint} [props.contact] - Details for human/organization for support
5212
5213
  * @param {Reference} [props.definition] - The reference to the definition for the device
5213
- * @param {BackboneElement} [props.udiCarrier] - Unique Device Identifier (UDI) Barcode string
5214
- * @param {string} [props.status] - active | inactive | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/device-status|4.3.0
5215
- * @param {string} [props.statusReason] - online | paused | standby | offline | not-ready | transduc-discon | hw-discon | off. Accepts all values from http://hl7.org/fhir/ValueSet/device-status-reason
5214
+ * @param {BackboneElement} [props.deviceName] - The name of the device as given by the manufacturer
5216
5215
  * @param {string} [props.distinctIdentifier] - The distinct identification string
5217
- * @param {string} [props.manufacturer] - Name of device manufacturer
5218
- * @param {dateTime} [props.manufactureDate] - Date when the device was made
5219
5216
  * @param {dateTime} [props.expirationDate] - Date and time of expiry of this device (if applicable)
5217
+ * @param {Identifier} [props.identifier] - Instance identifier
5218
+ * @param {Reference} [props.location] - Where the device is found
5220
5219
  * @param {string} [props.lotNumber] - Lot number of manufacture
5221
- * @param {string} [props.serialNumber] - Serial number assigned by the manufacturer
5222
- * @param {BackboneElement} [props.deviceName] - The name of the device as given by the manufacturer
5220
+ * @param {dateTime} [props.manufactureDate] - Date when the device was made
5221
+ * @param {string} [props.manufacturer] - Name of device manufacturer
5223
5222
  * @param {string} [props.modelNumber] - The manufacturer's model number for the device
5223
+ * @param {Annotation} [props.note] - Device notes and comments
5224
+ * @param {Reference} [props.owner] - Organization responsible for device
5225
+ * @param {Reference} [props.parent] - The device that this device is attached to or is part of
5224
5226
  * @param {string} [props.partNumber] - The part number or catalog number of the device
5225
- * @param {string} [props.type] - The kind or type of device. Accepts all values from http://hl7.org/fhir/ValueSet/device-type
5226
- * @param {BackboneElement} [props.specialization] - The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication
5227
- * @param {BackboneElement} [props.version] - The actual design of the device or software version running on the device
5228
- * @param {BackboneElement} [props.property] - The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties
5229
5227
  * @param {Reference} [props.patient] - Patient to whom Device is affixed
5230
- * @param {Reference} [props.owner] - Organization responsible for device
5231
- * @param {ContactPoint} [props.contact] - Details for human/organization for support
5232
- * @param {Reference} [props.location] - Where the device is found
5233
- * @param {string} [props.url] - Network address to contact device
5234
- * @param {Annotation} [props.note] - Device notes and comments
5228
+ * @param {BackboneElement} [props.property] - The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties
5235
5229
  * @param {CodeableConcept} [props.safety] - Safety Characteristics of Device
5236
- * @param {Reference} [props.parent] - The device that this device is attached to or is part of
5230
+ * @param {string} [props.serialNumber] - Serial number assigned by the manufacturer
5231
+ * @param {BackboneElement} [props.specialization] - The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication
5232
+ * @param {string} [props.status] - active | inactive | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/device-status|4.3.0
5233
+ * @param {string} [props.statusReason] - online | paused | standby | offline | not-ready | transduc-discon | hw-discon | off. Accepts all values from http://hl7.org/fhir/ValueSet/device-status-reason
5234
+ * @param {string} [props.type] - The kind or type of device. Accepts all values from http://hl7.org/fhir/ValueSet/device-type
5235
+ * @param {BackboneElement} [props.udiCarrier] - Unique Device Identifier (UDI) Barcode string
5236
+ * @param {string} [props.url] - Network address to contact device
5237
+ * @param {BackboneElement} [props.version] - The actual design of the device or software version running on the device
5237
5238
  */
5238
5239
  declare function device(type: "Device", props: Device_Props): any;
5239
5240
  declare function device(props: Device_Props): any;
@@ -5242,28 +5243,28 @@ declare function device(props: Device_Props): any;
5242
5243
  * @public
5243
5244
  * @function
5244
5245
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5246
+ * @param {BackboneElement} [props.capability] - Device capabilities
5247
+ * @param {ContactPoint} [props.contact] - Details for human/organization for support
5248
+ * @param {BackboneElement} [props.deviceName] - A name given to the device to identify it
5245
5249
  * @param {Identifier} [props.identifier] - Instance identifier
5246
- * @param {BackboneElement} [props.udiDeviceIdentifier] - Unique Device Identifier (UDI) Barcode string
5250
+ * @param {CodeableConcept} [props.languageCode] - Language code for the human-readable text strings produced by the device (all supported)
5247
5251
  * @param {string|Reference} [props.manufacturer] - Name of device manufacturer
5248
- * @param {BackboneElement} [props.deviceName] - A name given to the device to identify it
5252
+ * @param {BackboneElement} [props.material] - A substance used to create the material(s) of which the device is made
5249
5253
  * @param {string} [props.modelNumber] - The model number for the device
5250
- * @param {string} [props.type] - What kind of device or device system this is. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
5251
- * @param {BackboneElement} [props.specialization] - The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication
5252
- * @param {string} [props.version] - Available versions
5253
- * @param {string} [props.safety] - Safety characteristics of the device. Accepts all values from http://hl7.org/fhir/ValueSet/device-safety
5254
- * @param {ProductShelfLife} [props.shelfLifeStorage] - Shelf Life and storage information
5254
+ * @param {Annotation} [props.note] - Device notes and comments
5255
+ * @param {string} [props.onlineInformation] - Access to on-line information
5256
+ * @param {Reference} [props.owner] - Organization responsible for device
5257
+ * @param {Reference} [props.parentDevice] - The parent device it can be part of
5255
5258
  * @param {ProdCharacteristic} [props.physicalCharacteristics] - Dimensions, color etc.
5256
- * @param {CodeableConcept} [props.languageCode] - Language code for the human-readable text strings produced by the device (all supported)
5257
- * @param {BackboneElement} [props.capability] - Device capabilities
5258
5259
  * @param {BackboneElement} [props.property] - The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties
5259
- * @param {Reference} [props.owner] - Organization responsible for device
5260
- * @param {ContactPoint} [props.contact] - Details for human/organization for support
5261
- * @param {string} [props.url] - Network address to contact device
5262
- * @param {string} [props.onlineInformation] - Access to on-line information
5263
- * @param {Annotation} [props.note] - Device notes and comments
5264
5260
  * @param {Quantity} [props.quantity] - The quantity of the device present in the packaging (e.g. the number of devices present in a pack, or the number of devices in the same package of the medicinal product)
5265
- * @param {Reference} [props.parentDevice] - The parent device it can be part of
5266
- * @param {BackboneElement} [props.material] - A substance used to create the material(s) of which the device is made
5261
+ * @param {string} [props.safety] - Safety characteristics of the device. Accepts all values from http://hl7.org/fhir/ValueSet/device-safety
5262
+ * @param {ProductShelfLife} [props.shelfLifeStorage] - Shelf Life and storage information
5263
+ * @param {BackboneElement} [props.specialization] - The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication
5264
+ * @param {string} [props.type] - What kind of device or device system this is. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
5265
+ * @param {BackboneElement} [props.udiDeviceIdentifier] - Unique Device Identifier (UDI) Barcode string
5266
+ * @param {string} [props.url] - Network address to contact device
5267
+ * @param {string} [props.version] - Available versions
5267
5268
  */
5268
5269
  declare function deviceDefinition(type: "DeviceDefinition", props: DeviceDefinition_Props): any;
5269
5270
  declare function deviceDefinition(props: DeviceDefinition_Props): any;
@@ -5272,16 +5273,16 @@ declare function deviceDefinition(props: DeviceDefinition_Props): any;
5272
5273
  * @public
5273
5274
  * @function
5274
5275
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5276
+ * @param {BackboneElement} [props.calibration] - Describes the calibrations that have been performed or that are required to be performed
5277
+ * @param {string} [props.category] - measurement | setting | calculation | unspecified. Accepts all values from http://hl7.org/fhir/ValueSet/metric-category|4.3.0
5278
+ * @param {string} [props.color] - black | red | green | yellow | blue | magenta | cyan | white. Accepts all values from http://hl7.org/fhir/ValueSet/metric-color|4.3.0
5275
5279
  * @param {Identifier} [props.identifier] - Instance identifier
5280
+ * @param {Timing} [props.measurementPeriod] - Describes the measurement repetition time
5281
+ * @param {string} [props.operationalStatus] - on | off | standby | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/metric-operational-status|4.3.0
5282
+ * @param {Reference} [props.parent] - Describes the link to the parent Device
5283
+ * @param {Reference} [props.source] - Describes the link to the source Device
5276
5284
  * @param {string} [props.type] - Identity of metric, for example Heart Rate or PEEP Setting. Accepts all values from http://hl7.org/fhir/ValueSet/devicemetric-type
5277
5285
  * @param {string} [props.unit] - Unit of Measure for the Metric. Accepts all values from http://hl7.org/fhir/ValueSet/devicemetric-type
5278
- * @param {Reference} [props.source] - Describes the link to the source Device
5279
- * @param {Reference} [props.parent] - Describes the link to the parent Device
5280
- * @param {string} [props.operationalStatus] - on | off | standby | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/metric-operational-status|4.3.0
5281
- * @param {string} [props.color] - black | red | green | yellow | blue | magenta | cyan | white. Accepts all values from http://hl7.org/fhir/ValueSet/metric-color|4.3.0
5282
- * @param {string} [props.category] - measurement | setting | calculation | unspecified. Accepts all values from http://hl7.org/fhir/ValueSet/metric-category|4.3.0
5283
- * @param {Timing} [props.measurementPeriod] - Describes the measurement repetition time
5284
- * @param {BackboneElement} [props.calibration] - Describes the calibrations that have been performed or that are required to be performed
5285
5286
  */
5286
5287
  declare function deviceMetric(type: "DeviceMetric", props: DeviceMetric_Props): any;
5287
5288
  declare function deviceMetric(props: DeviceMetric_Props): any;
@@ -5290,30 +5291,30 @@ declare function deviceMetric(props: DeviceMetric_Props): any;
5290
5291
  * @public
5291
5292
  * @function
5292
5293
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5294
+ * @param {dateTime} [props.authoredOn] - When recorded
5295
+ * @param {Reference} [props.basedOn] - What request fulfills
5296
+ * @param {string} [props.code] - Device requested. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
5297
+ * @param {Reference} [props.encounter] - Encounter motivating request
5298
+ * @param {Identifier} [props.groupIdentifier] - Identifier of composite request
5293
5299
  * @param {Identifier} [props.identifier] - External Request identifier
5294
5300
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
5295
5301
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
5296
- * @param {Reference} [props.basedOn] - What request fulfills
5297
- * @param {Reference} [props.priorRequest] - What request replaces
5298
- * @param {Identifier} [props.groupIdentifier] - Identifier of composite request
5299
- * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
5302
+ * @param {Reference} [props.insurance] - Associated insurance coverage
5300
5303
  * @param {string} [props.intent] - proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/request-intent|4.3.0
5301
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
5302
- * @param {string} [props.code] - Device requested. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
5303
- * @param {BackboneElement} [props.parameter] - Device details
5304
- * @param {Reference} [props.subject] - Focus of request
5305
- * @param {Reference} [props.encounter] - Encounter motivating request
5304
+ * @param {Annotation} [props.note] - Notes or comments
5306
5305
  * @param {dateTime|Period|Timing} [props.occurrence] - Desired time or schedule for use
5307
- * @param {dateTime} [props.authoredOn] - When recorded
5308
- * @param {Reference} [props.requester] - Who/what is requesting diagnostics
5309
- * @param {string} [props.performerType] - Filler role. Accepts all values from http://hl7.org/fhir/ValueSet/participant-role
5306
+ * @param {BackboneElement} [props.parameter] - Device details
5310
5307
  * @param {Reference} [props.performer] - Requested Filler
5308
+ * @param {string} [props.performerType] - Filler role. Accepts all values from http://hl7.org/fhir/ValueSet/participant-role
5309
+ * @param {Reference} [props.priorRequest] - What request replaces
5310
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
5311
5311
  * @param {string} [props.reasonCode] - Coded Reason for request. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
5312
5312
  * @param {Reference} [props.reasonReference] - Linked Reason for request
5313
- * @param {Reference} [props.insurance] - Associated insurance coverage
5314
- * @param {Reference} [props.supportingInfo] - Additional clinical information
5315
- * @param {Annotation} [props.note] - Notes or comments
5316
5313
  * @param {Reference} [props.relevantHistory] - Request provenance
5314
+ * @param {Reference} [props.requester] - Who/what is requesting diagnostics
5315
+ * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
5316
+ * @param {Reference} [props.subject] - Focus of request
5317
+ * @param {Reference} [props.supportingInfo] - Additional clinical information
5317
5318
  */
5318
5319
  declare function deviceRequest(type: "DeviceRequest", props: DeviceRequest_Props): any;
5319
5320
  declare function deviceRequest(props: DeviceRequest_Props): any;
@@ -5322,19 +5323,19 @@ declare function deviceRequest(props: DeviceRequest_Props): any;
5322
5323
  * @public
5323
5324
  * @function
5324
5325
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5325
- * @param {Identifier} [props.identifier] - External identifier for this record
5326
5326
  * @param {Reference} [props.basedOn] - Fulfills plan, proposal or order
5327
- * @param {string} [props.status] - active | completed | entered-in-error +. Accepts all values from http://hl7.org/fhir/ValueSet/device-statement-status|4.3.0
5328
- * @param {Reference} [props.subject] - Patient using device
5327
+ * @param {string} [props.bodySite] - Target body site. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
5329
5328
  * @param {Reference} [props.derivedFrom] - Supporting information
5330
- * @param {Timing|Period|dateTime} [props.timing] - How often the device was used
5331
- * @param {dateTime} [props.recordedOn] - When statement was recorded
5332
- * @param {Reference} [props.source] - Who made the statement
5333
5329
  * @param {Reference} [props.device] - Reference to device used
5330
+ * @param {Identifier} [props.identifier] - External identifier for this record
5331
+ * @param {Annotation} [props.note] - Addition details (comments, instructions)
5334
5332
  * @param {CodeableConcept} [props.reasonCode] - Why device was used
5335
5333
  * @param {Reference} [props.reasonReference] - Why was DeviceUseStatement performed?
5336
- * @param {string} [props.bodySite] - Target body site. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
5337
- * @param {Annotation} [props.note] - Addition details (comments, instructions)
5334
+ * @param {dateTime} [props.recordedOn] - When statement was recorded
5335
+ * @param {Reference} [props.source] - Who made the statement
5336
+ * @param {string} [props.status] - active | completed | entered-in-error +. Accepts all values from http://hl7.org/fhir/ValueSet/device-statement-status|4.3.0
5337
+ * @param {Reference} [props.subject] - Patient using device
5338
+ * @param {Timing|Period|dateTime} [props.timing] - How often the device was used
5338
5339
  */
5339
5340
  declare function deviceUseStatement(type: "DeviceUseStatement", props: DeviceUseStatement_Props): any;
5340
5341
  declare function deviceUseStatement(props: DeviceUseStatement_Props): any;
@@ -5343,24 +5344,24 @@ declare function deviceUseStatement(props: DeviceUseStatement_Props): any;
5343
5344
  * @public
5344
5345
  * @function
5345
5346
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5346
- * @param {Identifier} [props.identifier] - Business identifier for report
5347
5347
  * @param {Reference} [props.basedOn] - What was requested
5348
- * @param {string} [props.status] - registered | partial | preliminary | final +. Accepts all values from http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.3.0
5349
5348
  * @param {string} [props.category] - Service category. Accepts all values from http://hl7.org/fhir/ValueSet/diagnostic-service-sections
5350
5349
  * @param {string} [props.code] - Name/Code for this diagnostic report. Accepts all values from http://hl7.org/fhir/ValueSet/report-codes
5351
- * @param {Reference} [props.subject] - The subject of the report - usually, but not always, the patient
5352
- * @param {Reference} [props.encounter] - Health care event when test ordered
5350
+ * @param {string} [props.conclusion] - Clinical conclusion (interpretation) of test results
5351
+ * @param {string} [props.conclusionCode] - Codes for the clinical conclusion of test results. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5353
5352
  * @param {dateTime|Period} [props.effective] - Clinically relevant time/time-period for report
5353
+ * @param {Reference} [props.encounter] - Health care event when test ordered
5354
+ * @param {Identifier} [props.identifier] - Business identifier for report
5355
+ * @param {Reference} [props.imagingStudy] - Reference to full details of imaging associated with the diagnostic report
5354
5356
  * @param {instant} [props.issued] - DateTime this version was made
5357
+ * @param {BackboneElement} [props.media] - Key images associated with this report
5355
5358
  * @param {Reference} [props.performer] - Responsible Diagnostic Service
5359
+ * @param {Attachment} [props.presentedForm] - Entire report as issued
5360
+ * @param {Reference} [props.result] - Observations
5356
5361
  * @param {Reference} [props.resultsInterpreter] - Primary result interpreter
5357
5362
  * @param {Reference} [props.specimen] - Specimens this report is based on
5358
- * @param {Reference} [props.result] - Observations
5359
- * @param {Reference} [props.imagingStudy] - Reference to full details of imaging associated with the diagnostic report
5360
- * @param {BackboneElement} [props.media] - Key images associated with this report
5361
- * @param {string} [props.conclusion] - Clinical conclusion (interpretation) of test results
5362
- * @param {string} [props.conclusionCode] - Codes for the clinical conclusion of test results. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5363
- * @param {Attachment} [props.presentedForm] - Entire report as issued
5363
+ * @param {string} [props.status] - registered | partial | preliminary | final +. Accepts all values from http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.3.0
5364
+ * @param {Reference} [props.subject] - The subject of the report - usually, but not always, the patient
5364
5365
  */
5365
5366
  declare function diagnosticReport(type: "DiagnosticReport", props: DiagnosticReport_Props): any;
5366
5367
  declare function diagnosticReport(props: DiagnosticReport_Props): any;
@@ -5378,29 +5379,29 @@ declare function domainResource(props: DomainResource_Props): any;
5378
5379
  * @public
5379
5380
  * @function
5380
5381
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5381
- * @param {Identifier} [props.identifier] - Identifier(s) by which this encounter is known
5382
- * @param {string} [props.status] - planned | arrived | triaged | in-progress | onleave | finished | cancelled +. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-status|4.3.0
5383
- * @param {BackboneElement} [props.statusHistory] - List of past encounter statuses
5382
+ * @param {Reference} [props.account] - The set of accounts that may be used for billing for this Encounter
5383
+ * @param {Reference} [props.appointment] - The appointment that scheduled this encounter
5384
+ * @param {Reference} [props.basedOn] - The ServiceRequest that initiated this encounter
5384
5385
  * @param {string} [props.class] - Classification of patient encounter. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActEncounterCode
5385
5386
  * @param {BackboneElement} [props.classHistory] - List of past encounter classes
5386
- * @param {string} [props.type] - Specific type of encounter. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-type
5387
- * @param {string} [props.serviceType] - Specific type of service. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
5388
- * @param {string} [props.priority] - Indicates the urgency of the encounter. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActPriority
5389
- * @param {Reference} [props.subject] - The patient or group present at the encounter
5387
+ * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this encounter
5390
5388
  * @param {Reference} [props.episodeOfCare] - Episode(s) of care that this encounter should be recorded against
5391
- * @param {Reference} [props.basedOn] - The ServiceRequest that initiated this encounter
5389
+ * @param {BackboneElement} [props.hospitalization] - Details about the admission to a healthcare service
5390
+ * @param {Identifier} [props.identifier] - Identifier(s) by which this encounter is known
5391
+ * @param {Duration} [props.length] - Quantity of time the encounter lasted (less time absent)
5392
+ * @param {BackboneElement} [props.location] - List of locations where the patient has been
5393
+ * @param {Reference} [props.partOf] - Another Encounter this encounter is part of
5392
5394
  * @param {BackboneElement} [props.participant] - List of participants involved in the encounter
5393
- * @param {Reference} [props.appointment] - The appointment that scheduled this encounter
5394
5395
  * @param {Period} [props.period] - The start and end time of the encounter
5395
- * @param {Duration} [props.length] - Quantity of time the encounter lasted (less time absent)
5396
+ * @param {string} [props.priority] - Indicates the urgency of the encounter. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActPriority
5396
5397
  * @param {string} [props.reasonCode] - Coded reason the encounter takes place. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-reason
5397
5398
  * @param {Reference} [props.reasonReference] - Reason the encounter takes place (reference)
5398
- * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this encounter
5399
- * @param {Reference} [props.account] - The set of accounts that may be used for billing for this Encounter
5400
- * @param {BackboneElement} [props.hospitalization] - Details about the admission to a healthcare service
5401
- * @param {BackboneElement} [props.location] - List of locations where the patient has been
5402
5399
  * @param {Reference} [props.serviceProvider] - The organization (facility) responsible for this encounter
5403
- * @param {Reference} [props.partOf] - Another Encounter this encounter is part of
5400
+ * @param {string} [props.serviceType] - Specific type of service. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
5401
+ * @param {string} [props.status] - planned | arrived | triaged | in-progress | onleave | finished | cancelled +. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-status|4.3.0
5402
+ * @param {BackboneElement} [props.statusHistory] - List of past encounter statuses
5403
+ * @param {Reference} [props.subject] - The patient or group present at the encounter
5404
+ * @param {string} [props.type] - Specific type of encounter. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-type
5404
5405
  */
5405
5406
  declare function encounter(type: "Encounter", props: Encounter_Props): any;
5406
5407
  declare function encounter(props: Encounter_Props): any;
@@ -5409,13 +5410,13 @@ declare function encounter(props: Encounter_Props): any;
5409
5410
  * @public
5410
5411
  * @function
5411
5412
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5412
- * @param {Identifier} [props.identifier] - Business Identifier
5413
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5413
+ * @param {Reference} [props.candidate] - The subject to be enrolled
5414
+ * @param {Reference} [props.coverage] - Insurance information
5414
5415
  * @param {dateTime} [props.created] - Creation date
5416
+ * @param {Identifier} [props.identifier] - Business Identifier
5415
5417
  * @param {Reference} [props.insurer] - Target
5416
5418
  * @param {Reference} [props.provider] - Responsible practitioner
5417
- * @param {Reference} [props.candidate] - The subject to be enrolled
5418
- * @param {Reference} [props.coverage] - Insurance information
5419
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5419
5420
  */
5420
5421
  declare function enrollmentRequest(type: "EnrollmentRequest", props: EnrollmentRequest_Props): any;
5421
5422
  declare function enrollmentRequest(props: EnrollmentRequest_Props): any;
@@ -5424,14 +5425,14 @@ declare function enrollmentRequest(props: EnrollmentRequest_Props): any;
5424
5425
  * @public
5425
5426
  * @function
5426
5427
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5427
- * @param {Identifier} [props.identifier] - Business Identifier
5428
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5429
- * @param {Reference} [props.request] - Claim reference
5430
- * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
5431
- * @param {string} [props.disposition] - Disposition Message
5432
5428
  * @param {dateTime} [props.created] - Creation date
5429
+ * @param {string} [props.disposition] - Disposition Message
5430
+ * @param {Identifier} [props.identifier] - Business Identifier
5433
5431
  * @param {Reference} [props.organization] - Insurer
5432
+ * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
5433
+ * @param {Reference} [props.request] - Claim reference
5434
5434
  * @param {Reference} [props.requestProvider] - Responsible practitioner
5435
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
5435
5436
  */
5436
5437
  declare function enrollmentResponse(type: "EnrollmentResponse", props: EnrollmentResponse_Props): any;
5437
5438
  declare function enrollmentResponse(props: EnrollmentResponse_Props): any;
@@ -5440,18 +5441,18 @@ declare function enrollmentResponse(props: EnrollmentResponse_Props): any;
5440
5441
  * @public
5441
5442
  * @function
5442
5443
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5443
- * @param {Identifier} [props.identifier] - Business Identifier(s) relevant for this EpisodeOfCare
5444
- * @param {string} [props.status] - planned | waitlist | active | onhold | finished | cancelled | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/episode-of-care-status|4.3.0
5445
- * @param {BackboneElement} [props.statusHistory] - Past list of status codes (the current status may be included to cover the start date of the status)
5446
- * @param {string} [props.type] - Type/class - e.g. specialist referral, disease management. Accepts all values from http://hl7.org/fhir/ValueSet/episodeofcare-type
5444
+ * @param {Reference} [props.account] - The set of accounts that may be used for billing for this EpisodeOfCare
5445
+ * @param {Reference} [props.careManager] - Care manager/care coordinator for the patient
5447
5446
  * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this episode of care
5448
- * @param {Reference} [props.patient] - The patient who is the focus of this episode of care
5447
+ * @param {Identifier} [props.identifier] - Business Identifier(s) relevant for this EpisodeOfCare
5449
5448
  * @param {Reference} [props.managingOrganization] - Organization that assumes care
5449
+ * @param {Reference} [props.patient] - The patient who is the focus of this episode of care
5450
5450
  * @param {Period} [props.period] - Interval during responsibility is assumed
5451
5451
  * @param {Reference} [props.referralRequest] - Originating Referral Request(s)
5452
- * @param {Reference} [props.careManager] - Care manager/care coordinator for the patient
5452
+ * @param {string} [props.status] - planned | waitlist | active | onhold | finished | cancelled | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/episode-of-care-status|4.3.0
5453
+ * @param {BackboneElement} [props.statusHistory] - Past list of status codes (the current status may be included to cover the start date of the status)
5453
5454
  * @param {Reference} [props.team] - Other practitioners facilitating this episode of care
5454
- * @param {Reference} [props.account] - The set of accounts that may be used for billing for this EpisodeOfCare
5455
+ * @param {string} [props.type] - Type/class - e.g. specialist referral, disease management. Accepts all values from http://hl7.org/fhir/ValueSet/episodeofcare-type
5455
5456
  */
5456
5457
  declare function episodeOfCare(type: "EpisodeOfCare", props: EpisodeOfCare_Props): any;
5457
5458
  declare function episodeOfCare(props: EpisodeOfCare_Props): any;
@@ -5460,34 +5461,34 @@ declare function episodeOfCare(props: EpisodeOfCare_Props): any;
5460
5461
  * @public
5461
5462
  * @function
5462
5463
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5463
- * @param {string} [props.url] - Canonical identifier for this event definition, represented as a URI (globally unique)
5464
- * @param {Identifier} [props.identifier] - Additional identifier for the event definition
5465
- * @param {string} [props.version] - Business version of the event definition
5466
- * @param {string} [props.name] - Name for this event definition (computer friendly)
5467
- * @param {string} [props.title] - Name for this event definition (human friendly)
5468
- * @param {string} [props.subtitle] - Subordinate title of the event definition
5469
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5470
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
5471
- * @param {string} [props.subject] - Type of individual the event definition is focused on. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
5472
- * @param {dateTime} [props.date] - Date last changed
5473
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5474
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
5475
- * @param {markdown} [props.description] - Natural language description of the event definition
5476
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5477
- * @param {string} [props.jurisdiction] - Intended jurisdiction for event definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
5478
- * @param {markdown} [props.purpose] - Why this event definition is defined
5479
- * @param {string} [props.usage] - Describes the clinical usage of the event definition
5480
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
5481
5464
  * @param {date} [props.approvalDate] - When the event definition was approved by publisher
5482
- * @param {date} [props.lastReviewDate] - When the event definition was last reviewed
5483
- * @param {Period} [props.effectivePeriod] - When the event definition is expected to be used
5484
- * @param {string} [props.topic] - E.g. Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
5485
5465
  * @param {ContactDetail} [props.author] - Who authored the content
5466
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
5467
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
5468
+ * @param {dateTime} [props.date] - Date last changed
5469
+ * @param {markdown} [props.description] - Natural language description of the event definition
5486
5470
  * @param {ContactDetail} [props.editor] - Who edited the content
5487
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5471
+ * @param {Period} [props.effectivePeriod] - When the event definition is expected to be used
5488
5472
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
5473
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
5474
+ * @param {Identifier} [props.identifier] - Additional identifier for the event definition
5475
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for event definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
5476
+ * @param {date} [props.lastReviewDate] - When the event definition was last reviewed
5477
+ * @param {string} [props.name] - Name for this event definition (computer friendly)
5478
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5479
+ * @param {markdown} [props.purpose] - Why this event definition is defined
5489
5480
  * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
5481
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5482
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5483
+ * @param {string} [props.subject] - Type of individual the event definition is focused on. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
5484
+ * @param {string} [props.subtitle] - Subordinate title of the event definition
5485
+ * @param {string} [props.title] - Name for this event definition (human friendly)
5486
+ * @param {string} [props.topic] - E.g. Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
5490
5487
  * @param {TriggerDefinition} [props.trigger] - "when" the event occurs (multiple = 'or')
5488
+ * @param {string} [props.url] - Canonical identifier for this event definition, represented as a URI (globally unique)
5489
+ * @param {string} [props.usage] - Describes the clinical usage of the event definition
5490
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5491
+ * @param {string} [props.version] - Business version of the event definition
5491
5492
  */
5492
5493
  declare function eventDefinition(type: "EventDefinition", props: EventDefinition_Props): any;
5493
5494
  declare function eventDefinition(props: EventDefinition_Props): any;
@@ -5496,31 +5497,31 @@ declare function eventDefinition(props: EventDefinition_Props): any;
5496
5497
  * @public
5497
5498
  * @function
5498
5499
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5499
- * @param {string} [props.url] - Canonical identifier for this evidence, represented as a globally unique URI
5500
- * @param {Identifier} [props.identifier] - Additional identifier for the summary
5501
- * @param {string} [props.version] - Business version of this summary
5502
- * @param {string} [props.title] - Name for this summary (human friendly)
5503
- * @param {Reference|markdown} [props.citeAs] - Citation for this evidence
5504
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5505
- * @param {dateTime} [props.date] - Date last changed
5506
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5507
5500
  * @param {date} [props.approvalDate] - When the summary was approved by publisher
5508
- * @param {date} [props.lastReviewDate] - When the summary was last reviewed
5509
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5510
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
5501
+ * @param {markdown} [props.assertion] - Declarative description of the Evidence
5511
5502
  * @param {ContactDetail} [props.author] - Who authored the content
5503
+ * @param {BackboneElement} [props.certainty] - Certainty or quality of the evidence
5504
+ * @param {Reference|markdown} [props.citeAs] - Citation for this evidence
5505
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
5506
+ * @param {dateTime} [props.date] - Date last changed
5507
+ * @param {markdown} [props.description] - Description of the particular summary
5512
5508
  * @param {ContactDetail} [props.editor] - Who edited the content
5513
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5514
5509
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
5515
- * @param {RelatedArtifact} [props.relatedArtifact] - Link or citation to artifact associated with the summary
5516
- * @param {markdown} [props.description] - Description of the particular summary
5517
- * @param {markdown} [props.assertion] - Declarative description of the Evidence
5510
+ * @param {Identifier} [props.identifier] - Additional identifier for the summary
5511
+ * @param {date} [props.lastReviewDate] - When the summary was last reviewed
5518
5512
  * @param {Annotation} [props.note] - Footnotes and/or explanatory notes
5519
- * @param {BackboneElement} [props.variableDefinition] - Evidence variable such as population, exposure, or outcome
5520
- * @param {string} [props.synthesisType] - The method to combine studies. Accepts all values from http://hl7.org/fhir/ValueSet/synthesis-type
5521
- * @param {string} [props.studyType] - The type of study that produced this evidence. Accepts all values from http://hl7.org/fhir/ValueSet/study-type
5513
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5514
+ * @param {RelatedArtifact} [props.relatedArtifact] - Link or citation to artifact associated with the summary
5515
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5522
5516
  * @param {BackboneElement} [props.statistic] - Values and parameters for a single statistic
5523
- * @param {BackboneElement} [props.certainty] - Certainty or quality of the evidence
5517
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5518
+ * @param {string} [props.studyType] - The type of study that produced this evidence. Accepts all values from http://hl7.org/fhir/ValueSet/study-type
5519
+ * @param {string} [props.synthesisType] - The method to combine studies. Accepts all values from http://hl7.org/fhir/ValueSet/synthesis-type
5520
+ * @param {string} [props.title] - Name for this summary (human friendly)
5521
+ * @param {string} [props.url] - Canonical identifier for this evidence, represented as a globally unique URI
5522
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5523
+ * @param {BackboneElement} [props.variableDefinition] - Evidence variable such as population, exposure, or outcome
5524
+ * @param {string} [props.version] - Business version of this summary
5524
5525
  */
5525
5526
  declare function evidence(type: "Evidence", props: Evidence_Props): any;
5526
5527
  declare function evidence(props: Evidence_Props): any;
@@ -5529,24 +5530,24 @@ declare function evidence(props: Evidence_Props): any;
5529
5530
  * @public
5530
5531
  * @function
5531
5532
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5532
- * @param {string} [props.url] - Canonical identifier for this EvidenceReport, represented as a globally unique URI
5533
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5534
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5535
- * @param {Identifier} [props.identifier] - Unique identifier for the evidence report
5536
- * @param {Identifier} [props.relatedIdentifier] - Identifiers for articles that may relate to more than one evidence report
5533
+ * @param {ContactDetail} [props.author] - Who authored the content
5537
5534
  * @param {Reference|markdown} [props.citeAs] - Citation for this report
5538
- * @param {string} [props.type] - Kind of report. Accepts all values from http://hl7.org/fhir/ValueSet/evidence-report-type
5539
- * @param {Annotation} [props.note] - Used for footnotes and annotations
5540
- * @param {RelatedArtifact} [props.relatedArtifact] - Link, description or reference to artifact associated with the report
5541
- * @param {BackboneElement} [props.subject] - Focus of the report
5542
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5543
5535
  * @param {ContactDetail} [props.contact] - Contact details for the publisher
5544
- * @param {ContactDetail} [props.author] - Who authored the content
5545
5536
  * @param {ContactDetail} [props.editor] - Who edited the content
5546
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5547
5537
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
5538
+ * @param {Identifier} [props.identifier] - Unique identifier for the evidence report
5539
+ * @param {Annotation} [props.note] - Used for footnotes and annotations
5540
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5541
+ * @param {RelatedArtifact} [props.relatedArtifact] - Link, description or reference to artifact associated with the report
5542
+ * @param {Identifier} [props.relatedIdentifier] - Identifiers for articles that may relate to more than one evidence report
5548
5543
  * @param {BackboneElement} [props.relatesTo] - Relationships to other compositions/documents
5544
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5549
5545
  * @param {BackboneElement} [props.section] - Composition is broken into sections
5546
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5547
+ * @param {BackboneElement} [props.subject] - Focus of the report
5548
+ * @param {string} [props.type] - Kind of report. Accepts all values from http://hl7.org/fhir/ValueSet/evidence-report-type
5549
+ * @param {string} [props.url] - Canonical identifier for this EvidenceReport, represented as a globally unique URI
5550
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5550
5551
  */
5551
5552
  declare function evidenceReport(type: "EvidenceReport", props: EvidenceReport_Props): any;
5552
5553
  declare function evidenceReport(props: EvidenceReport_Props): any;
@@ -5555,30 +5556,30 @@ declare function evidenceReport(props: EvidenceReport_Props): any;
5555
5556
  * @public
5556
5557
  * @function
5557
5558
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5558
- * @param {string} [props.url] - Canonical identifier for this evidence variable, represented as a URI (globally unique)
5559
- * @param {Identifier} [props.identifier] - Additional identifier for the evidence variable
5560
- * @param {string} [props.version] - Business version of the evidence variable
5561
- * @param {string} [props.name] - Name for this evidence variable (computer friendly)
5562
- * @param {string} [props.title] - Name for this evidence variable (human friendly)
5563
- * @param {string} [props.shortTitle] - Title for use in informal contexts
5564
- * @param {string} [props.subtitle] - Subordinate title of the EvidenceVariable
5565
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5559
+ * @param {boolean} [props.actual] - Actual or conceptual
5560
+ * @param {ContactDetail} [props.author] - Who authored the content
5561
+ * @param {BackboneElement} [props.category] - A grouping for ordinal or polychotomous variables
5562
+ * @param {BackboneElement} [props.characteristic] - What defines the members of the evidence element
5563
+ * @param {string} [props.characteristicCombination] - intersection | union. Accepts all values from http://hl7.org/fhir/ValueSet/characteristic-combination|4.3.0
5564
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
5566
5565
  * @param {dateTime} [props.date] - Date last changed
5567
5566
  * @param {markdown} [props.description] - Natural language description of the evidence variable
5568
- * @param {Annotation} [props.note] - Used for footnotes or explanatory notes
5569
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5570
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5571
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
5572
- * @param {ContactDetail} [props.author] - Who authored the content
5573
5567
  * @param {ContactDetail} [props.editor] - Who edited the content
5574
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5575
5568
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
5576
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
5577
- * @param {boolean} [props.actual] - Actual or conceptual
5578
- * @param {string} [props.characteristicCombination] - intersection | union. Accepts all values from http://hl7.org/fhir/ValueSet/characteristic-combination|4.3.0
5579
- * @param {BackboneElement} [props.characteristic] - What defines the members of the evidence element
5580
5569
  * @param {string} [props.handling] - continuous | dichotomous | ordinal | polychotomous. Accepts all values from http://hl7.org/fhir/ValueSet/variable-handling|4.3.0
5581
- * @param {BackboneElement} [props.category] - A grouping for ordinal or polychotomous variables
5570
+ * @param {Identifier} [props.identifier] - Additional identifier for the evidence variable
5571
+ * @param {string} [props.name] - Name for this evidence variable (computer friendly)
5572
+ * @param {Annotation} [props.note] - Used for footnotes or explanatory notes
5573
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5574
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
5575
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5576
+ * @param {string} [props.shortTitle] - Title for use in informal contexts
5577
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5578
+ * @param {string} [props.subtitle] - Subordinate title of the EvidenceVariable
5579
+ * @param {string} [props.title] - Name for this evidence variable (human friendly)
5580
+ * @param {string} [props.url] - Canonical identifier for this evidence variable, represented as a URI (globally unique)
5581
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5582
+ * @param {string} [props.version] - Business version of the evidence variable
5582
5583
  */
5583
5584
  declare function evidenceVariable(type: "EvidenceVariable", props: EvidenceVariable_Props): any;
5584
5585
  declare function evidenceVariable(props: EvidenceVariable_Props): any;
@@ -5587,49 +5588,49 @@ declare function evidenceVariable(props: EvidenceVariable_Props): any;
5587
5588
  * @public
5588
5589
  * @function
5589
5590
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5590
- * @param {Identifier} [props.identifier] - Business Identifier for the resource
5591
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/explanationofbenefit-status|4.3.0
5592
- * @param {string} [props.type] - Category or discipline. Accepts all values from http://hl7.org/fhir/ValueSet/claim-type
5593
- * @param {string} [props.subType] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-subtype
5594
- * @param {string} [props.use] - claim | preauthorization | predetermination. Accepts all values from http://hl7.org/fhir/ValueSet/claim-use|4.3.0
5595
- * @param {Reference} [props.patient] - The recipient of the products and services
5591
+ * @param {BackboneElement} [props.accident] - Details of the event
5592
+ * @param {BackboneElement} [props.addItem] - Insurer added line items
5593
+ * @param {any} [props.adjudication] - Header-level adjudication
5594
+ * @param {BackboneElement} [props.benefitBalance] - Balance by Benefit Category
5595
+ * @param {Period} [props.benefitPeriod] - When the benefits are applicable
5596
5596
  * @param {Period} [props.billablePeriod] - Relevant time frame for the claim
5597
+ * @param {BackboneElement} [props.careTeam] - Care Team members
5598
+ * @param {Reference} [props.claim] - Claim reference
5599
+ * @param {Reference} [props.claimResponse] - Claim response reference
5597
5600
  * @param {dateTime} [props.created] - Response creation date
5601
+ * @param {BackboneElement} [props.diagnosis] - Pertinent diagnosis information
5602
+ * @param {string} [props.disposition] - Disposition Message
5598
5603
  * @param {Reference} [props.enterer] - Author of the claim
5599
- * @param {Reference} [props.insurer] - Party responsible for reimbursement
5600
- * @param {Reference} [props.provider] - Party responsible for the claim
5601
- * @param {string} [props.priority] - Desired processing urgency. Accepts all values from http://hl7.org/fhir/ValueSet/process-priority
5602
- * @param {string} [props.fundsReserveRequested] - For whom to reserve funds. Accepts all values from http://hl7.org/fhir/ValueSet/fundsreserve
5604
+ * @param {Reference} [props.facility] - Servicing Facility
5605
+ * @param {Attachment} [props.form] - Printed reference or actual form
5606
+ * @param {string} [props.formCode] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
5603
5607
  * @param {string} [props.fundsReserve] - Funds reserved status. Accepts all values from http://hl7.org/fhir/ValueSet/fundsreserve
5604
- * @param {BackboneElement} [props.related] - Prior or corollary claims
5605
- * @param {Reference} [props.prescription] - Prescription authorizing services or products
5608
+ * @param {string} [props.fundsReserveRequested] - For whom to reserve funds. Accepts all values from http://hl7.org/fhir/ValueSet/fundsreserve
5609
+ * @param {Identifier} [props.identifier] - Business Identifier for the resource
5610
+ * @param {BackboneElement} [props.insurance] - Patient insurance information
5611
+ * @param {Reference} [props.insurer] - Party responsible for reimbursement
5612
+ * @param {BackboneElement} [props.item] - Product or service provided
5606
5613
  * @param {Reference} [props.originalPrescription] - Original prescription if superceded by fulfiller
5607
- * @param {BackboneElement} [props.payee] - Recipient of benefits payable
5608
- * @param {Reference} [props.referral] - Treatment Referral
5609
- * @param {Reference} [props.facility] - Servicing Facility
5610
- * @param {Reference} [props.claim] - Claim reference
5611
- * @param {Reference} [props.claimResponse] - Claim response reference
5612
5614
  * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
5613
- * @param {string} [props.disposition] - Disposition Message
5615
+ * @param {Reference} [props.patient] - The recipient of the products and services
5616
+ * @param {BackboneElement} [props.payee] - Recipient of benefits payable
5617
+ * @param {BackboneElement} [props.payment] - Payment Details
5614
5618
  * @param {string} [props.preAuthRef] - Preauthorization reference
5615
5619
  * @param {Period} [props.preAuthRefPeriod] - Preauthorization in-effect period
5616
- * @param {BackboneElement} [props.careTeam] - Care Team members
5617
- * @param {BackboneElement} [props.supportingInfo] - Supporting information
5618
- * @param {BackboneElement} [props.diagnosis] - Pertinent diagnosis information
5619
- * @param {BackboneElement} [props.procedure] - Clinical procedures performed
5620
5620
  * @param {number} [props.precedence] - Precedence (primary, secondary, etc.)
5621
- * @param {BackboneElement} [props.insurance] - Patient insurance information
5622
- * @param {BackboneElement} [props.accident] - Details of the event
5623
- * @param {BackboneElement} [props.item] - Product or service provided
5624
- * @param {BackboneElement} [props.addItem] - Insurer added line items
5625
- * @param {any} [props.adjudication] - Header-level adjudication
5626
- * @param {BackboneElement} [props.total] - Adjudication totals
5627
- * @param {BackboneElement} [props.payment] - Payment Details
5628
- * @param {string} [props.formCode] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
5629
- * @param {Attachment} [props.form] - Printed reference or actual form
5621
+ * @param {Reference} [props.prescription] - Prescription authorizing services or products
5622
+ * @param {string} [props.priority] - Desired processing urgency. Accepts all values from http://hl7.org/fhir/ValueSet/process-priority
5623
+ * @param {BackboneElement} [props.procedure] - Clinical procedures performed
5630
5624
  * @param {BackboneElement} [props.processNote] - Note concerning adjudication
5631
- * @param {Period} [props.benefitPeriod] - When the benefits are applicable
5632
- * @param {BackboneElement} [props.benefitBalance] - Balance by Benefit Category
5625
+ * @param {Reference} [props.provider] - Party responsible for the claim
5626
+ * @param {Reference} [props.referral] - Treatment Referral
5627
+ * @param {BackboneElement} [props.related] - Prior or corollary claims
5628
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/explanationofbenefit-status|4.3.0
5629
+ * @param {string} [props.subType] - More granular claim type. Accepts all values from http://hl7.org/fhir/ValueSet/claim-subtype
5630
+ * @param {BackboneElement} [props.supportingInfo] - Supporting information
5631
+ * @param {BackboneElement} [props.total] - Adjudication totals
5632
+ * @param {string} [props.type] - Category or discipline. Accepts all values from http://hl7.org/fhir/ValueSet/claim-type
5633
+ * @param {string} [props.use] - claim | preauthorization | predetermination. Accepts all values from http://hl7.org/fhir/ValueSet/claim-use|4.3.0
5633
5634
  */
5634
5635
  declare function explanationOfBenefit(type: "ExplanationOfBenefit", props: ExplanationOfBenefit_Props): any;
5635
5636
  declare function explanationOfBenefit(props: ExplanationOfBenefit_Props): any;
@@ -5638,24 +5639,24 @@ declare function explanationOfBenefit(props: ExplanationOfBenefit_Props): any;
5638
5639
  * @public
5639
5640
  * @function
5640
5641
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5642
+ * @param {Age|Range|string} [props.age] - (approximate) age
5643
+ * @param {Period|date|string} [props.born] - (approximate) date of birth
5644
+ * @param {BackboneElement} [props.condition] - Condition that the related person had
5645
+ * @param {string} [props.dataAbsentReason] - subject-unknown | withheld | unable-to-obtain | deferred. Accepts all values from http://hl7.org/fhir/ValueSet/history-absent-reason
5646
+ * @param {dateTime} [props.date] - When history was recorded or last updated
5647
+ * @param {boolean|Age|Range|date|string} [props.deceased] - Dead? How old/when?
5648
+ * @param {boolean} [props.estimatedAge] - Age is estimated?
5641
5649
  * @param {Identifier} [props.identifier] - External Id(s) for this record
5642
5650
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
5643
5651
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
5644
- * @param {string} [props.status] - partial | completed | entered-in-error | health-unknown. Accepts all values from http://hl7.org/fhir/ValueSet/history-status|4.3.0
5645
- * @param {string} [props.dataAbsentReason] - subject-unknown | withheld | unable-to-obtain | deferred. Accepts all values from http://hl7.org/fhir/ValueSet/history-absent-reason
5646
- * @param {Reference} [props.patient] - Patient history is about
5647
- * @param {dateTime} [props.date] - When history was recorded or last updated
5648
5652
  * @param {string} [props.name] - The family member described
5649
- * @param {string} [props.relationship] - Relationship to the subject. Accepts all values from http://terminology.hl7.org/ValueSet/v3-FamilyMember
5650
- * @param {string} [props.sex] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender
5651
- * @param {Period|date|string} [props.born] - (approximate) date of birth
5652
- * @param {Age|Range|string} [props.age] - (approximate) age
5653
- * @param {boolean} [props.estimatedAge] - Age is estimated?
5654
- * @param {boolean|Age|Range|date|string} [props.deceased] - Dead? How old/when?
5653
+ * @param {Annotation} [props.note] - General note about related person
5654
+ * @param {Reference} [props.patient] - Patient history is about
5655
5655
  * @param {string} [props.reasonCode] - Why was family member history performed?. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5656
5656
  * @param {Reference} [props.reasonReference] - Why was family member history performed?
5657
- * @param {Annotation} [props.note] - General note about related person
5658
- * @param {BackboneElement} [props.condition] - Condition that the related person had
5657
+ * @param {string} [props.relationship] - Relationship to the subject. Accepts all values from http://terminology.hl7.org/ValueSet/v3-FamilyMember
5658
+ * @param {string} [props.sex] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender
5659
+ * @param {string} [props.status] - partial | completed | entered-in-error | health-unknown. Accepts all values from http://hl7.org/fhir/ValueSet/history-status|4.3.0
5659
5660
  */
5660
5661
  declare function familyMemberHistory(type: "FamilyMemberHistory", props: FamilyMemberHistory_Props): any;
5661
5662
  declare function familyMemberHistory(props: FamilyMemberHistory_Props): any;
@@ -5664,14 +5665,14 @@ declare function familyMemberHistory(props: FamilyMemberHistory_Props): any;
5664
5665
  * @public
5665
5666
  * @function
5666
5667
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5667
- * @param {Identifier} [props.identifier] - Business identifier
5668
- * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/flag-status|4.3.0
5668
+ * @param {Reference} [props.author] - Flag creator
5669
5669
  * @param {string} [props.category] - Clinical, administrative, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/flag-category
5670
5670
  * @param {string} [props.code] - Coded or textual message to display to user. Accepts all values from http://hl7.org/fhir/ValueSet/flag-code
5671
- * @param {Reference} [props.subject] - Who/What is flag about?
5672
- * @param {Period} [props.period] - Time period when flag is active
5673
5671
  * @param {Reference} [props.encounter] - Alert relevant during encounter
5674
- * @param {Reference} [props.author] - Flag creator
5672
+ * @param {Identifier} [props.identifier] - Business identifier
5673
+ * @param {Period} [props.period] - Time period when flag is active
5674
+ * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/flag-status|4.3.0
5675
+ * @param {Reference} [props.subject] - Who/What is flag about?
5675
5676
  */
5676
5677
  declare function flag(type: "Flag", props: Flag_Props): any;
5677
5678
  declare function flag(props: Flag_Props): any;
@@ -5680,22 +5681,22 @@ declare function flag(props: Flag_Props): any;
5680
5681
  * @public
5681
5682
  * @function
5682
5683
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5683
- * @param {Identifier} [props.identifier] - External Ids for this goal
5684
- * @param {string} [props.lifecycleStatus] - proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected. Accepts all values from http://hl7.org/fhir/ValueSet/goal-status|4.3.0
5685
5684
  * @param {string} [props.achievementStatus] - in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable. Accepts all values from http://hl7.org/fhir/ValueSet/goal-achievement
5685
+ * @param {Reference} [props.addresses] - Issues addressed by this goal
5686
5686
  * @param {string} [props.category] - E.g. Treatment, dietary, behavioral, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/goal-category
5687
- * @param {string} [props.priority] - high-priority | medium-priority | low-priority. Accepts all values from http://hl7.org/fhir/ValueSet/goal-priority
5688
5687
  * @param {string} [props.description] - Code or text describing goal. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5689
- * @param {Reference} [props.subject] - Who this goal is intended for
5690
- * @param {string} [props.start] - When goal pursuit begins. Accepts all values from http://hl7.org/fhir/ValueSet/goal-start-event
5691
- * @param {BackboneElement} [props.target] - Target outcome for the goal
5692
- * @param {date} [props.statusDate] - When goal status took effect
5693
- * @param {string} [props.statusReason] - Reason for current status
5694
5688
  * @param {Reference} [props.expressedBy] - Who's responsible for creating Goal?
5695
- * @param {Reference} [props.addresses] - Issues addressed by this goal
5689
+ * @param {Identifier} [props.identifier] - External Ids for this goal
5690
+ * @param {string} [props.lifecycleStatus] - proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected. Accepts all values from http://hl7.org/fhir/ValueSet/goal-status|4.3.0
5696
5691
  * @param {Annotation} [props.note] - Comments about the goal
5697
5692
  * @param {string} [props.outcomeCode] - What result was achieved regarding the goal?. Accepts all values from http://hl7.org/fhir/ValueSet/clinical-findings
5698
5693
  * @param {Reference} [props.outcomeReference] - Observation that resulted from goal
5694
+ * @param {string} [props.priority] - high-priority | medium-priority | low-priority. Accepts all values from http://hl7.org/fhir/ValueSet/goal-priority
5695
+ * @param {string} [props.start] - When goal pursuit begins. Accepts all values from http://hl7.org/fhir/ValueSet/goal-start-event
5696
+ * @param {date} [props.statusDate] - When goal status took effect
5697
+ * @param {string} [props.statusReason] - Reason for current status
5698
+ * @param {Reference} [props.subject] - Who this goal is intended for
5699
+ * @param {BackboneElement} [props.target] - Target outcome for the goal
5699
5700
  */
5700
5701
  declare function goal(type: "Goal", props: Goal_Props): any;
5701
5702
  declare function goal(props: Goal_Props): any;
@@ -5704,16 +5705,16 @@ declare function goal(props: Goal_Props): any;
5704
5705
  * @public
5705
5706
  * @function
5706
5707
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5707
- * @param {Identifier} [props.identifier] - Unique id
5708
5708
  * @param {boolean} [props.active] - Whether this group's record is in active use
5709
- * @param {string} [props.type] - person | animal | practitioner | device | medication | substance. Accepts all values from http://hl7.org/fhir/ValueSet/group-type|4.3.0
5710
5709
  * @param {boolean} [props.actual] - Descriptive or actual
5710
+ * @param {BackboneElement} [props.characteristic] - Include / Exclude group members by Trait
5711
5711
  * @param {CodeableConcept} [props.code] - Kind of Group members
5712
- * @param {string} [props.name] - Label for Group
5713
- * @param {unsignedInt} [props.quantity] - Number of members
5712
+ * @param {Identifier} [props.identifier] - Unique id
5714
5713
  * @param {Reference} [props.managingEntity] - Entity that is the custodian of the Group's definition
5715
- * @param {BackboneElement} [props.characteristic] - Include / Exclude group members by Trait
5716
5714
  * @param {BackboneElement} [props.member] - Who or what is in group
5715
+ * @param {string} [props.name] - Label for Group
5716
+ * @param {unsignedInt} [props.quantity] - Number of members
5717
+ * @param {string} [props.type] - person | animal | practitioner | device | medication | substance. Accepts all values from http://hl7.org/fhir/ValueSet/group-type|4.3.0
5717
5718
  */
5718
5719
  declare function group(type: "Group", props: Group_Props): any;
5719
5720
  declare function group(props: Group_Props): any;
@@ -5722,21 +5723,21 @@ declare function group(props: Group_Props): any;
5722
5723
  * @public
5723
5724
  * @function
5724
5725
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5725
- * @param {Identifier} [props.requestIdentifier] - The identifier of the request associated with this response, if any
5726
+ * @param {DataRequirement} [props.dataRequirement] - Additional required data
5727
+ * @param {Reference} [props.encounter] - Encounter during which the response was returned
5728
+ * @param {Reference} [props.evaluationMessage] - Messages resulting from the evaluation of the artifact or artifacts
5726
5729
  * @param {Identifier} [props.identifier] - Business identifier
5727
5730
  * @param {string|canonical|CodeableConcept} [props.module] - What guidance was requested
5728
- * @param {string} [props.status] - success | data-requested | data-required | in-progress | failure | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/guidance-response-status|4.3.0
5729
- * @param {Reference} [props.subject] - Patient the request was performed for
5730
- * @param {Reference} [props.encounter] - Encounter during which the response was returned
5731
+ * @param {Annotation} [props.note] - Additional notes about the response
5731
5732
  * @param {dateTime} [props.occurrenceDateTime] - When the guidance response was processed
5733
+ * @param {Reference} [props.outputParameters] - The output parameters of the evaluation, if any
5732
5734
  * @param {Reference} [props.performer] - Device returning the guidance
5733
5735
  * @param {CodeableConcept} [props.reasonCode] - Why guidance is needed
5734
5736
  * @param {Reference} [props.reasonReference] - Why guidance is needed
5735
- * @param {Annotation} [props.note] - Additional notes about the response
5736
- * @param {Reference} [props.evaluationMessage] - Messages resulting from the evaluation of the artifact or artifacts
5737
- * @param {Reference} [props.outputParameters] - The output parameters of the evaluation, if any
5737
+ * @param {Identifier} [props.requestIdentifier] - The identifier of the request associated with this response, if any
5738
5738
  * @param {Reference} [props.result] - Proposed actions, if any
5739
- * @param {DataRequirement} [props.dataRequirement] - Additional required data
5739
+ * @param {string} [props.status] - success | data-requested | data-required | in-progress | failure | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/guidance-response-status|4.3.0
5740
+ * @param {Reference} [props.subject] - Patient the request was performed for
5740
5741
  */
5741
5742
  declare function guidanceResponse(type: "GuidanceResponse", props: GuidanceResponse_Props): any;
5742
5743
  declare function guidanceResponse(props: GuidanceResponse_Props): any;
@@ -5745,30 +5746,30 @@ declare function guidanceResponse(props: GuidanceResponse_Props): any;
5745
5746
  * @public
5746
5747
  * @function
5747
5748
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5748
- * @param {Identifier} [props.identifier] - External identifiers for this item
5749
5749
  * @param {boolean} [props.active] - Whether this HealthcareService record is in active use
5750
- * @param {Reference} [props.providedBy] - Organization that provides this service
5750
+ * @param {boolean} [props.appointmentRequired] - If an appointment is required for access to this service
5751
+ * @param {string} [props.availabilityExceptions] - Description of availability exceptions
5752
+ * @param {BackboneElement} [props.availableTime] - Times the Service Site is available
5751
5753
  * @param {string} [props.category] - Broad category of service being performed or delivered. Accepts all values from http://hl7.org/fhir/ValueSet/service-category
5752
- * @param {string} [props.type] - Type of service that may be delivered or performed. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
5753
- * @param {string} [props.specialty] - Specialties handled by the HealthcareService. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
5754
- * @param {Reference} [props.location] - Location(s) where service may be provided
5755
- * @param {string} [props.name] - Description of service as presented to a consumer while searching
5754
+ * @param {CodeableConcept} [props.characteristic] - Collection of characteristics (attributes)
5756
5755
  * @param {string} [props.comment] - Additional description and/or any specific issues not covered elsewhere
5757
- * @param {markdown} [props.extraDetails] - Extra details about the service that can't be placed in the other fields
5758
- * @param {Attachment} [props.photo] - Facilitates quick identification of the service
5759
- * @param {ContactPoint} [props.telecom] - Contacts related to the healthcare service
5756
+ * @param {string} [props.communication] - The language that this service is offered in. Accepts all values from http://hl7.org/fhir/ValueSet/languages
5760
5757
  * @param {Reference} [props.coverageArea] - Location(s) service is intended for/available to
5761
- * @param {string} [props.serviceProvisionCode] - Conditions under which service is available/offered. Accepts all values from http://hl7.org/fhir/ValueSet/service-provision-conditions
5762
5758
  * @param {BackboneElement} [props.eligibility] - Specific eligibility requirements required to use the service
5759
+ * @param {Reference} [props.endpoint] - Technical endpoints providing access to electronic services operated for the healthcare service
5760
+ * @param {markdown} [props.extraDetails] - Extra details about the service that can't be placed in the other fields
5761
+ * @param {Identifier} [props.identifier] - External identifiers for this item
5762
+ * @param {Reference} [props.location] - Location(s) where service may be provided
5763
+ * @param {string} [props.name] - Description of service as presented to a consumer while searching
5764
+ * @param {BackboneElement} [props.notAvailable] - Not available during this time due to provided reason
5765
+ * @param {Attachment} [props.photo] - Facilitates quick identification of the service
5763
5766
  * @param {string} [props.program] - Programs that this service is applicable to. Accepts all values from http://hl7.org/fhir/ValueSet/program
5764
- * @param {CodeableConcept} [props.characteristic] - Collection of characteristics (attributes)
5765
- * @param {string} [props.communication] - The language that this service is offered in. Accepts all values from http://hl7.org/fhir/ValueSet/languages
5767
+ * @param {Reference} [props.providedBy] - Organization that provides this service
5766
5768
  * @param {string} [props.referralMethod] - Ways that the service accepts referrals. Accepts all values from http://hl7.org/fhir/ValueSet/service-referral-method
5767
- * @param {boolean} [props.appointmentRequired] - If an appointment is required for access to this service
5768
- * @param {BackboneElement} [props.availableTime] - Times the Service Site is available
5769
- * @param {BackboneElement} [props.notAvailable] - Not available during this time due to provided reason
5770
- * @param {string} [props.availabilityExceptions] - Description of availability exceptions
5771
- * @param {Reference} [props.endpoint] - Technical endpoints providing access to electronic services operated for the healthcare service
5769
+ * @param {string} [props.serviceProvisionCode] - Conditions under which service is available/offered. Accepts all values from http://hl7.org/fhir/ValueSet/service-provision-conditions
5770
+ * @param {string} [props.specialty] - Specialties handled by the HealthcareService. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
5771
+ * @param {ContactPoint} [props.telecom] - Contacts related to the healthcare service
5772
+ * @param {string} [props.type] - Type of service that may be delivered or performed. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
5772
5773
  */
5773
5774
  declare function healthcareService(type: "HealthcareService", props: HealthcareService_Props): any;
5774
5775
  declare function healthcareService(props: HealthcareService_Props): any;
@@ -5777,26 +5778,26 @@ declare function healthcareService(props: HealthcareService_Props): any;
5777
5778
  * @public
5778
5779
  * @function
5779
5780
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5780
- * @param {Identifier} [props.identifier] - Identifiers for the whole study
5781
- * @param {string} [props.status] - registered | available | cancelled | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/imagingstudy-status|4.3.0
5782
- * @param {string} [props.modality] - All series modality if actual acquisition modalities. Accepts all values from http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
5783
- * @param {Reference} [props.subject] - Who or what is the subject of the study
5784
- * @param {Reference} [props.encounter] - Encounter with which this imaging study is associated
5785
- * @param {dateTime} [props.started] - When the study was started
5786
5781
  * @param {Reference} [props.basedOn] - Request fulfilled
5787
- * @param {Reference} [props.referrer] - Referring physician
5788
- * @param {Reference} [props.interpreter] - Who interpreted images
5782
+ * @param {string} [props.description] - Institution-generated description
5783
+ * @param {Reference} [props.encounter] - Encounter with which this imaging study is associated
5789
5784
  * @param {Reference} [props.endpoint] - Study access endpoint
5790
- * @param {unsignedInt} [props.numberOfSeries] - Number of Study Related Series
5785
+ * @param {Identifier} [props.identifier] - Identifiers for the whole study
5786
+ * @param {Reference} [props.interpreter] - Who interpreted images
5787
+ * @param {Reference} [props.location] - Where ImagingStudy occurred
5788
+ * @param {string} [props.modality] - All series modality if actual acquisition modalities. Accepts all values from http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
5789
+ * @param {Annotation} [props.note] - User-defined comments
5791
5790
  * @param {unsignedInt} [props.numberOfInstances] - Number of Study Related Instances
5792
- * @param {Reference} [props.procedureReference] - The performed Procedure reference
5791
+ * @param {unsignedInt} [props.numberOfSeries] - Number of Study Related Series
5793
5792
  * @param {string} [props.procedureCode] - The performed procedure code. Accepts all values from http://www.rsna.org/RadLex_Playbook.aspx
5794
- * @param {Reference} [props.location] - Where ImagingStudy occurred
5793
+ * @param {Reference} [props.procedureReference] - The performed Procedure reference
5795
5794
  * @param {string} [props.reasonCode] - Why the study was requested. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
5796
5795
  * @param {Reference} [props.reasonReference] - Why was study performed
5797
- * @param {Annotation} [props.note] - User-defined comments
5798
- * @param {string} [props.description] - Institution-generated description
5796
+ * @param {Reference} [props.referrer] - Referring physician
5799
5797
  * @param {BackboneElement} [props.series] - Each study has one or more series of instances
5798
+ * @param {dateTime} [props.started] - When the study was started
5799
+ * @param {string} [props.status] - registered | available | cancelled | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/imagingstudy-status|4.3.0
5800
+ * @param {Reference} [props.subject] - Who or what is the subject of the study
5800
5801
  */
5801
5802
  declare function imagingStudy(type: "ImagingStudy", props: ImagingStudy_Props): any;
5802
5803
  declare function imagingStudy(props: ImagingStudy_Props): any;
@@ -5805,34 +5806,34 @@ declare function imagingStudy(props: ImagingStudy_Props): any;
5805
5806
  * @public
5806
5807
  * @function
5807
5808
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5808
- * @param {Identifier} [props.identifier] - Business identifier
5809
- * @param {string} [props.status] - completed | entered-in-error | not-done. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-status|4.3.0
5810
- * @param {string} [props.statusReason] - Reason not done. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-status-reason
5811
- * @param {string} [props.vaccineCode] - Vaccine product administered. Accepts all values from http://hl7.org/fhir/ValueSet/vaccine-code
5812
- * @param {Reference} [props.patient] - Who was immunized
5809
+ * @param {Quantity} [props.doseQuantity] - Amount of vaccine administered
5810
+ * @param {BackboneElement} [props.education] - Educational material presented to patient
5813
5811
  * @param {Reference} [props.encounter] - Encounter immunization was part of
5814
- * @param {dateTime|string} [props.occurrence] - Vaccine administration date
5815
- * @param {dateTime} [props.recorded] - When the immunization was first captured in the subject's record
5816
- * @param {boolean} [props.primarySource] - Indicates context the data was recorded in
5817
- * @param {string} [props.reportOrigin] - Indicates the source of a secondarily reported record. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-origin
5812
+ * @param {date} [props.expirationDate] - Vaccine expiration date
5813
+ * @param {string} [props.fundingSource] - Funding source for the vaccine. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-funding-source
5814
+ * @param {Identifier} [props.identifier] - Business identifier
5815
+ * @param {boolean} [props.isSubpotent] - Dose potency
5818
5816
  * @param {Reference} [props.location] - Where immunization occurred
5819
- * @param {Reference} [props.manufacturer] - Vaccine manufacturer
5820
5817
  * @param {string} [props.lotNumber] - Vaccine lot number
5821
- * @param {date} [props.expirationDate] - Vaccine expiration date
5822
- * @param {string} [props.site] - Body site vaccine was administered. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-site
5823
- * @param {string} [props.route] - How vaccine entered body. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-route
5824
- * @param {Quantity} [props.doseQuantity] - Amount of vaccine administered
5825
- * @param {BackboneElement} [props.performer] - Who performed event
5818
+ * @param {Reference} [props.manufacturer] - Vaccine manufacturer
5826
5819
  * @param {Annotation} [props.note] - Additional immunization notes
5820
+ * @param {dateTime|string} [props.occurrence] - Vaccine administration date
5821
+ * @param {Reference} [props.patient] - Who was immunized
5822
+ * @param {BackboneElement} [props.performer] - Who performed event
5823
+ * @param {boolean} [props.primarySource] - Indicates context the data was recorded in
5824
+ * @param {string} [props.programEligibility] - Patient eligibility for a vaccination program. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-program-eligibility
5825
+ * @param {BackboneElement} [props.protocolApplied] - Protocol followed by the provider
5826
+ * @param {BackboneElement} [props.reaction] - Details of a reaction that follows immunization
5827
5827
  * @param {string} [props.reasonCode] - Why immunization occurred. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-reason
5828
5828
  * @param {Reference} [props.reasonReference] - Why immunization occurred
5829
- * @param {boolean} [props.isSubpotent] - Dose potency
5829
+ * @param {dateTime} [props.recorded] - When the immunization was first captured in the subject's record
5830
+ * @param {string} [props.reportOrigin] - Indicates the source of a secondarily reported record. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-origin
5831
+ * @param {string} [props.route] - How vaccine entered body. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-route
5832
+ * @param {string} [props.site] - Body site vaccine was administered. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-site
5833
+ * @param {string} [props.status] - completed | entered-in-error | not-done. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-status|4.3.0
5834
+ * @param {string} [props.statusReason] - Reason not done. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-status-reason
5830
5835
  * @param {string} [props.subpotentReason] - Reason for being subpotent. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-subpotent-reason
5831
- * @param {BackboneElement} [props.education] - Educational material presented to patient
5832
- * @param {string} [props.programEligibility] - Patient eligibility for a vaccination program. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-program-eligibility
5833
- * @param {string} [props.fundingSource] - Funding source for the vaccine. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-funding-source
5834
- * @param {BackboneElement} [props.reaction] - Details of a reaction that follows immunization
5835
- * @param {BackboneElement} [props.protocolApplied] - Protocol followed by the provider
5836
+ * @param {string} [props.vaccineCode] - Vaccine product administered. Accepts all values from http://hl7.org/fhir/ValueSet/vaccine-code
5836
5837
  */
5837
5838
  declare function immunization(type: "Immunization", props: Immunization_Props): any;
5838
5839
  declare function immunization(props: Immunization_Props): any;
@@ -5841,19 +5842,19 @@ declare function immunization(props: Immunization_Props): any;
5841
5842
  * @public
5842
5843
  * @function
5843
5844
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5844
- * @param {Identifier} [props.identifier] - Business identifier
5845
- * @param {string} [props.status] - completed | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-evaluation-status|4.3.0
5846
- * @param {Reference} [props.patient] - Who this evaluation is for
5847
- * @param {dateTime} [props.date] - Date evaluation was performed
5848
5845
  * @param {Reference} [props.authority] - Who is responsible for publishing the recommendations
5849
- * @param {string} [props.targetDisease] - Evaluation target disease. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-evaluation-target-disease
5850
- * @param {Reference} [props.immunizationEvent] - Immunization being evaluated
5846
+ * @param {dateTime} [props.date] - Date evaluation was performed
5847
+ * @param {string} [props.description] - Evaluation notes
5848
+ * @param {number|string} [props.doseNumber] - Dose number within series
5851
5849
  * @param {string} [props.doseStatus] - Status of the dose relative to published recommendations. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status
5852
5850
  * @param {string} [props.doseStatusReason] - Reason for the dose status. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason
5853
- * @param {string} [props.description] - Evaluation notes
5851
+ * @param {Identifier} [props.identifier] - Business identifier
5852
+ * @param {Reference} [props.immunizationEvent] - Immunization being evaluated
5853
+ * @param {Reference} [props.patient] - Who this evaluation is for
5854
5854
  * @param {string} [props.series] - Name of vaccine series
5855
- * @param {number|string} [props.doseNumber] - Dose number within series
5856
5855
  * @param {number|string} [props.seriesDoses] - Recommended number of doses for immunity
5856
+ * @param {string} [props.status] - completed | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-evaluation-status|4.3.0
5857
+ * @param {string} [props.targetDisease] - Evaluation target disease. Accepts all values from http://hl7.org/fhir/ValueSet/immunization-evaluation-target-disease
5857
5858
  */
5858
5859
  declare function immunizationEvaluation(type: "ImmunizationEvaluation", props: ImmunizationEvaluation_Props): any;
5859
5860
  declare function immunizationEvaluation(props: ImmunizationEvaluation_Props): any;
@@ -5862,10 +5863,10 @@ declare function immunizationEvaluation(props: ImmunizationEvaluation_Props): an
5862
5863
  * @public
5863
5864
  * @function
5864
5865
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5866
+ * @param {Reference} [props.authority] - Who is responsible for protocol
5867
+ * @param {dateTime} [props.date] - Date recommendation(s) created
5865
5868
  * @param {Identifier} [props.identifier] - Business identifier
5866
5869
  * @param {Reference} [props.patient] - Who this profile is for
5867
- * @param {dateTime} [props.date] - Date recommendation(s) created
5868
- * @param {Reference} [props.authority] - Who is responsible for protocol
5869
5870
  * @param {BackboneElement} [props.recommendation] - Vaccine administration recommendations
5870
5871
  */
5871
5872
  declare function immunizationRecommendation(type: "ImmunizationRecommendation", props: ImmunizationRecommendation_Props): any;
@@ -5875,13 +5876,13 @@ declare function immunizationRecommendation(props: ImmunizationRecommendation_Pr
5875
5876
  * @public
5876
5877
  * @function
5877
5878
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5878
- * @param {Identifier} [props.identifier] - An identifier or code by which the ingredient can be referenced
5879
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5879
+ * @param {boolean} [props.allergenicIndicator] - If the ingredient is a known or suspected allergen
5880
5880
  * @param {Reference} [props.for] - The product which this ingredient is a constituent part of
5881
- * @param {string} [props.role] - Purpose of the ingredient within the product, e.g. active, inactive. Accepts all values from http://hl7.org/fhir/ValueSet/ingredient-role
5882
5881
  * @param {string} [props.function] - Precise action within the drug product, e.g. antioxidant, alkalizing agent. Accepts all values from http://hl7.org/fhir/ValueSet/ingredient-function
5883
- * @param {boolean} [props.allergenicIndicator] - If the ingredient is a known or suspected allergen
5882
+ * @param {Identifier} [props.identifier] - An identifier or code by which the ingredient can be referenced
5884
5883
  * @param {BackboneElement} [props.manufacturer] - An organization that manufactures this ingredient
5884
+ * @param {string} [props.role] - Purpose of the ingredient within the product, e.g. active, inactive. Accepts all values from http://hl7.org/fhir/ValueSet/ingredient-role
5885
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5885
5886
  * @param {BackboneElement} [props.substance] - The substance that comprises this ingredient
5886
5887
  */
5887
5888
  declare function ingredient(type: "Ingredient", props: Ingredient_Props): any;
@@ -5891,20 +5892,20 @@ declare function ingredient(props: Ingredient_Props): any;
5891
5892
  * @public
5892
5893
  * @function
5893
5894
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5894
- * @param {Identifier} [props.identifier] - Business Identifier for Product
5895
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5896
- * @param {string} [props.type] - Kind of product. Accepts all values from http://hl7.org/fhir/ValueSet/insuranceplan-type
5897
- * @param {string} [props.name] - Official name
5898
- * @param {string} [props.alias] - Alternate names
5899
- * @param {Period} [props.period] - When the product is available
5900
- * @param {Reference} [props.ownedBy] - Plan issuer
5901
5895
  * @param {Reference} [props.administeredBy] - Product administrator
5902
- * @param {Reference} [props.coverageArea] - Where product applies
5896
+ * @param {string} [props.alias] - Alternate names
5903
5897
  * @param {BackboneElement} [props.contact] - Contact for the product
5898
+ * @param {BackboneElement} [props.coverage] - Coverage details
5899
+ * @param {Reference} [props.coverageArea] - Where product applies
5904
5900
  * @param {Reference} [props.endpoint] - Technical endpoint
5901
+ * @param {Identifier} [props.identifier] - Business Identifier for Product
5902
+ * @param {string} [props.name] - Official name
5905
5903
  * @param {Reference} [props.network] - What networks are Included
5906
- * @param {BackboneElement} [props.coverage] - Coverage details
5904
+ * @param {Reference} [props.ownedBy] - Plan issuer
5905
+ * @param {Period} [props.period] - When the product is available
5907
5906
  * @param {BackboneElement} [props.plan] - Plan details
5907
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5908
+ * @param {string} [props.type] - Kind of product. Accepts all values from http://hl7.org/fhir/ValueSet/insuranceplan-type
5908
5909
  */
5909
5910
  declare function insurancePlan(type: "InsurancePlan", props: InsurancePlan_Props): any;
5910
5911
  declare function insurancePlan(props: InsurancePlan_Props): any;
@@ -5913,22 +5914,22 @@ declare function insurancePlan(props: InsurancePlan_Props): any;
5913
5914
  * @public
5914
5915
  * @function
5915
5916
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5916
- * @param {Identifier} [props.identifier] - Business Identifier for item
5917
- * @param {string} [props.status] - draft | issued | balanced | cancelled | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/invoice-status|4.3.0
5917
+ * @param {Reference} [props.account] - Account that is being balanced
5918
5918
  * @param {string} [props.cancelledReason] - Reason for cancellation of this Invoice
5919
- * @param {CodeableConcept} [props.type] - Type of Invoice
5920
- * @param {Reference} [props.subject] - Recipient(s) of goods and services
5921
- * @param {Reference} [props.recipient] - Recipient of this invoice
5922
5919
  * @param {dateTime} [props.date] - Invoice date / posting date
5923
- * @param {BackboneElement} [props.participant] - Participant in creation of this Invoice
5920
+ * @param {Identifier} [props.identifier] - Business Identifier for item
5924
5921
  * @param {Reference} [props.issuer] - Issuing Organization of Invoice
5925
- * @param {Reference} [props.account] - Account that is being balanced
5926
5922
  * @param {BackboneElement} [props.lineItem] - Line items of this Invoice
5927
- * @param {any} [props.totalPriceComponent] - Components of Invoice total
5928
- * @param {Money} [props.totalNet] - Net total of this Invoice
5929
- * @param {Money} [props.totalGross] - Gross total of this Invoice
5930
- * @param {markdown} [props.paymentTerms] - Payment details
5931
5923
  * @param {Annotation} [props.note] - Comments made about the invoice
5924
+ * @param {BackboneElement} [props.participant] - Participant in creation of this Invoice
5925
+ * @param {markdown} [props.paymentTerms] - Payment details
5926
+ * @param {Reference} [props.recipient] - Recipient of this invoice
5927
+ * @param {string} [props.status] - draft | issued | balanced | cancelled | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/invoice-status|4.3.0
5928
+ * @param {Reference} [props.subject] - Recipient(s) of goods and services
5929
+ * @param {Money} [props.totalGross] - Gross total of this Invoice
5930
+ * @param {Money} [props.totalNet] - Net total of this Invoice
5931
+ * @param {any} [props.totalPriceComponent] - Components of Invoice total
5932
+ * @param {CodeableConcept} [props.type] - Type of Invoice
5932
5933
  */
5933
5934
  declare function invoice(type: "Invoice", props: Invoice_Props): any;
5934
5935
  declare function invoice(props: Invoice_Props): any;
@@ -5937,37 +5938,37 @@ declare function invoice(props: Invoice_Props): any;
5937
5938
  * @public
5938
5939
  * @function
5939
5940
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5940
- * @param {string} [props.url] - Canonical identifier for this library, represented as a URI (globally unique)
5941
- * @param {Identifier} [props.identifier] - Additional identifier for the library
5942
- * @param {string} [props.version] - Business version of the library
5943
- * @param {string} [props.name] - Name for this library (computer friendly)
5944
- * @param {string} [props.title] - Name for this library (human friendly)
5945
- * @param {string} [props.subtitle] - Subordinate title of the library
5946
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5947
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
5948
- * @param {string} [props.type] - logic-library | model-definition | asset-collection | module-definition. Accepts all values from http://hl7.org/fhir/ValueSet/library-type
5949
- * @param {string} [props.subject] - Type of individual the library content is focused on. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
5950
- * @param {dateTime} [props.date] - Date last changed
5951
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5952
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
5953
- * @param {markdown} [props.description] - Natural language description of the library
5954
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5955
- * @param {string} [props.jurisdiction] - Intended jurisdiction for library (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
5956
- * @param {markdown} [props.purpose] - Why this library is defined
5957
- * @param {string} [props.usage] - Describes the clinical usage of the library
5958
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
5959
5941
  * @param {date} [props.approvalDate] - When the library was approved by publisher
5960
- * @param {date} [props.lastReviewDate] - When the library was last reviewed
5961
- * @param {Period} [props.effectivePeriod] - When the library is expected to be used
5962
- * @param {string} [props.topic] - E.g. Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
5963
5942
  * @param {ContactDetail} [props.author] - Who authored the content
5943
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
5944
+ * @param {Attachment} [props.content] - Contents of the library, either embedded or referenced
5945
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
5946
+ * @param {DataRequirement} [props.dataRequirement] - What data is referenced by this library
5947
+ * @param {dateTime} [props.date] - Date last changed
5948
+ * @param {markdown} [props.description] - Natural language description of the library
5964
5949
  * @param {ContactDetail} [props.editor] - Who edited the content
5965
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5950
+ * @param {Period} [props.effectivePeriod] - When the library is expected to be used
5966
5951
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
5967
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
5952
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
5953
+ * @param {Identifier} [props.identifier] - Additional identifier for the library
5954
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for library (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
5955
+ * @param {date} [props.lastReviewDate] - When the library was last reviewed
5956
+ * @param {string} [props.name] - Name for this library (computer friendly)
5968
5957
  * @param {ParameterDefinition} [props.parameter] - Parameters defined by the library
5969
- * @param {DataRequirement} [props.dataRequirement] - What data is referenced by this library
5970
- * @param {Attachment} [props.content] - Contents of the library, either embedded or referenced
5958
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
5959
+ * @param {markdown} [props.purpose] - Why this library is defined
5960
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
5961
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
5962
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
5963
+ * @param {string} [props.subject] - Type of individual the library content is focused on. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
5964
+ * @param {string} [props.subtitle] - Subordinate title of the library
5965
+ * @param {string} [props.title] - Name for this library (human friendly)
5966
+ * @param {string} [props.topic] - E.g. Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
5967
+ * @param {string} [props.type] - logic-library | model-definition | asset-collection | module-definition. Accepts all values from http://hl7.org/fhir/ValueSet/library-type
5968
+ * @param {string} [props.url] - Canonical identifier for this library, represented as a URI (globally unique)
5969
+ * @param {string} [props.usage] - Describes the clinical usage of the library
5970
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
5971
+ * @param {string} [props.version] - Business version of the library
5971
5972
  */
5972
5973
  declare function library(type: "Library", props: Library_Props): any;
5973
5974
  declare function library(props: Library_Props): any;
@@ -5976,19 +5977,19 @@ declare function library(props: Library_Props): any;
5976
5977
  * @public
5977
5978
  * @function
5978
5979
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
5979
- * @param {Identifier} [props.identifier] - Business identifier
5980
- * @param {string} [props.status] - current | retired | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/list-status|4.3.0
5981
- * @param {string} [props.mode] - working | snapshot | changes. Accepts all values from http://hl7.org/fhir/ValueSet/list-mode|4.3.0
5982
- * @param {string} [props.title] - Descriptive name for the list
5983
5980
  * @param {string} [props.code] - What the purpose of this list is. Accepts all values from http://hl7.org/fhir/ValueSet/list-example-codes
5984
- * @param {Reference} [props.subject] - If all resources have the same subject
5985
- * @param {Reference} [props.encounter] - Context in which list created
5986
5981
  * @param {dateTime} [props.date] - When the list was prepared
5987
- * @param {Reference} [props.source] - Who and/or what defined the list contents (aka Author)
5988
- * @param {string} [props.orderedBy] - What order the list has. Accepts all values from http://hl7.org/fhir/ValueSet/list-order
5989
- * @param {Annotation} [props.note] - Comments about the list
5990
- * @param {BackboneElement} [props.entry] - Entries in the list
5991
5982
  * @param {string} [props.emptyReason] - Why list is empty. Accepts all values from http://hl7.org/fhir/ValueSet/list-empty-reason
5983
+ * @param {Reference} [props.encounter] - Context in which list created
5984
+ * @param {BackboneElement} [props.entry] - Entries in the list
5985
+ * @param {Identifier} [props.identifier] - Business identifier
5986
+ * @param {string} [props.mode] - working | snapshot | changes. Accepts all values from http://hl7.org/fhir/ValueSet/list-mode|4.3.0
5987
+ * @param {Annotation} [props.note] - Comments about the list
5988
+ * @param {string} [props.orderedBy] - What order the list has. Accepts all values from http://hl7.org/fhir/ValueSet/list-order
5989
+ * @param {Reference} [props.source] - Who and/or what defined the list contents (aka Author)
5990
+ * @param {string} [props.status] - current | retired | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/list-status|4.3.0
5991
+ * @param {Reference} [props.subject] - If all resources have the same subject
5992
+ * @param {string} [props.title] - Descriptive name for the list
5992
5993
  */
5993
5994
  declare function list(type: "List", props: List_Props): any;
5994
5995
  declare function list(props: List_Props): any;
@@ -5997,23 +5998,23 @@ declare function list(props: List_Props): any;
5997
5998
  * @public
5998
5999
  * @function
5999
6000
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6000
- * @param {Identifier} [props.identifier] - Unique code or number identifying the location to its users
6001
- * @param {string} [props.status] - active | suspended | inactive. Accepts all values from http://hl7.org/fhir/ValueSet/location-status|4.3.0
6002
- * @param {string} [props.operationalStatus] - The operational status of the location (typically only for a bed/room). Accepts all values from http://terminology.hl7.org/ValueSet/v2-0116
6003
- * @param {string} [props.name] - Name of the location as used by humans
6001
+ * @param {Address} [props.address] - Physical location
6004
6002
  * @param {string} [props.alias] - A list of alternate names that the location is known as, or was known as, in the past
6003
+ * @param {string} [props.availabilityExceptions] - Description of availability exceptions
6005
6004
  * @param {string} [props.description] - Additional details about the location that could be displayed as further information to identify the location beyond its name
6005
+ * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the location
6006
+ * @param {BackboneElement} [props.hoursOfOperation] - What days/times during a week is this location usually open
6007
+ * @param {Identifier} [props.identifier] - Unique code or number identifying the location to its users
6008
+ * @param {Reference} [props.managingOrganization] - Organization responsible for provisioning and upkeep
6006
6009
  * @param {string} [props.mode] - instance | kind. Accepts all values from http://hl7.org/fhir/ValueSet/location-mode|4.3.0
6007
- * @param {string} [props.type] - Type of function performed. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
6008
- * @param {ContactPoint} [props.telecom] - Contact details of the location
6009
- * @param {Address} [props.address] - Physical location
6010
+ * @param {string} [props.name] - Name of the location as used by humans
6011
+ * @param {string} [props.operationalStatus] - The operational status of the location (typically only for a bed/room). Accepts all values from http://terminology.hl7.org/ValueSet/v2-0116
6012
+ * @param {Reference} [props.partOf] - Another Location this one is physically a part of
6010
6013
  * @param {string} [props.physicalType] - Physical form of the location. Accepts all values from http://hl7.org/fhir/ValueSet/location-physical-type
6011
6014
  * @param {BackboneElement} [props.position] - The absolute geographic location
6012
- * @param {Reference} [props.managingOrganization] - Organization responsible for provisioning and upkeep
6013
- * @param {Reference} [props.partOf] - Another Location this one is physically a part of
6014
- * @param {BackboneElement} [props.hoursOfOperation] - What days/times during a week is this location usually open
6015
- * @param {string} [props.availabilityExceptions] - Description of availability exceptions
6016
- * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the location
6015
+ * @param {string} [props.status] - active | suspended | inactive. Accepts all values from http://hl7.org/fhir/ValueSet/location-status|4.3.0
6016
+ * @param {ContactPoint} [props.telecom] - Contact details of the location
6017
+ * @param {string} [props.type] - Type of function performed. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
6017
6018
  */
6018
6019
  declare function location(type: "Location", props: Location_Props): any;
6019
6020
  declare function location(props: Location_Props): any;
@@ -6023,12 +6024,12 @@ declare function location(props: Location_Props): any;
6023
6024
  * @function
6024
6025
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6025
6026
  * @param {Identifier} [props.identifier] - Unique identifier
6026
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6027
+ * @param {string} [props.ingredient] - The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
6027
6028
  * @param {string} [props.manufacturedDoseForm] - Dose form as manufactured (before any necessary transformation). Accepts all values from http://hl7.org/fhir/ValueSet/manufactured-dose-form
6028
- * @param {string} [props.unitOfPresentation] - The “real world” units in which the quantity of the item is described. Accepts all values from http://hl7.org/fhir/ValueSet/unit-of-presentation
6029
6029
  * @param {Reference} [props.manufacturer] - Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues)
6030
- * @param {string} [props.ingredient] - The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
6031
6030
  * @param {BackboneElement} [props.property] - General characteristics of this item
6031
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6032
+ * @param {string} [props.unitOfPresentation] - The “real world” units in which the quantity of the item is described. Accepts all values from http://hl7.org/fhir/ValueSet/unit-of-presentation
6032
6033
  */
6033
6034
  declare function manufacturedItemDefinition(type: "ManufacturedItemDefinition", props: ManufacturedItemDefinition_Props): any;
6034
6035
  declare function manufacturedItemDefinition(props: ManufacturedItemDefinition_Props): any;
@@ -6037,47 +6038,47 @@ declare function manufacturedItemDefinition(props: ManufacturedItemDefinition_Pr
6037
6038
  * @public
6038
6039
  * @function
6039
6040
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6040
- * @param {string} [props.url] - Canonical identifier for this measure, represented as a URI (globally unique)
6041
- * @param {Identifier} [props.identifier] - Additional identifier for the measure
6042
- * @param {string} [props.version] - Business version of the measure
6043
- * @param {string} [props.name] - Name for this measure (computer friendly)
6044
- * @param {string} [props.title] - Name for this measure (human friendly)
6045
- * @param {string} [props.subtitle] - Subordinate title of the measure
6046
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6047
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
6048
- * @param {string} [props.subject] - E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6049
- * @param {dateTime} [props.date] - Date last changed
6050
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6051
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
6052
- * @param {markdown} [props.description] - Natural language description of the measure
6053
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6054
- * @param {string} [props.jurisdiction] - Intended jurisdiction for measure (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6055
- * @param {markdown} [props.purpose] - Why this measure is defined
6056
- * @param {string} [props.usage] - Describes the clinical usage of the measure
6057
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6058
6041
  * @param {date} [props.approvalDate] - When the measure was approved by publisher
6059
- * @param {date} [props.lastReviewDate] - When the measure was last reviewed
6060
- * @param {Period} [props.effectivePeriod] - When the measure is expected to be used
6061
- * @param {string} [props.topic] - The category of the measure, such as Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6062
6042
  * @param {ContactDetail} [props.author] - Who authored the content
6043
+ * @param {markdown} [props.clinicalRecommendationStatement] - Summary of clinical guidelines
6044
+ * @param {string} [props.compositeScoring] - opportunity | all-or-nothing | linear | weighted. Accepts all values from http://hl7.org/fhir/ValueSet/composite-measure-scoring
6045
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
6046
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6047
+ * @param {dateTime} [props.date] - Date last changed
6048
+ * @param {markdown} [props.definition] - Defined terms used in the measure documentation
6049
+ * @param {markdown} [props.description] - Natural language description of the measure
6050
+ * @param {markdown} [props.disclaimer] - Disclaimer for use of the measure or its referenced content
6063
6051
  * @param {ContactDetail} [props.editor] - Who edited the content
6064
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6052
+ * @param {Period} [props.effectivePeriod] - When the measure is expected to be used
6065
6053
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
6066
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
6054
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
6055
+ * @param {BackboneElement} [props.group] - Population criteria group
6056
+ * @param {markdown} [props.guidance] - Additional guidance for implementers
6057
+ * @param {Identifier} [props.identifier] - Additional identifier for the measure
6058
+ * @param {string} [props.improvementNotation] - increase | decrease. Accepts all values from http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.3.0
6059
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for measure (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6060
+ * @param {date} [props.lastReviewDate] - When the measure was last reviewed
6067
6061
  * @param {canonical} [props.library] - Logic used by the measure
6068
- * @param {markdown} [props.disclaimer] - Disclaimer for use of the measure or its referenced content
6069
- * @param {string} [props.scoring] - proportion | ratio | continuous-variable | cohort. Accepts all values from http://hl7.org/fhir/ValueSet/measure-scoring
6070
- * @param {string} [props.compositeScoring] - opportunity | all-or-nothing | linear | weighted. Accepts all values from http://hl7.org/fhir/ValueSet/composite-measure-scoring
6071
- * @param {string} [props.type] - process | outcome | structure | patient-reported-outcome | composite. Accepts all values from http://hl7.org/fhir/ValueSet/measure-type
6072
- * @param {string} [props.riskAdjustment] - How risk adjustment is applied for this measure
6062
+ * @param {string} [props.name] - Name for this measure (computer friendly)
6063
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6064
+ * @param {markdown} [props.purpose] - Why this measure is defined
6073
6065
  * @param {string} [props.rateAggregation] - How is rate aggregation performed for this measure
6074
6066
  * @param {markdown} [props.rationale] - Detailed description of why the measure exists
6075
- * @param {markdown} [props.clinicalRecommendationStatement] - Summary of clinical guidelines
6076
- * @param {string} [props.improvementNotation] - increase | decrease. Accepts all values from http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.3.0
6077
- * @param {markdown} [props.definition] - Defined terms used in the measure documentation
6078
- * @param {markdown} [props.guidance] - Additional guidance for implementers
6079
- * @param {BackboneElement} [props.group] - Population criteria group
6067
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
6068
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6069
+ * @param {string} [props.riskAdjustment] - How risk adjustment is applied for this measure
6070
+ * @param {string} [props.scoring] - proportion | ratio | continuous-variable | cohort. Accepts all values from http://hl7.org/fhir/ValueSet/measure-scoring
6071
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6072
+ * @param {string} [props.subject] - E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6073
+ * @param {string} [props.subtitle] - Subordinate title of the measure
6080
6074
  * @param {BackboneElement} [props.supplementalData] - What other data should be reported with the measure
6075
+ * @param {string} [props.title] - Name for this measure (human friendly)
6076
+ * @param {string} [props.topic] - The category of the measure, such as Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6077
+ * @param {string} [props.type] - process | outcome | structure | patient-reported-outcome | composite. Accepts all values from http://hl7.org/fhir/ValueSet/measure-type
6078
+ * @param {string} [props.url] - Canonical identifier for this measure, represented as a URI (globally unique)
6079
+ * @param {string} [props.usage] - Describes the clinical usage of the measure
6080
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6081
+ * @param {string} [props.version] - Business version of the measure
6081
6082
  */
6082
6083
  declare function measure(type: "Measure", props: Measure_Props): any;
6083
6084
  declare function measure(props: Measure_Props): any;
@@ -6086,17 +6087,17 @@ declare function measure(props: Measure_Props): any;
6086
6087
  * @public
6087
6088
  * @function
6088
6089
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6090
+ * @param {dateTime} [props.date] - When the report was generated
6091
+ * @param {Reference} [props.evaluatedResource] - What data was used to calculate the measure score
6092
+ * @param {BackboneElement} [props.group] - Measure results for each group
6089
6093
  * @param {Identifier} [props.identifier] - Additional identifier for the MeasureReport
6090
- * @param {string} [props.status] - complete | pending | error. Accepts all values from http://hl7.org/fhir/ValueSet/measure-report-status|4.3.0
6091
- * @param {string} [props.type] - individual | subject-list | summary | data-collection. Accepts all values from http://hl7.org/fhir/ValueSet/measure-report-type|4.3.0
6094
+ * @param {string} [props.improvementNotation] - increase | decrease. Accepts all values from http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.3.0
6092
6095
  * @param {canonical} [props.measure] - What measure was calculated
6093
- * @param {Reference} [props.subject] - What individual(s) the report is for
6094
- * @param {dateTime} [props.date] - When the report was generated
6095
- * @param {Reference} [props.reporter] - Who is reporting the data
6096
6096
  * @param {Period} [props.period] - What period the report covers
6097
- * @param {string} [props.improvementNotation] - increase | decrease. Accepts all values from http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.3.0
6098
- * @param {BackboneElement} [props.group] - Measure results for each group
6099
- * @param {Reference} [props.evaluatedResource] - What data was used to calculate the measure score
6097
+ * @param {Reference} [props.reporter] - Who is reporting the data
6098
+ * @param {string} [props.status] - complete | pending | error. Accepts all values from http://hl7.org/fhir/ValueSet/measure-report-status|4.3.0
6099
+ * @param {Reference} [props.subject] - What individual(s) the report is for
6100
+ * @param {string} [props.type] - individual | subject-list | summary | data-collection. Accepts all values from http://hl7.org/fhir/ValueSet/measure-report-type|4.3.0
6100
6101
  */
6101
6102
  declare function measureReport(type: "MeasureReport", props: MeasureReport_Props): any;
6102
6103
  declare function measureReport(props: MeasureReport_Props): any;
@@ -6105,28 +6106,28 @@ declare function measureReport(props: MeasureReport_Props): any;
6105
6106
  * @public
6106
6107
  * @function
6107
6108
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6108
- * @param {Identifier} [props.identifier] - Identifier(s) for the image
6109
6109
  * @param {Reference} [props.basedOn] - Procedure that caused this media to be created
6110
+ * @param {string} [props.bodySite] - Observed body part. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
6111
+ * @param {Attachment} [props.content] - Actual Media - reference or data
6112
+ * @param {dateTime|Period} [props.created] - When Media was collected
6113
+ * @param {Reference} [props.device] - Observing Device
6114
+ * @param {string} [props.deviceName] - Name of the device/manufacturer
6115
+ * @param {decimal} [props.duration] - Length in seconds (audio / video)
6116
+ * @param {Reference} [props.encounter] - Encounter associated with media
6117
+ * @param {number} [props.frames] - Number of frames if > 1 (photo)
6118
+ * @param {number} [props.height] - Height of the image in pixels (photo/video)
6119
+ * @param {Identifier} [props.identifier] - Identifier(s) for the image
6120
+ * @param {instant} [props.issued] - Date/Time this version was made available
6121
+ * @param {string} [props.modality] - The type of acquisition equipment/process. Accepts all values from http://hl7.org/fhir/ValueSet/media-modality
6122
+ * @param {Annotation} [props.note] - Comments made about the media
6123
+ * @param {Reference} [props.operator] - The person who generated the image
6110
6124
  * @param {Reference} [props.partOf] - Part of referenced event
6125
+ * @param {string} [props.reasonCode] - Why was event performed?. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
6111
6126
  * @param {string} [props.status] - preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/event-status|4.3.0
6127
+ * @param {Reference} [props.subject] - Who/What this Media is a record of
6112
6128
  * @param {string} [props.type] - Classification of media as image, video, or audio. Accepts all values from http://hl7.org/fhir/ValueSet/media-type
6113
- * @param {string} [props.modality] - The type of acquisition equipment/process. Accepts all values from http://hl7.org/fhir/ValueSet/media-modality
6114
6129
  * @param {string} [props.view] - Imaging view, e.g. Lateral or Antero-posterior. Accepts all values from http://hl7.org/fhir/ValueSet/media-view
6115
- * @param {Reference} [props.subject] - Who/What this Media is a record of
6116
- * @param {Reference} [props.encounter] - Encounter associated with media
6117
- * @param {dateTime|Period} [props.created] - When Media was collected
6118
- * @param {instant} [props.issued] - Date/Time this version was made available
6119
- * @param {Reference} [props.operator] - The person who generated the image
6120
- * @param {string} [props.reasonCode] - Why was event performed?. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
6121
- * @param {string} [props.bodySite] - Observed body part. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
6122
- * @param {string} [props.deviceName] - Name of the device/manufacturer
6123
- * @param {Reference} [props.device] - Observing Device
6124
- * @param {number} [props.height] - Height of the image in pixels (photo/video)
6125
6130
  * @param {number} [props.width] - Width of the image in pixels (photo/video)
6126
- * @param {number} [props.frames] - Number of frames if > 1 (photo)
6127
- * @param {decimal} [props.duration] - Length in seconds (audio / video)
6128
- * @param {Attachment} [props.content] - Actual Media - reference or data
6129
- * @param {Annotation} [props.note] - Comments made about the media
6130
6131
  */
6131
6132
  declare function media(type: "Media", props: Media_Props): any;
6132
6133
  declare function media(props: Media_Props): any;
@@ -6135,14 +6136,14 @@ declare function media(props: Media_Props): any;
6135
6136
  * @public
6136
6137
  * @function
6137
6138
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6138
- * @param {Identifier} [props.identifier] - Business identifier for this medication
6139
+ * @param {Ratio} [props.amount] - Amount of drug in package
6140
+ * @param {BackboneElement} [props.batch] - Details about packaged medications
6139
6141
  * @param {string} [props.code] - Codes that identify this medication. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6140
- * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/medication-status|4.3.0
6141
- * @param {Reference} [props.manufacturer] - Manufacturer of the item
6142
6142
  * @param {string} [props.form] - powder | tablets | capsule +. Accepts all values from http://hl7.org/fhir/ValueSet/medication-form-codes
6143
- * @param {Ratio} [props.amount] - Amount of drug in package
6143
+ * @param {Identifier} [props.identifier] - Business identifier for this medication
6144
6144
  * @param {BackboneElement} [props.ingredient] - Active or inactive ingredient
6145
- * @param {BackboneElement} [props.batch] - Details about packaged medications
6145
+ * @param {Reference} [props.manufacturer] - Manufacturer of the item
6146
+ * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/medication-status|4.3.0
6146
6147
  */
6147
6148
  declare function medication(type: "Medication", props: Medication_Props): any;
6148
6149
  declare function medication(props: Medication_Props): any;
@@ -6151,25 +6152,25 @@ declare function medication(props: Medication_Props): any;
6151
6152
  * @public
6152
6153
  * @function
6153
6154
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6154
- * @param {Identifier} [props.identifier] - External identifier
6155
- * @param {string} [props.instantiates] - Instantiates protocol or definition
6156
- * @param {Reference} [props.partOf] - Part of referenced event
6157
- * @param {string} [props.status] - in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/medication-admin-status|4.3.0
6158
- * @param {string} [props.statusReason] - Reason administration not performed. Accepts all values from http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes
6159
6155
  * @param {string} [props.category] - Type of medication usage. Accepts all values from http://hl7.org/fhir/ValueSet/medication-admin-category
6160
- * @param {string} [props.medication] - What was administered. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6161
- * @param {Reference} [props.subject] - Who received medication
6162
6156
  * @param {Reference} [props.context] - Encounter or Episode of Care administered as part of
6163
- * @param {Reference} [props.supportingInformation] - Additional information to support administration
6157
+ * @param {Reference} [props.device] - Device used to administer
6158
+ * @param {BackboneElement} [props.dosage] - Details of how medication was taken
6164
6159
  * @param {dateTime|Period} [props.effective] - Start and end time of administration
6160
+ * @param {Reference} [props.eventHistory] - A list of events of interest in the lifecycle
6161
+ * @param {Identifier} [props.identifier] - External identifier
6162
+ * @param {string} [props.instantiates] - Instantiates protocol or definition
6163
+ * @param {string} [props.medication] - What was administered. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6164
+ * @param {Annotation} [props.note] - Information about the administration
6165
+ * @param {Reference} [props.partOf] - Part of referenced event
6165
6166
  * @param {BackboneElement} [props.performer] - Who performed the medication administration and what they did
6166
6167
  * @param {string} [props.reasonCode] - Reason administration performed. Accepts all values from http://hl7.org/fhir/ValueSet/reason-medication-given-codes
6167
6168
  * @param {Reference} [props.reasonReference] - Condition or observation that supports why the medication was administered
6168
6169
  * @param {Reference} [props.request] - Request administration performed against
6169
- * @param {Reference} [props.device] - Device used to administer
6170
- * @param {Annotation} [props.note] - Information about the administration
6171
- * @param {BackboneElement} [props.dosage] - Details of how medication was taken
6172
- * @param {Reference} [props.eventHistory] - A list of events of interest in the lifecycle
6170
+ * @param {string} [props.status] - in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/medication-admin-status|4.3.0
6171
+ * @param {string} [props.statusReason] - Reason administration not performed. Accepts all values from http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes
6172
+ * @param {Reference} [props.subject] - Who received medication
6173
+ * @param {Reference} [props.supportingInformation] - Additional information to support administration
6173
6174
  */
6174
6175
  declare function medicationAdministration(type: "MedicationAdministration", props: MedicationAdministration_Props): any;
6175
6176
  declare function medicationAdministration(props: MedicationAdministration_Props): any;
@@ -6178,30 +6179,30 @@ declare function medicationAdministration(props: MedicationAdministration_Props)
6178
6179
  * @public
6179
6180
  * @function
6180
6181
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6182
+ * @param {Reference} [props.authorizingPrescription] - Medication order that authorizes the dispense
6183
+ * @param {string} [props.category] - Type of medication dispense. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-category
6184
+ * @param {Reference} [props.context] - Encounter / Episode associated with event
6185
+ * @param {Quantity} [props.daysSupply] - Amount of medication expressed as a timing amount
6186
+ * @param {Reference} [props.destination] - Where the medication was sent
6187
+ * @param {Reference} [props.detectedIssue] - Clinical issue with action
6188
+ * @param {Dosage} [props.dosageInstruction] - How the medication is to be used by the patient or administered by the caregiver
6189
+ * @param {Reference} [props.eventHistory] - A list of relevant lifecycle events
6181
6190
  * @param {Identifier} [props.identifier] - External identifier
6191
+ * @param {Reference} [props.location] - Where the dispense occurred
6192
+ * @param {string} [props.medication] - What medication was supplied. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6193
+ * @param {Annotation} [props.note] - Information about the dispense
6182
6194
  * @param {Reference} [props.partOf] - Event that dispense is part of
6195
+ * @param {BackboneElement} [props.performer] - Who performed event
6196
+ * @param {Quantity} [props.quantity] - Amount dispensed
6197
+ * @param {Reference} [props.receiver] - Who collected the medication
6183
6198
  * @param {string} [props.status] - preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-status|4.3.0
6184
6199
  * @param {string} [props.statusReason] - Why a dispense was not performed. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-status-reason
6185
- * @param {string} [props.category] - Type of medication dispense. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-category
6186
- * @param {string} [props.medication] - What medication was supplied. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6187
6200
  * @param {Reference} [props.subject] - Who the dispense is for
6188
- * @param {Reference} [props.context] - Encounter / Episode associated with event
6201
+ * @param {BackboneElement} [props.substitution] - Whether a substitution was performed on the dispense
6189
6202
  * @param {Reference} [props.supportingInformation] - Information that supports the dispensing of the medication
6190
- * @param {BackboneElement} [props.performer] - Who performed event
6191
- * @param {Reference} [props.location] - Where the dispense occurred
6192
- * @param {Reference} [props.authorizingPrescription] - Medication order that authorizes the dispense
6193
6203
  * @param {string} [props.type] - Trial fill, partial fill, emergency fill, etc.. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType
6194
- * @param {Quantity} [props.quantity] - Amount dispensed
6195
- * @param {Quantity} [props.daysSupply] - Amount of medication expressed as a timing amount
6196
- * @param {dateTime} [props.whenPrepared] - When product was packaged and reviewed
6197
6204
  * @param {dateTime} [props.whenHandedOver] - When product was given out
6198
- * @param {Reference} [props.destination] - Where the medication was sent
6199
- * @param {Reference} [props.receiver] - Who collected the medication
6200
- * @param {Annotation} [props.note] - Information about the dispense
6201
- * @param {Dosage} [props.dosageInstruction] - How the medication is to be used by the patient or administered by the caregiver
6202
- * @param {BackboneElement} [props.substitution] - Whether a substitution was performed on the dispense
6203
- * @param {Reference} [props.detectedIssue] - Clinical issue with action
6204
- * @param {Reference} [props.eventHistory] - A list of relevant lifecycle events
6205
+ * @param {dateTime} [props.whenPrepared] - When product was packaged and reviewed
6205
6206
  */
6206
6207
  declare function medicationDispense(type: "MedicationDispense", props: MedicationDispense_Props): any;
6207
6208
  declare function medicationDispense(props: MedicationDispense_Props): any;
@@ -6210,28 +6211,28 @@ declare function medicationDispense(props: MedicationDispense_Props): any;
6210
6211
  * @public
6211
6212
  * @function
6212
6213
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6213
- * @param {string} [props.code] - Code that identifies this medication. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6214
- * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/medicationknowledge-status|4.3.0
6215
- * @param {Reference} [props.manufacturer] - Manufacturer of the item
6216
- * @param {string} [props.doseForm] - powder | tablets | capsule +. Accepts all values from http://hl7.org/fhir/ValueSet/medication-form-codes
6214
+ * @param {BackboneElement} [props.administrationGuidelines] - Guidelines for administration of the medication
6217
6215
  * @param {Quantity} [props.amount] - Amount of drug in package
6218
- * @param {string} [props.synonym] - Additional names for a medication
6219
- * @param {BackboneElement} [props.relatedMedicationKnowledge] - Associated or related medication information
6220
6216
  * @param {Reference} [props.associatedMedication] - A medication resource that is associated with this medication
6221
- * @param {CodeableConcept} [props.productType] - Category of the medication or product
6222
- * @param {BackboneElement} [props.monograph] - Associated documentation about the medication
6217
+ * @param {string} [props.code] - Code that identifies this medication. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6218
+ * @param {Reference} [props.contraindication] - Potential clinical issue with or between medication(s)
6219
+ * @param {BackboneElement} [props.cost] - The pricing of the medication
6220
+ * @param {string} [props.doseForm] - powder | tablets | capsule +. Accepts all values from http://hl7.org/fhir/ValueSet/medication-form-codes
6221
+ * @param {BackboneElement} [props.drugCharacteristic] - Specifies descriptive properties of the medicine
6223
6222
  * @param {BackboneElement} [props.ingredient] - Active or inactive ingredient
6224
- * @param {markdown} [props.preparationInstruction] - The instructions for preparing the medication
6225
6223
  * @param {string} [props.intendedRoute] - The intended or approved route of administration. Accepts all values from http://hl7.org/fhir/ValueSet/route-codes
6226
- * @param {BackboneElement} [props.cost] - The pricing of the medication
6227
- * @param {BackboneElement} [props.monitoringProgram] - Program under which a medication is reviewed
6228
- * @param {BackboneElement} [props.administrationGuidelines] - Guidelines for administration of the medication
6224
+ * @param {BackboneElement} [props.kinetics] - The time course of drug absorption, distribution, metabolism and excretion of a medication from the body
6225
+ * @param {Reference} [props.manufacturer] - Manufacturer of the item
6229
6226
  * @param {BackboneElement} [props.medicineClassification] - Categorization of the medication within a formulary or classification system
6227
+ * @param {BackboneElement} [props.monitoringProgram] - Program under which a medication is reviewed
6228
+ * @param {BackboneElement} [props.monograph] - Associated documentation about the medication
6230
6229
  * @param {BackboneElement} [props.packaging] - Details about packaged medications
6231
- * @param {BackboneElement} [props.drugCharacteristic] - Specifies descriptive properties of the medicine
6232
- * @param {Reference} [props.contraindication] - Potential clinical issue with or between medication(s)
6230
+ * @param {markdown} [props.preparationInstruction] - The instructions for preparing the medication
6231
+ * @param {CodeableConcept} [props.productType] - Category of the medication or product
6233
6232
  * @param {BackboneElement} [props.regulatory] - Regulatory information about a medication
6234
- * @param {BackboneElement} [props.kinetics] - The time course of drug absorption, distribution, metabolism and excretion of a medication from the body
6233
+ * @param {BackboneElement} [props.relatedMedicationKnowledge] - Associated or related medication information
6234
+ * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/medicationknowledge-status|4.3.0
6235
+ * @param {string} [props.synonym] - Additional names for a medication
6235
6236
  */
6236
6237
  declare function medicationKnowledge(type: "MedicationKnowledge", props: MedicationKnowledge_Props): any;
6237
6238
  declare function medicationKnowledge(props: MedicationKnowledge_Props): any;
@@ -6240,38 +6241,38 @@ declare function medicationKnowledge(props: MedicationKnowledge_Props): any;
6240
6241
  * @public
6241
6242
  * @function
6242
6243
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6243
- * @param {Identifier} [props.identifier] - External ids for this request
6244
- * @param {string} [props.status] - active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-status|4.3.0
6245
- * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-status-reason
6246
- * @param {string} [props.intent] - proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.3.0
6244
+ * @param {dateTime} [props.authoredOn] - When request was initially authored
6245
+ * @param {Reference} [props.basedOn] - What request fulfills
6247
6246
  * @param {string} [props.category] - Type of medication usage. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-category
6248
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
6247
+ * @param {string} [props.courseOfTherapyType] - Overall pattern of medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy
6248
+ * @param {Reference} [props.detectedIssue] - Clinical Issue with action
6249
+ * @param {BackboneElement} [props.dispenseRequest] - Medication supply authorization
6249
6250
  * @param {boolean} [props.doNotPerform] - True if request is prohibiting action
6250
- * @param {boolean|Reference} [props.reported] - Reported rather than primary record
6251
- * @param {string} [props.medication] - Medication to be taken. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6252
- * @param {Reference} [props.subject] - Who or group medication request is for
6251
+ * @param {Dosage} [props.dosageInstruction] - How the medication should be taken
6253
6252
  * @param {Reference} [props.encounter] - Encounter created as part of encounter/admission/stay
6254
- * @param {Reference} [props.supportingInformation] - Information to support ordering of the medication
6255
- * @param {dateTime} [props.authoredOn] - When request was initially authored
6256
- * @param {Reference} [props.requester] - Who/What requested the Request
6257
- * @param {Reference} [props.performer] - Intended performer of administration
6258
- * @param {string} [props.performerType] - Desired kind of performer of the medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/performer-role
6259
- * @param {Reference} [props.recorder] - Person who entered the request
6260
- * @param {string} [props.reasonCode] - Reason or indication for ordering or not ordering the medication. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
6261
- * @param {Reference} [props.reasonReference] - Condition or observation that supports why the prescription is being written
6253
+ * @param {Reference} [props.eventHistory] - A list of events of interest in the lifecycle
6254
+ * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
6255
+ * @param {Identifier} [props.identifier] - External ids for this request
6262
6256
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
6263
6257
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
6264
- * @param {Reference} [props.basedOn] - What request fulfills
6265
- * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
6266
- * @param {string} [props.courseOfTherapyType] - Overall pattern of medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy
6267
6258
  * @param {Reference} [props.insurance] - Associated insurance coverage
6259
+ * @param {string} [props.intent] - proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.3.0
6260
+ * @param {string} [props.medication] - Medication to be taken. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6268
6261
  * @param {Annotation} [props.note] - Information about the prescription
6269
- * @param {Dosage} [props.dosageInstruction] - How the medication should be taken
6270
- * @param {BackboneElement} [props.dispenseRequest] - Medication supply authorization
6271
- * @param {BackboneElement} [props.substitution] - Any restrictions on medication substitution
6262
+ * @param {Reference} [props.performer] - Intended performer of administration
6263
+ * @param {string} [props.performerType] - Desired kind of performer of the medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/performer-role
6272
6264
  * @param {Reference} [props.priorPrescription] - An order/prescription that is being replaced
6273
- * @param {Reference} [props.detectedIssue] - Clinical Issue with action
6274
- * @param {Reference} [props.eventHistory] - A list of events of interest in the lifecycle
6265
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
6266
+ * @param {string} [props.reasonCode] - Reason or indication for ordering or not ordering the medication. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
6267
+ * @param {Reference} [props.reasonReference] - Condition or observation that supports why the prescription is being written
6268
+ * @param {Reference} [props.recorder] - Person who entered the request
6269
+ * @param {boolean|Reference} [props.reported] - Reported rather than primary record
6270
+ * @param {Reference} [props.requester] - Who/What requested the Request
6271
+ * @param {string} [props.status] - active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-status|4.3.0
6272
+ * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-status-reason
6273
+ * @param {Reference} [props.subject] - Who or group medication request is for
6274
+ * @param {BackboneElement} [props.substitution] - Any restrictions on medication substitution
6275
+ * @param {Reference} [props.supportingInformation] - Information to support ordering of the medication
6275
6276
  */
6276
6277
  declare function medicationRequest(type: "MedicationRequest", props: MedicationRequest_Props): any;
6277
6278
  declare function medicationRequest(props: MedicationRequest_Props): any;
@@ -6280,23 +6281,23 @@ declare function medicationRequest(props: MedicationRequest_Props): any;
6280
6281
  * @public
6281
6282
  * @function
6282
6283
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6283
- * @param {Identifier} [props.identifier] - External identifier
6284
6284
  * @param {Reference} [props.basedOn] - Fulfils plan, proposal or order
6285
- * @param {Reference} [props.partOf] - Part of referenced event
6286
- * @param {string} [props.status] - active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken. Accepts all values from http://hl7.org/fhir/ValueSet/medication-statement-status|4.3.0
6287
- * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/reason-medication-status-codes
6288
6285
  * @param {string} [props.category] - Type of medication usage. Accepts all values from http://hl7.org/fhir/ValueSet/medication-statement-category
6289
- * @param {string} [props.medication] - What medication was taken. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6290
- * @param {Reference} [props.subject] - Who is/was taking the medication
6291
6286
  * @param {Reference} [props.context] - Encounter / Episode associated with MedicationStatement
6292
- * @param {dateTime|Period} [props.effective] - The date/time or interval when the medication is/was/will be taken
6293
6287
  * @param {dateTime} [props.dateAsserted] - When the statement was asserted?
6294
- * @param {Reference} [props.informationSource] - Person or organization that provided the information about the taking of this medication
6295
6288
  * @param {Reference} [props.derivedFrom] - Additional supporting information
6289
+ * @param {Dosage} [props.dosage] - Details of how medication is/was taken or should be taken
6290
+ * @param {dateTime|Period} [props.effective] - The date/time or interval when the medication is/was/will be taken
6291
+ * @param {Identifier} [props.identifier] - External identifier
6292
+ * @param {Reference} [props.informationSource] - Person or organization that provided the information about the taking of this medication
6293
+ * @param {string} [props.medication] - What medication was taken. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6294
+ * @param {Annotation} [props.note] - Further information about the statement
6295
+ * @param {Reference} [props.partOf] - Part of referenced event
6296
6296
  * @param {string} [props.reasonCode] - Reason for why the medication is being/was taken. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
6297
6297
  * @param {Reference} [props.reasonReference] - Condition or observation that supports why the medication is being/was taken
6298
- * @param {Annotation} [props.note] - Further information about the statement
6299
- * @param {Dosage} [props.dosage] - Details of how medication is/was taken or should be taken
6298
+ * @param {string} [props.status] - active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken. Accepts all values from http://hl7.org/fhir/ValueSet/medication-statement-status|4.3.0
6299
+ * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/reason-medication-status-codes
6300
+ * @param {Reference} [props.subject] - Who is/was taking the medication
6300
6301
  */
6301
6302
  declare function medicationStatement(type: "MedicationStatement", props: MedicationStatement_Props): any;
6302
6303
  declare function medicationStatement(props: MedicationStatement_Props): any;
@@ -6305,34 +6306,34 @@ declare function medicationStatement(props: MedicationStatement_Props): any;
6305
6306
  * @public
6306
6307
  * @function
6307
6308
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6308
- * @param {Identifier} [props.identifier] - Business identifier for this product. Could be an MPID
6309
- * @param {string} [props.type] - Regulatory type, e.g. Investigational or Authorized. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-type
6310
- * @param {string} [props.domain] - If this medicine applies to human or veterinary uses. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-domain
6311
- * @param {string} [props.version] - A business identifier relating to a specific version of the product
6312
- * @param {string} [props.status] - The status within the lifecycle of this product record. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
6313
- * @param {dateTime} [props.statusDate] - The date at which the given status became applicable
6314
- * @param {markdown} [props.description] - General description of this product
6309
+ * @param {string} [props.additionalMonitoringIndicator] - Whether the Medicinal Product is subject to additional monitoring for regulatory reasons. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-additional-monitoring
6310
+ * @param {Reference} [props.attachedDocument] - Additional documentation about the medicinal product
6311
+ * @param {BackboneElement} [props.characteristic] - Key product features such as "sugar free", "modified release"
6312
+ * @param {string} [props.classification] - Allows the product to be classified by various systems. Accepts all values from http://hl7.org/fhir/ValueSet/product-classification-codes
6313
+ * @param {Reference} [props.clinicalTrial] - Clinical trials or studies that this product is involved in
6314
+ * @param {string} [props.code] - A code that this product is known by, within some formal terminology. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6315
6315
  * @param {string} [props.combinedPharmaceuticalDoseForm] - The dose form for a single part product, or combined form of a multiple part product. Accepts all values from http://hl7.org/fhir/ValueSet/combined-dose-form
6316
- * @param {string} [props.route] - The path by which the product is taken into or makes contact with the body. Accepts all values from http://hl7.org/fhir/ValueSet/route-codes
6316
+ * @param {BackboneElement} [props.contact] - A product specific contact, person (in a role), or an organization
6317
+ * @param {BackboneElement} [props.crossReference] - Reference to another product, e.g. for linking authorised to investigational product
6318
+ * @param {markdown} [props.description] - General description of this product
6319
+ * @param {string} [props.domain] - If this medicine applies to human or veterinary uses. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-domain
6320
+ * @param {Identifier} [props.identifier] - Business identifier for this product. Could be an MPID
6321
+ * @param {string} [props.impurity] - Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
6317
6322
  * @param {markdown} [props.indication] - Description of indication(s) for this product, used when structured indications are not required
6323
+ * @param {string} [props.ingredient] - The ingredients of this medicinal product - when not detailed in other resources. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
6318
6324
  * @param {string} [props.legalStatusOfSupply] - The legal status of supply of the medicinal product as classified by the regulator. Accepts all values from http://hl7.org/fhir/ValueSet/legal-status-of-supply
6319
- * @param {string} [props.additionalMonitoringIndicator] - Whether the Medicinal Product is subject to additional monitoring for regulatory reasons. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-additional-monitoring
6320
- * @param {string} [props.specialMeasures] - Whether the Medicinal Product is subject to special measures for regulatory reasons. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-special-measures
6321
- * @param {string} [props.pediatricUseIndicator] - If authorised for use in children. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use
6322
- * @param {string} [props.classification] - Allows the product to be classified by various systems. Accepts all values from http://hl7.org/fhir/ValueSet/product-classification-codes
6323
6325
  * @param {MarketingStatus} [props.marketingStatus] - Marketing status of the medicinal product, in contrast to marketing authorization
6324
- * @param {string} [props.packagedMedicinalProduct] - Package type for the product. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-package-type
6325
- * @param {string} [props.ingredient] - The ingredients of this medicinal product - when not detailed in other resources. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
6326
- * @param {string} [props.impurity] - Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. Accepts all values from http://hl7.org/fhir/ValueSet/substance-codes
6327
- * @param {Reference} [props.attachedDocument] - Additional documentation about the medicinal product
6328
6326
  * @param {Reference} [props.masterFile] - A master file for the medicinal product (e.g. Pharmacovigilance System Master File)
6329
- * @param {BackboneElement} [props.contact] - A product specific contact, person (in a role), or an organization
6330
- * @param {Reference} [props.clinicalTrial] - Clinical trials or studies that this product is involved in
6331
- * @param {string} [props.code] - A code that this product is known by, within some formal terminology. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
6332
6327
  * @param {BackboneElement} [props.name] - The product's name, including full name and possibly coded parts
6333
- * @param {BackboneElement} [props.crossReference] - Reference to another product, e.g. for linking authorised to investigational product
6334
6328
  * @param {BackboneElement} [props.operation] - A manufacturing or administrative process for the medicinal product
6335
- * @param {BackboneElement} [props.characteristic] - Key product features such as "sugar free", "modified release"
6329
+ * @param {string} [props.packagedMedicinalProduct] - Package type for the product. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-package-type
6330
+ * @param {string} [props.pediatricUseIndicator] - If authorised for use in children. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use
6331
+ * @param {string} [props.route] - The path by which the product is taken into or makes contact with the body. Accepts all values from http://hl7.org/fhir/ValueSet/route-codes
6332
+ * @param {string} [props.specialMeasures] - Whether the Medicinal Product is subject to special measures for regulatory reasons. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-special-measures
6333
+ * @param {string} [props.status] - The status within the lifecycle of this product record. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
6334
+ * @param {dateTime} [props.statusDate] - The date at which the given status became applicable
6335
+ * @param {string} [props.type] - Regulatory type, e.g. Investigational or Authorized. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-type
6336
+ * @param {string} [props.version] - A business identifier relating to a specific version of the product
6336
6337
  */
6337
6338
  declare function medicinalProductDefinition(type: "MedicinalProductDefinition", props: MedicinalProductDefinition_Props): any;
6338
6339
  declare function medicinalProductDefinition(props: MedicinalProductDefinition_Props): any;
@@ -6341,22 +6342,22 @@ declare function medicinalProductDefinition(props: MedicinalProductDefinition_Pr
6341
6342
  * @public
6342
6343
  * @function
6343
6344
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6344
- * @param {Identifier} [props.identifier] - Unique ID for this particular sequence. This is a FHIR-defined id
6345
- * @param {string} [props.type] - aa | dna | rna. Accepts all values from http://hl7.org/fhir/ValueSet/sequence-type|4.3.0
6346
6345
  * @param {integer} [props.coordinateSystem] - Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)
6347
- * @param {Reference} [props.patient] - Who and/or what this is about
6348
- * @param {Reference} [props.specimen] - Specimen used for sequencing
6349
6346
  * @param {Reference} [props.device] - The method for sequencing
6350
- * @param {Reference} [props.performer] - Who should be responsible for test result
6351
- * @param {Quantity} [props.quantity] - The number of copies of the sequence of interest. (RNASeq)
6352
- * @param {BackboneElement} [props.referenceSeq] - A sequence used as reference
6353
- * @param {BackboneElement} [props.variant] - Variant in sequence
6347
+ * @param {Identifier} [props.identifier] - Unique ID for this particular sequence. This is a FHIR-defined id
6354
6348
  * @param {string} [props.observedSeq] - Sequence that was observed
6349
+ * @param {Reference} [props.patient] - Who and/or what this is about
6350
+ * @param {Reference} [props.performer] - Who should be responsible for test result
6351
+ * @param {Reference} [props.pointer] - Pointer to next atomic sequence
6355
6352
  * @param {BackboneElement} [props.quality] - An set of value as quality of sequence
6353
+ * @param {Quantity} [props.quantity] - The number of copies of the sequence of interest. (RNASeq)
6356
6354
  * @param {integer} [props.readCoverage] - Average number of reads representing a given nucleotide in the reconstructed sequence
6355
+ * @param {BackboneElement} [props.referenceSeq] - A sequence used as reference
6357
6356
  * @param {BackboneElement} [props.repository] - External repository which contains detailed report related with observedSeq in this resource
6358
- * @param {Reference} [props.pointer] - Pointer to next atomic sequence
6357
+ * @param {Reference} [props.specimen] - Specimen used for sequencing
6359
6358
  * @param {BackboneElement} [props.structureVariant] - Structural variant
6359
+ * @param {string} [props.type] - aa | dna | rna. Accepts all values from http://hl7.org/fhir/ValueSet/sequence-type|4.3.0
6360
+ * @param {BackboneElement} [props.variant] - Variant in sequence
6360
6361
  */
6361
6362
  declare function molecularSequence(type: "MolecularSequence", props: MolecularSequence_Props): any;
6362
6363
  declare function molecularSequence(props: MolecularSequence_Props): any;
@@ -6365,23 +6366,23 @@ declare function molecularSequence(props: MolecularSequence_Props): any;
6365
6366
  * @public
6366
6367
  * @function
6367
6368
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6369
+ * @param {Reference} [props.allergyIntolerance] - List of the patient's food and nutrition-related allergies and intolerances
6370
+ * @param {dateTime} [props.dateTime] - Date and time the nutrition order was requested
6371
+ * @param {Reference} [props.encounter] - The encounter associated with this nutrition order
6372
+ * @param {BackboneElement} [props.enteralFormula] - Enteral formula components
6373
+ * @param {string} [props.excludeFoodModifier] - Order-specific modifier about the type of food that should not be given. Accepts all values from http://hl7.org/fhir/ValueSet/food-type
6374
+ * @param {string} [props.foodPreferenceModifier] - Order-specific modifier about the type of food that should be given. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-diet
6368
6375
  * @param {Identifier} [props.identifier] - Identifiers assigned to this order
6376
+ * @param {string} [props.instantiates] - Instantiates protocol or definition
6369
6377
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
6370
6378
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
6371
- * @param {string} [props.instantiates] - Instantiates protocol or definition
6372
- * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
6373
6379
  * @param {string} [props.intent] - proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/request-intent|4.3.0
6374
- * @param {Reference} [props.patient] - The person who requires the diet, formula or nutritional supplement
6375
- * @param {Reference} [props.encounter] - The encounter associated with this nutrition order
6376
- * @param {dateTime} [props.dateTime] - Date and time the nutrition order was requested
6377
- * @param {Reference} [props.orderer] - Who ordered the diet, formula or nutritional supplement
6378
- * @param {Reference} [props.allergyIntolerance] - List of the patient's food and nutrition-related allergies and intolerances
6379
- * @param {string} [props.foodPreferenceModifier] - Order-specific modifier about the type of food that should be given. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-diet
6380
- * @param {string} [props.excludeFoodModifier] - Order-specific modifier about the type of food that should not be given. Accepts all values from http://hl7.org/fhir/ValueSet/food-type
6380
+ * @param {Annotation} [props.note] - Comments
6381
6381
  * @param {BackboneElement} [props.oralDiet] - Oral diet components
6382
- * @param {BackboneElement} [props.supplement] - Supplement components
6383
- * @param {BackboneElement} [props.enteralFormula] - Enteral formula components
6384
- * @param {Annotation} [props.note] - Comments
6382
+ * @param {Reference} [props.orderer] - Who ordered the diet, formula or nutritional supplement
6383
+ * @param {Reference} [props.patient] - The person who requires the diet, formula or nutritional supplement
6384
+ * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
6385
+ * @param {BackboneElement} [props.supplement] - Supplement components
6385
6386
  */
6386
6387
  declare function nutritionOrder(type: "NutritionOrder", props: NutritionOrder_Props): any;
6387
6388
  declare function nutritionOrder(props: NutritionOrder_Props): any;
@@ -6390,16 +6391,16 @@ declare function nutritionOrder(props: NutritionOrder_Props): any;
6390
6391
  * @public
6391
6392
  * @function
6392
6393
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6393
- * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/nutritionproduct-status|4.3.0
6394
6394
  * @param {string} [props.category] - A category or class of the nutrition product (halal, kosher, gluten free, vegan, etc). Accepts all values from http://hl7.org/fhir/ValueSet/nutrition-product-category
6395
6395
  * @param {string} [props.code] - A code designating a specific type of nutritional product. Accepts all values from http://hl7.org/fhir/ValueSet/edible-substance-type
6396
- * @param {Reference} [props.manufacturer] - Manufacturer, representative or officially responsible for the product
6397
- * @param {BackboneElement} [props.nutrient] - The product's nutritional information expressed by the nutrients
6398
6396
  * @param {BackboneElement} [props.ingredient] - Ingredients contained in this product
6399
- * @param {string} [props.knownAllergen] - Known or suspected allergens that are a part of this product. Accepts all values from http://hl7.org/fhir/ValueSet/allergen-class
6400
- * @param {BackboneElement} [props.productCharacteristic] - Specifies descriptive properties of the nutrition product
6401
6397
  * @param {BackboneElement} [props.instance] - One or several physical instances or occurrences of the nutrition product
6398
+ * @param {string} [props.knownAllergen] - Known or suspected allergens that are a part of this product. Accepts all values from http://hl7.org/fhir/ValueSet/allergen-class
6399
+ * @param {Reference} [props.manufacturer] - Manufacturer, representative or officially responsible for the product
6402
6400
  * @param {Annotation} [props.note] - Comments made about the product
6401
+ * @param {BackboneElement} [props.nutrient] - The product's nutritional information expressed by the nutrients
6402
+ * @param {BackboneElement} [props.productCharacteristic] - Specifies descriptive properties of the nutrition product
6403
+ * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/nutritionproduct-status|4.3.0
6403
6404
  */
6404
6405
  declare function nutritionProduct(type: "NutritionProduct", props: NutritionProduct_Props): any;
6405
6406
  declare function nutritionProduct(props: NutritionProduct_Props): any;
@@ -6408,30 +6409,30 @@ declare function nutritionProduct(props: NutritionProduct_Props): any;
6408
6409
  * @public
6409
6410
  * @function
6410
6411
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6411
- * @param {Identifier} [props.identifier] - Business Identifier for observation
6412
6412
  * @param {Reference} [props.basedOn] - Fulfills plan, proposal or order
6413
- * @param {Reference} [props.partOf] - Part of referenced event
6414
- * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.3.0
6413
+ * @param {string} [props.bodySite] - Observed body part. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
6415
6414
  * @param {string} [props.category] - Classification of type of observation. Accepts all values from http://hl7.org/fhir/ValueSet/observation-category
6416
6415
  * @param {string} [props.code] - Type of observation (code / type). Accepts all values from http://hl7.org/fhir/ValueSet/observation-codes
6417
- * @param {Reference} [props.subject] - Who and/or what the observation is about
6418
- * @param {Reference} [props.focus] - What the observation is about, when it is not about the subject of record
6419
- * @param {Reference} [props.encounter] - Healthcare event during which this observation is made
6420
- * @param {dateTime|Period|Timing|instant} [props.effective] - Clinically relevant time/time-period for observation
6421
- * @param {instant} [props.issued] - Date/Time this version was made available
6422
- * @param {Reference} [props.performer] - Who is responsible for the observation
6423
- * @param {Quantity|CodeableConcept|string|boolean|integer|Range|Ratio|SampledData|time|dateTime|Period} [props.value] - Actual result
6416
+ * @param {BackboneElement} [props.component] - Component results
6424
6417
  * @param {string} [props.dataAbsentReason] - Why the result is missing. Accepts all values from http://hl7.org/fhir/ValueSet/data-absent-reason
6418
+ * @param {Reference} [props.derivedFrom] - Related measurements the observation is made from
6419
+ * @param {Reference} [props.device] - (Measurement) Device
6420
+ * @param {dateTime|Period|Timing|instant} [props.effective] - Clinically relevant time/time-period for observation
6421
+ * @param {Reference} [props.encounter] - Healthcare event during which this observation is made
6422
+ * @param {Reference} [props.focus] - What the observation is about, when it is not about the subject of record
6423
+ * @param {Reference} [props.hasMember] - Related resource that belongs to the Observation group
6424
+ * @param {Identifier} [props.identifier] - Business Identifier for observation
6425
6425
  * @param {string} [props.interpretation] - High, low, normal, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/observation-interpretation
6426
- * @param {Annotation} [props.note] - Comments about the observation
6427
- * @param {string} [props.bodySite] - Observed body part. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
6426
+ * @param {instant} [props.issued] - Date/Time this version was made available
6428
6427
  * @param {string} [props.method] - How it was done. Accepts all values from http://hl7.org/fhir/ValueSet/observation-methods
6429
- * @param {Reference} [props.specimen] - Specimen used for this observation
6430
- * @param {Reference} [props.device] - (Measurement) Device
6428
+ * @param {Annotation} [props.note] - Comments about the observation
6429
+ * @param {Reference} [props.partOf] - Part of referenced event
6430
+ * @param {Reference} [props.performer] - Who is responsible for the observation
6431
6431
  * @param {BackboneElement} [props.referenceRange] - Provides guide for interpretation
6432
- * @param {Reference} [props.hasMember] - Related resource that belongs to the Observation group
6433
- * @param {Reference} [props.derivedFrom] - Related measurements the observation is made from
6434
- * @param {BackboneElement} [props.component] - Component results
6432
+ * @param {Reference} [props.specimen] - Specimen used for this observation
6433
+ * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.3.0
6434
+ * @param {Reference} [props.subject] - Who and/or what the observation is about
6435
+ * @param {Quantity|CodeableConcept|string|boolean|integer|Range|Ratio|SampledData|time|dateTime|Period} [props.value] - Actual result
6435
6436
  */
6436
6437
  declare function observation(type: "Observation", props: Observation_Props): any;
6437
6438
  declare function observation(props: Observation_Props): any;
@@ -6440,19 +6441,19 @@ declare function observation(props: Observation_Props): any;
6440
6441
  * @public
6441
6442
  * @function
6442
6443
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6444
+ * @param {Reference} [props.abnormalCodedValueSet] - Value set of abnormal coded values for the observations conforming to this ObservationDefinition
6443
6445
  * @param {string} [props.category] - Category of observation. Accepts all values from http://hl7.org/fhir/ValueSet/observation-category
6444
6446
  * @param {string} [props.code] - Type of observation (code / type). Accepts all values from http://hl7.org/fhir/ValueSet/observation-codes
6447
+ * @param {Reference} [props.criticalCodedValueSet] - Value set of critical coded values for the observations conforming to this ObservationDefinition
6445
6448
  * @param {Identifier} [props.identifier] - Business identifier for this ObservationDefinition instance
6446
- * @param {string} [props.permittedDataType] - Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period. Accepts all values from http://hl7.org/fhir/ValueSet/permitted-data-type|4.3.0
6447
- * @param {boolean} [props.multipleResultsAllowed] - Multiple results allowed
6448
6449
  * @param {string} [props.method] - Method used to produce the observation. Accepts all values from http://hl7.org/fhir/ValueSet/observation-methods
6450
+ * @param {boolean} [props.multipleResultsAllowed] - Multiple results allowed
6451
+ * @param {Reference} [props.normalCodedValueSet] - Value set of normal coded values for the observations conforming to this ObservationDefinition
6452
+ * @param {string} [props.permittedDataType] - Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period. Accepts all values from http://hl7.org/fhir/ValueSet/permitted-data-type|4.3.0
6449
6453
  * @param {string} [props.preferredReportName] - Preferred report name
6450
- * @param {BackboneElement} [props.quantitativeDetails] - Characteristics of quantitative results
6451
6454
  * @param {BackboneElement} [props.qualifiedInterval] - Qualified range for continuous and ordinal observation results
6455
+ * @param {BackboneElement} [props.quantitativeDetails] - Characteristics of quantitative results
6452
6456
  * @param {Reference} [props.validCodedValueSet] - Value set of valid coded values for the observations conforming to this ObservationDefinition
6453
- * @param {Reference} [props.normalCodedValueSet] - Value set of normal coded values for the observations conforming to this ObservationDefinition
6454
- * @param {Reference} [props.abnormalCodedValueSet] - Value set of abnormal coded values for the observations conforming to this ObservationDefinition
6455
- * @param {Reference} [props.criticalCodedValueSet] - Value set of critical coded values for the observations conforming to this ObservationDefinition
6456
6457
  */
6457
6458
  declare function observationDefinition(type: "ObservationDefinition", props: ObservationDefinition_Props): any;
6458
6459
  declare function observationDefinition(props: ObservationDefinition_Props): any;
@@ -6461,16 +6462,16 @@ declare function observationDefinition(props: ObservationDefinition_Props): any;
6461
6462
  * @public
6462
6463
  * @function
6463
6464
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6464
- * @param {Identifier} [props.identifier] - Identifies this organization across multiple systems
6465
6465
  * @param {boolean} [props.active] - Whether the organization's record is still in active use
6466
- * @param {string} [props.type] - Kind of organization. Accepts all values from http://hl7.org/fhir/ValueSet/organization-type
6467
- * @param {string} [props.name] - Name used for the organization
6468
- * @param {string} [props.alias] - A list of alternate names that the organization is known as, or was known as in the past
6469
- * @param {ContactPoint} [props.telecom] - A contact detail for the organization
6470
6466
  * @param {Address} [props.address] - An address for the organization
6471
- * @param {Reference} [props.partOf] - The organization of which this organization forms a part
6467
+ * @param {string} [props.alias] - A list of alternate names that the organization is known as, or was known as in the past
6472
6468
  * @param {BackboneElement} [props.contact] - Contact for the organization for a certain purpose
6473
6469
  * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the organization
6470
+ * @param {Identifier} [props.identifier] - Identifies this organization across multiple systems
6471
+ * @param {string} [props.name] - Name used for the organization
6472
+ * @param {Reference} [props.partOf] - The organization of which this organization forms a part
6473
+ * @param {ContactPoint} [props.telecom] - A contact detail for the organization
6474
+ * @param {string} [props.type] - Kind of organization. Accepts all values from http://hl7.org/fhir/ValueSet/organization-type
6474
6475
  */
6475
6476
  declare function organization(type: "Organization", props: Organization_Props): any;
6476
6477
  declare function organization(props: Organization_Props): any;
@@ -6479,18 +6480,18 @@ declare function organization(props: Organization_Props): any;
6479
6480
  * @public
6480
6481
  * @function
6481
6482
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6482
- * @param {Identifier} [props.identifier] - Business identifiers that are specific to this role
6483
6483
  * @param {boolean} [props.active] - Whether this organization affiliation record is in active use
6484
- * @param {Period} [props.period] - The period during which the participatingOrganization is affiliated with the primary organization
6484
+ * @param {string} [props.code] - Definition of the role the participatingOrganization plays. Accepts all values from http://hl7.org/fhir/ValueSet/organization-role
6485
+ * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for this role
6486
+ * @param {Reference} [props.healthcareService] - Healthcare services provided through the role
6487
+ * @param {Identifier} [props.identifier] - Business identifiers that are specific to this role
6488
+ * @param {Reference} [props.location] - The location(s) at which the role occurs
6489
+ * @param {Reference} [props.network] - Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
6485
6490
  * @param {Reference} [props.organization] - Organization where the role is available
6486
6491
  * @param {Reference} [props.participatingOrganization] - Organization that provides/performs the role (e.g. providing services or is a member of)
6487
- * @param {Reference} [props.network] - Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
6488
- * @param {string} [props.code] - Definition of the role the participatingOrganization plays. Accepts all values from http://hl7.org/fhir/ValueSet/organization-role
6492
+ * @param {Period} [props.period] - The period during which the participatingOrganization is affiliated with the primary organization
6489
6493
  * @param {string} [props.specialty] - Specific specialty of the participatingOrganization in the context of the role. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
6490
- * @param {Reference} [props.location] - The location(s) at which the role occurs
6491
- * @param {Reference} [props.healthcareService] - Healthcare services provided through the role
6492
6494
  * @param {ContactPoint} [props.telecom] - Contact details at the participatingOrganization relevant to this Affiliation
6493
- * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for this role
6494
6495
  */
6495
6496
  declare function organizationAffiliation(type: "OrganizationAffiliation", props: OrganizationAffiliation_Props): any;
6496
6497
  declare function organizationAffiliation(props: OrganizationAffiliation_Props): any;
@@ -6499,20 +6500,20 @@ declare function organizationAffiliation(props: OrganizationAffiliation_Props):
6499
6500
  * @public
6500
6501
  * @function
6501
6502
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6502
- * @param {Identifier} [props.identifier] - A unique identifier for this package as whole
6503
- * @param {string} [props.name] - A name for this package. Typically as listed in a drug formulary, catalogue, inventory etc
6504
- * @param {string} [props.type] - A high level category e.g. medicinal product, raw material, shipping container etc. Accepts all values from http://hl7.org/fhir/ValueSet/package-type
6505
- * @param {Reference} [props.packageFor] - The product that this is a pack for
6506
- * @param {string} [props.status] - The status within the lifecycle of this item. High level - not intended to duplicate details elsewhere e.g. legal status, or authorization/marketing status. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
6507
- * @param {dateTime} [props.statusDate] - The date at which the given status became applicable
6503
+ * @param {string} [props.characteristic] - Allows the key features to be recorded, such as "hospital pack", "nurse prescribable". Accepts all values from http://hl7.org/fhir/ValueSet/package-characteristic
6508
6504
  * @param {Quantity} [props.containedItemQuantity] - A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size
6505
+ * @param {boolean} [props.copackagedIndicator] - If the drug product is supplied with another item such as a diluent or adjuvant
6509
6506
  * @param {markdown} [props.description] - Textual description. Note that this is not the name of the package or product
6507
+ * @param {Identifier} [props.identifier] - A unique identifier for this package as whole
6510
6508
  * @param {BackboneElement} [props.legalStatusOfSupply] - The legal status of supply of the packaged item as classified by the regulator
6511
- * @param {MarketingStatus} [props.marketingStatus] - Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated
6512
- * @param {string} [props.characteristic] - Allows the key features to be recorded, such as "hospital pack", "nurse prescribable". Accepts all values from http://hl7.org/fhir/ValueSet/package-characteristic
6513
- * @param {boolean} [props.copackagedIndicator] - If the drug product is supplied with another item such as a diluent or adjuvant
6514
6509
  * @param {Reference} [props.manufacturer] - Manufacturer of this package type (multiple means these are all possible manufacturers)
6510
+ * @param {MarketingStatus} [props.marketingStatus] - Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated
6511
+ * @param {string} [props.name] - A name for this package. Typically as listed in a drug formulary, catalogue, inventory etc
6515
6512
  * @param {BackboneElement} [props.package] - A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap
6513
+ * @param {Reference} [props.packageFor] - The product that this is a pack for
6514
+ * @param {string} [props.status] - The status within the lifecycle of this item. High level - not intended to duplicate details elsewhere e.g. legal status, or authorization/marketing status. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
6515
+ * @param {dateTime} [props.statusDate] - The date at which the given status became applicable
6516
+ * @param {string} [props.type] - A high level category e.g. medicinal product, raw material, shipping container etc. Accepts all values from http://hl7.org/fhir/ValueSet/package-type
6516
6517
  */
6517
6518
  declare function packagedProductDefinition(type: "PackagedProductDefinition", props: PackagedProductDefinition_Props): any;
6518
6519
  declare function packagedProductDefinition(props: PackagedProductDefinition_Props): any;
@@ -6521,22 +6522,22 @@ declare function packagedProductDefinition(props: PackagedProductDefinition_Prop
6521
6522
  * @public
6522
6523
  * @function
6523
6524
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6524
- * @param {Identifier} [props.identifier] - An identifier for this patient
6525
6525
  * @param {boolean} [props.active] - Whether this patient's record is in active use
6526
- * @param {HumanName} [props.name] - A name associated with the patient
6527
- * @param {ContactPoint} [props.telecom] - A contact detail for the individual
6528
- * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6526
+ * @param {Address} [props.address] - An address for the individual
6529
6527
  * @param {date} [props.birthDate] - The date of birth for the individual
6528
+ * @param {BackboneElement} [props.communication] - A language which may be used to communicate with the patient about his or her health
6529
+ * @param {BackboneElement} [props.contact] - A contact party (e.g. guardian, partner, friend) for the patient
6530
6530
  * @param {boolean|dateTime} [props.deceased] - Indicates if the individual is deceased or not
6531
- * @param {Address} [props.address] - An address for the individual
6531
+ * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6532
+ * @param {Reference} [props.generalPractitioner] - Patient's nominated primary care provider
6533
+ * @param {Identifier} [props.identifier] - An identifier for this patient
6534
+ * @param {BackboneElement} [props.link] - Link to another patient resource that concerns the same actual person
6535
+ * @param {Reference} [props.managingOrganization] - Organization that is the custodian of the patient record
6532
6536
  * @param {string} [props.maritalStatus] - Marital (civil) status of a patient. Accepts all values from http://hl7.org/fhir/ValueSet/marital-status
6533
6537
  * @param {boolean|integer} [props.multipleBirth] - Whether patient is part of a multiple birth
6538
+ * @param {HumanName} [props.name] - A name associated with the patient
6534
6539
  * @param {Attachment} [props.photo] - Image of the patient
6535
- * @param {BackboneElement} [props.contact] - A contact party (e.g. guardian, partner, friend) for the patient
6536
- * @param {BackboneElement} [props.communication] - A language which may be used to communicate with the patient about his or her health
6537
- * @param {Reference} [props.generalPractitioner] - Patient's nominated primary care provider
6538
- * @param {Reference} [props.managingOrganization] - Organization that is the custodian of the patient record
6539
- * @param {BackboneElement} [props.link] - Link to another patient resource that concerns the same actual person
6540
+ * @param {ContactPoint} [props.telecom] - A contact detail for the individual
6540
6541
  */
6541
6542
  declare function patient(type: "Patient", props: Patient_Props): any;
6542
6543
  declare function patient(props: Patient_Props): any;
@@ -6545,18 +6546,18 @@ declare function patient(props: Patient_Props): any;
6545
6546
  * @public
6546
6547
  * @function
6547
6548
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6548
- * @param {Identifier} [props.identifier] - Business Identifier for the payment noctice
6549
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
6550
- * @param {Reference} [props.request] - Request reference
6551
- * @param {Reference} [props.response] - Response reference
6549
+ * @param {Money} [props.amount] - Monetary amount of the payment
6552
6550
  * @param {dateTime} [props.created] - Creation date
6553
- * @param {Reference} [props.provider] - Responsible practitioner
6551
+ * @param {Identifier} [props.identifier] - Business Identifier for the payment noctice
6552
+ * @param {Reference} [props.payee] - Party being paid
6554
6553
  * @param {Reference} [props.payment] - Payment reference
6555
6554
  * @param {date} [props.paymentDate] - Payment or clearing date
6556
- * @param {Reference} [props.payee] - Party being paid
6557
- * @param {Reference} [props.recipient] - Party being notified
6558
- * @param {Money} [props.amount] - Monetary amount of the payment
6559
6555
  * @param {string} [props.paymentStatus] - Issued or cleared Status of the payment. Accepts all values from http://hl7.org/fhir/ValueSet/payment-status
6556
+ * @param {Reference} [props.provider] - Responsible practitioner
6557
+ * @param {Reference} [props.recipient] - Party being notified
6558
+ * @param {Reference} [props.request] - Request reference
6559
+ * @param {Reference} [props.response] - Response reference
6560
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
6560
6561
  */
6561
6562
  declare function paymentNotice(type: "PaymentNotice", props: PaymentNotice_Props): any;
6562
6563
  declare function paymentNotice(props: PaymentNotice_Props): any;
@@ -6565,21 +6566,21 @@ declare function paymentNotice(props: PaymentNotice_Props): any;
6565
6566
  * @public
6566
6567
  * @function
6567
6568
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6568
- * @param {Identifier} [props.identifier] - Business Identifier for a payment reconciliation
6569
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
6570
- * @param {Period} [props.period] - Period covered
6571
6569
  * @param {dateTime} [props.created] - Creation date
6572
- * @param {Reference} [props.paymentIssuer] - Party generating payment
6573
- * @param {Reference} [props.request] - Reference to requesting resource
6574
- * @param {Reference} [props.requestor] - Responsible practitioner
6575
- * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
6570
+ * @param {BackboneElement} [props.detail] - Settlement particulars
6576
6571
  * @param {string} [props.disposition] - Disposition message
6577
- * @param {date} [props.paymentDate] - When payment issued
6572
+ * @param {string} [props.formCode] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
6573
+ * @param {Identifier} [props.identifier] - Business Identifier for a payment reconciliation
6574
+ * @param {string} [props.outcome] - queued | complete | error | partial. Accepts all values from http://hl7.org/fhir/ValueSet/remittance-outcome|4.3.0
6578
6575
  * @param {Money} [props.paymentAmount] - Total amount of Payment
6576
+ * @param {date} [props.paymentDate] - When payment issued
6579
6577
  * @param {Identifier} [props.paymentIdentifier] - Business identifier for the payment
6580
- * @param {BackboneElement} [props.detail] - Settlement particulars
6581
- * @param {string} [props.formCode] - Printed form identifier. Accepts all values from http://hl7.org/fhir/ValueSet/forms
6578
+ * @param {Reference} [props.paymentIssuer] - Party generating payment
6579
+ * @param {Period} [props.period] - Period covered
6582
6580
  * @param {BackboneElement} [props.processNote] - Note concerning processing
6581
+ * @param {Reference} [props.request] - Reference to requesting resource
6582
+ * @param {Reference} [props.requestor] - Responsible practitioner
6583
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
6583
6584
  */
6584
6585
  declare function paymentReconciliation(type: "PaymentReconciliation", props: PaymentReconciliation_Props): any;
6585
6586
  declare function paymentReconciliation(props: PaymentReconciliation_Props): any;
@@ -6588,16 +6589,16 @@ declare function paymentReconciliation(props: PaymentReconciliation_Props): any;
6588
6589
  * @public
6589
6590
  * @function
6590
6591
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6592
+ * @param {boolean} [props.active] - This person's record is in active use
6593
+ * @param {Address} [props.address] - One or more addresses for the person
6594
+ * @param {date} [props.birthDate] - The date on which the person was born
6595
+ * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6591
6596
  * @param {Identifier} [props.identifier] - A human identifier for this person
6597
+ * @param {BackboneElement} [props.link] - Link to a resource that concerns the same actual person
6598
+ * @param {Reference} [props.managingOrganization] - The organization that is the custodian of the person record
6592
6599
  * @param {HumanName} [props.name] - A name associated with the person
6593
- * @param {ContactPoint} [props.telecom] - A contact detail for the person
6594
- * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6595
- * @param {date} [props.birthDate] - The date on which the person was born
6596
- * @param {Address} [props.address] - One or more addresses for the person
6597
6600
  * @param {Attachment} [props.photo] - Image of the person
6598
- * @param {Reference} [props.managingOrganization] - The organization that is the custodian of the person record
6599
- * @param {boolean} [props.active] - This person's record is in active use
6600
- * @param {BackboneElement} [props.link] - Link to a resource that concerns the same actual person
6601
+ * @param {ContactPoint} [props.telecom] - A contact detail for the person
6601
6602
  */
6602
6603
  declare function person(type: "Person", props: Person_Props): any;
6603
6604
  declare function person(props: Person_Props): any;
@@ -6606,37 +6607,37 @@ declare function person(props: Person_Props): any;
6606
6607
  * @public
6607
6608
  * @function
6608
6609
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6609
- * @param {string} [props.url] - Canonical identifier for this plan definition, represented as a URI (globally unique)
6610
- * @param {Identifier} [props.identifier] - Additional identifier for the plan definition
6611
- * @param {string} [props.version] - Business version of the plan definition
6612
- * @param {string} [props.name] - Name for this plan definition (computer friendly)
6613
- * @param {string} [props.title] - Name for this plan definition (human friendly)
6614
- * @param {string} [props.subtitle] - Subordinate title of the plan definition
6615
- * @param {string} [props.type] - order-set | clinical-protocol | eca-rule | workflow-definition. Accepts all values from http://hl7.org/fhir/ValueSet/plan-definition-type
6616
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6617
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
6618
- * @param {string} [props.subject] - Type of individual the plan definition is focused on. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6619
- * @param {dateTime} [props.date] - Date last changed
6620
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6621
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
6622
- * @param {markdown} [props.description] - Natural language description of the plan definition
6623
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6624
- * @param {string} [props.jurisdiction] - Intended jurisdiction for plan definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6625
- * @param {markdown} [props.purpose] - Why this plan definition is defined
6626
- * @param {string} [props.usage] - Describes the clinical usage of the plan
6627
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6610
+ * @param {BackboneElement} [props.action] - Action defined by the plan
6628
6611
  * @param {date} [props.approvalDate] - When the plan definition was approved by publisher
6629
- * @param {date} [props.lastReviewDate] - When the plan definition was last reviewed
6630
- * @param {Period} [props.effectivePeriod] - When the plan definition is expected to be used
6631
- * @param {string} [props.topic] - E.g. Education, Treatment, Assessment. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6632
6612
  * @param {ContactDetail} [props.author] - Who authored the content
6613
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
6614
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6615
+ * @param {dateTime} [props.date] - Date last changed
6616
+ * @param {markdown} [props.description] - Natural language description of the plan definition
6633
6617
  * @param {ContactDetail} [props.editor] - Who edited the content
6634
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6618
+ * @param {Period} [props.effectivePeriod] - When the plan definition is expected to be used
6635
6619
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
6636
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations
6637
- * @param {canonical} [props.library] - Logic used by the plan definition
6620
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
6638
6621
  * @param {BackboneElement} [props.goal] - What the plan is trying to accomplish
6639
- * @param {BackboneElement} [props.action] - Action defined by the plan
6622
+ * @param {Identifier} [props.identifier] - Additional identifier for the plan definition
6623
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for plan definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6624
+ * @param {date} [props.lastReviewDate] - When the plan definition was last reviewed
6625
+ * @param {canonical} [props.library] - Logic used by the plan definition
6626
+ * @param {string} [props.name] - Name for this plan definition (computer friendly)
6627
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6628
+ * @param {markdown} [props.purpose] - Why this plan definition is defined
6629
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations
6630
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6631
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6632
+ * @param {string} [props.subject] - Type of individual the plan definition is focused on. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6633
+ * @param {string} [props.subtitle] - Subordinate title of the plan definition
6634
+ * @param {string} [props.title] - Name for this plan definition (human friendly)
6635
+ * @param {string} [props.topic] - E.g. Education, Treatment, Assessment. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6636
+ * @param {string} [props.type] - order-set | clinical-protocol | eca-rule | workflow-definition. Accepts all values from http://hl7.org/fhir/ValueSet/plan-definition-type
6637
+ * @param {string} [props.url] - Canonical identifier for this plan definition, represented as a URI (globally unique)
6638
+ * @param {string} [props.usage] - Describes the clinical usage of the plan
6639
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6640
+ * @param {string} [props.version] - Business version of the plan definition
6640
6641
  */
6641
6642
  declare function planDefinition(type: "PlanDefinition", props: PlanDefinition_Props): any;
6642
6643
  declare function planDefinition(props: PlanDefinition_Props): any;
@@ -6645,16 +6646,16 @@ declare function planDefinition(props: PlanDefinition_Props): any;
6645
6646
  * @public
6646
6647
  * @function
6647
6648
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6648
- * @param {Identifier} [props.identifier] - An identifier for the person as this agent
6649
6649
  * @param {boolean} [props.active] - Whether this practitioner's record is in active use
6650
- * @param {HumanName} [props.name] - The name(s) associated with the practitioner
6651
- * @param {ContactPoint} [props.telecom] - A contact detail for the practitioner (that apply to all roles)
6652
6650
  * @param {Address} [props.address] - Address(es) of the practitioner that are not role specific (typically home address)
6653
- * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6654
6651
  * @param {date} [props.birthDate] - The date on which the practitioner was born
6652
+ * @param {string} [props.communication] - A language the practitioner can use in patient communication. Accepts all values from http://hl7.org/fhir/ValueSet/languages
6653
+ * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6654
+ * @param {Identifier} [props.identifier] - An identifier for the person as this agent
6655
+ * @param {HumanName} [props.name] - The name(s) associated with the practitioner
6655
6656
  * @param {Attachment} [props.photo] - Image of the person
6656
6657
  * @param {BackboneElement} [props.qualification] - Certification, licenses, or training pertaining to the provision of care
6657
- * @param {string} [props.communication] - A language the practitioner can use in patient communication. Accepts all values from http://hl7.org/fhir/ValueSet/languages
6658
+ * @param {ContactPoint} [props.telecom] - A contact detail for the practitioner (that apply to all roles)
6658
6659
  */
6659
6660
  declare function practitioner(type: "Practitioner", props: Practitioner_Props): any;
6660
6661
  declare function practitioner(props: Practitioner_Props): any;
@@ -6663,20 +6664,20 @@ declare function practitioner(props: Practitioner_Props): any;
6663
6664
  * @public
6664
6665
  * @function
6665
6666
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6666
- * @param {Identifier} [props.identifier] - Business Identifiers that are specific to a role/location
6667
6667
  * @param {boolean} [props.active] - Whether this practitioner role record is in active use
6668
+ * @param {string} [props.availabilityExceptions] - Description of availability exceptions
6669
+ * @param {BackboneElement} [props.availableTime] - Times the Service Site is available
6670
+ * @param {string} [props.code] - Roles which this practitioner may perform. Accepts all values from http://hl7.org/fhir/ValueSet/practitioner-role
6671
+ * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the practitioner with this role
6672
+ * @param {Reference} [props.healthcareService] - The list of healthcare services that this worker provides for this role's Organization/Location(s)
6673
+ * @param {Identifier} [props.identifier] - Business Identifiers that are specific to a role/location
6674
+ * @param {Reference} [props.location] - The location(s) at which this practitioner provides care
6675
+ * @param {BackboneElement} [props.notAvailable] - Not available during this time due to provided reason
6676
+ * @param {Reference} [props.organization] - Organization where the roles are available
6668
6677
  * @param {Period} [props.period] - The period during which the practitioner is authorized to perform in these role(s)
6669
6678
  * @param {Reference} [props.practitioner] - Practitioner that is able to provide the defined services for the organization
6670
- * @param {Reference} [props.organization] - Organization where the roles are available
6671
- * @param {string} [props.code] - Roles which this practitioner may perform. Accepts all values from http://hl7.org/fhir/ValueSet/practitioner-role
6672
6679
  * @param {string} [props.specialty] - Specific specialty of the practitioner. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
6673
- * @param {Reference} [props.location] - The location(s) at which this practitioner provides care
6674
- * @param {Reference} [props.healthcareService] - The list of healthcare services that this worker provides for this role's Organization/Location(s)
6675
6680
  * @param {ContactPoint} [props.telecom] - Contact details that are specific to the role/location/service
6676
- * @param {BackboneElement} [props.availableTime] - Times the Service Site is available
6677
- * @param {BackboneElement} [props.notAvailable] - Not available during this time due to provided reason
6678
- * @param {string} [props.availabilityExceptions] - Description of availability exceptions
6679
- * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the practitioner with this role
6680
6681
  */
6681
6682
  declare function practitionerRole(type: "PractitionerRole", props: PractitionerRole_Props): any;
6682
6683
  declare function practitionerRole(props: PractitionerRole_Props): any;
@@ -6685,34 +6686,34 @@ declare function practitionerRole(props: PractitionerRole_Props): any;
6685
6686
  * @public
6686
6687
  * @function
6687
6688
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6688
- * @param {Identifier} [props.identifier] - External Identifiers for this procedure
6689
- * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
6690
- * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
6689
+ * @param {Reference} [props.asserter] - Person who asserts this procedure
6691
6690
  * @param {Reference} [props.basedOn] - A request for this procedure
6692
- * @param {Reference} [props.partOf] - Part of referenced event
6693
- * @param {string} [props.status] - preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/event-status|4.3.0
6694
- * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-not-performed-reason
6691
+ * @param {string} [props.bodySite] - Target body sites. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
6695
6692
  * @param {string} [props.category] - Classification of the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-category
6696
6693
  * @param {string} [props.code] - Identification of the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-code
6697
- * @param {Reference} [props.subject] - Who the procedure was performed on
6694
+ * @param {string} [props.complication] - Complication following the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
6695
+ * @param {Reference} [props.complicationDetail] - A condition that is a result of the procedure
6698
6696
  * @param {Reference} [props.encounter] - Encounter created as part of
6697
+ * @param {BackboneElement} [props.focalDevice] - Manipulated, implanted, or removed device
6698
+ * @param {string} [props.followUp] - Instructions for follow up. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-followup
6699
+ * @param {Identifier} [props.identifier] - External Identifiers for this procedure
6700
+ * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
6701
+ * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
6702
+ * @param {Reference} [props.location] - Where the procedure happened
6703
+ * @param {Annotation} [props.note] - Additional information about the procedure
6704
+ * @param {string} [props.outcome] - The result of procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-outcome
6705
+ * @param {Reference} [props.partOf] - Part of referenced event
6699
6706
  * @param {dateTime|Period|string|Age|Range} [props.performed] - When the procedure was performed
6700
- * @param {Reference} [props.recorder] - Who recorded the procedure
6701
- * @param {Reference} [props.asserter] - Person who asserts this procedure
6702
6707
  * @param {BackboneElement} [props.performer] - The people who performed the procedure
6703
- * @param {Reference} [props.location] - Where the procedure happened
6704
6708
  * @param {string} [props.reasonCode] - Coded reason procedure performed. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
6705
6709
  * @param {Reference} [props.reasonReference] - The justification that the procedure was performed
6706
- * @param {string} [props.bodySite] - Target body sites. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
6707
- * @param {string} [props.outcome] - The result of procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-outcome
6710
+ * @param {Reference} [props.recorder] - Who recorded the procedure
6708
6711
  * @param {Reference} [props.report] - Any report resulting from the procedure
6709
- * @param {string} [props.complication] - Complication following the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
6710
- * @param {Reference} [props.complicationDetail] - A condition that is a result of the procedure
6711
- * @param {string} [props.followUp] - Instructions for follow up. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-followup
6712
- * @param {Annotation} [props.note] - Additional information about the procedure
6713
- * @param {BackboneElement} [props.focalDevice] - Manipulated, implanted, or removed device
6714
- * @param {Reference} [props.usedReference] - Items used during procedure
6712
+ * @param {string} [props.status] - preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/event-status|4.3.0
6713
+ * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-not-performed-reason
6714
+ * @param {Reference} [props.subject] - Who the procedure was performed on
6715
6715
  * @param {string} [props.usedCode] - Coded items used during the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
6716
+ * @param {Reference} [props.usedReference] - Items used during procedure
6716
6717
  */
6717
6718
  declare function procedure(type: "Procedure", props: Procedure_Props): any;
6718
6719
  declare function procedure(props: Procedure_Props): any;
@@ -6721,28 +6722,28 @@ declare function procedure(props: Procedure_Props): any;
6721
6722
  * @public
6722
6723
  * @function
6723
6724
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6724
- * @param {string} [props.url] - Canonical identifier for this questionnaire, represented as a URI (globally unique)
6725
+ * @param {date} [props.approvalDate] - When the questionnaire was approved by publisher
6726
+ * @param {string} [props.code] - Concept that represents the overall questionnaire. Accepts all values from http://hl7.org/fhir/ValueSet/questionnaire-questions
6727
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
6728
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6729
+ * @param {dateTime} [props.date] - Date last changed
6730
+ * @param {canonical} [props.derivedFrom] - Instantiates protocol or definition
6731
+ * @param {markdown} [props.description] - Natural language description of the questionnaire
6732
+ * @param {Period} [props.effectivePeriod] - When the questionnaire is expected to be used
6733
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
6725
6734
  * @param {Identifier} [props.identifier] - Additional identifier for the questionnaire
6726
- * @param {string} [props.version] - Business version of the questionnaire
6735
+ * @param {BackboneElement} [props.item] - Questions and sections within the Questionnaire
6736
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for questionnaire (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6737
+ * @param {date} [props.lastReviewDate] - When the questionnaire was last reviewed
6727
6738
  * @param {string} [props.name] - Name for this questionnaire (computer friendly)
6728
- * @param {string} [props.title] - Name for this questionnaire (human friendly)
6729
- * @param {canonical} [props.derivedFrom] - Instantiates protocol or definition
6739
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6740
+ * @param {markdown} [props.purpose] - Why this questionnaire is defined
6730
6741
  * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6731
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
6732
6742
  * @param {string} [props.subjectType] - Resource that can be subject of QuestionnaireResponse. Accepts all values from http://hl7.org/fhir/ValueSet/resource-types|4.3.0
6733
- * @param {dateTime} [props.date] - Date last changed
6734
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6735
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
6736
- * @param {markdown} [props.description] - Natural language description of the questionnaire
6743
+ * @param {string} [props.title] - Name for this questionnaire (human friendly)
6744
+ * @param {string} [props.url] - Canonical identifier for this questionnaire, represented as a URI (globally unique)
6737
6745
  * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6738
- * @param {string} [props.jurisdiction] - Intended jurisdiction for questionnaire (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6739
- * @param {markdown} [props.purpose] - Why this questionnaire is defined
6740
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6741
- * @param {date} [props.approvalDate] - When the questionnaire was approved by publisher
6742
- * @param {date} [props.lastReviewDate] - When the questionnaire was last reviewed
6743
- * @param {Period} [props.effectivePeriod] - When the questionnaire is expected to be used
6744
- * @param {string} [props.code] - Concept that represents the overall questionnaire. Accepts all values from http://hl7.org/fhir/ValueSet/questionnaire-questions
6745
- * @param {BackboneElement} [props.item] - Questions and sections within the Questionnaire
6746
+ * @param {string} [props.version] - Business version of the questionnaire
6746
6747
  */
6747
6748
  declare function questionnaire(type: "Questionnaire", props: Questionnaire_Props): any;
6748
6749
  declare function questionnaire(props: Questionnaire_Props): any;
@@ -6751,17 +6752,17 @@ declare function questionnaire(props: Questionnaire_Props): any;
6751
6752
  * @public
6752
6753
  * @function
6753
6754
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6754
- * @param {Identifier} [props.identifier] - Unique id for this set of answers
6755
+ * @param {Reference} [props.author] - Person who received and recorded the answers
6756
+ * @param {dateTime} [props.authored] - Date the answers were gathered
6755
6757
  * @param {Reference} [props.basedOn] - Request fulfilled by this QuestionnaireResponse
6758
+ * @param {Reference} [props.encounter] - Encounter created as part of
6759
+ * @param {Identifier} [props.identifier] - Unique id for this set of answers
6760
+ * @param {BackboneElement} [props.item] - Groups and questions
6756
6761
  * @param {Reference} [props.partOf] - Part of this action
6757
6762
  * @param {canonical} [props.questionnaire] - Form being answered
6763
+ * @param {Reference} [props.source] - The person who answered the questions
6758
6764
  * @param {string} [props.status] - in-progress | completed | amended | entered-in-error | stopped. Accepts all values from http://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.3.0
6759
6765
  * @param {Reference} [props.subject] - The subject of the questions
6760
- * @param {Reference} [props.encounter] - Encounter created as part of
6761
- * @param {dateTime} [props.authored] - Date the answers were gathered
6762
- * @param {Reference} [props.author] - Person who received and recorded the answers
6763
- * @param {Reference} [props.source] - The person who answered the questions
6764
- * @param {BackboneElement} [props.item] - Groups and questions
6765
6766
  */
6766
6767
  declare function questionnaireResponse(type: "QuestionnaireResponse", props: QuestionnaireResponse_Props): any;
6767
6768
  declare function questionnaireResponse(props: QuestionnaireResponse_Props): any;
@@ -6770,20 +6771,20 @@ declare function questionnaireResponse(props: QuestionnaireResponse_Props): any;
6770
6771
  * @public
6771
6772
  * @function
6772
6773
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6773
- * @param {Identifier} [props.identifier] - Business identifier for the authorization, typically assigned by the authorizing body
6774
- * @param {Reference} [props.subject] - The product type, treatment, facility or activity that is being authorized
6775
- * @param {string} [props.type] - Overall type of this authorization, for example drug marketing approval, orphan drug designation. Accepts all values from http://hl7.org/fhir/ValueSet/regulated-authorization-type
6774
+ * @param {string} [props.basis] - The legal/regulatory framework or reasons under which this authorization is granted. Accepts all values from http://hl7.org/fhir/ValueSet/regulated-authorization-basis
6775
+ * @param {BackboneElement} [props.case] - The case or regulatory procedure for granting or amending a regulated authorization. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page)
6776
6776
  * @param {markdown} [props.description] - General textual supporting information
6777
+ * @param {Reference} [props.holder] - The organization that has been granted this authorization, by the regulator
6778
+ * @param {Identifier} [props.identifier] - Business identifier for the authorization, typically assigned by the authorizing body
6779
+ * @param {CodeableReference} [props.indication] - Condition for which the use of the regulated product applies
6780
+ * @param {string} [props.intendedUse] - The intended use of the product, e.g. prevention, treatment. Accepts all values from http://hl7.org/fhir/ValueSet/product-intended-use
6777
6781
  * @param {string} [props.region] - The territory in which the authorization has been granted. Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6782
+ * @param {Reference} [props.regulator] - The regulatory authority or authorizing body granting the authorization
6778
6783
  * @param {string} [props.status] - The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
6779
6784
  * @param {dateTime} [props.statusDate] - The date at which the current status was assigned
6785
+ * @param {Reference} [props.subject] - The product type, treatment, facility or activity that is being authorized
6786
+ * @param {string} [props.type] - Overall type of this authorization, for example drug marketing approval, orphan drug designation. Accepts all values from http://hl7.org/fhir/ValueSet/regulated-authorization-type
6780
6787
  * @param {Period} [props.validityPeriod] - The time period in which the regulatory approval etc. is in effect, e.g. a Marketing Authorization includes the date of authorization and/or expiration date
6781
- * @param {CodeableReference} [props.indication] - Condition for which the use of the regulated product applies
6782
- * @param {string} [props.intendedUse] - The intended use of the product, e.g. prevention, treatment. Accepts all values from http://hl7.org/fhir/ValueSet/product-intended-use
6783
- * @param {string} [props.basis] - The legal/regulatory framework or reasons under which this authorization is granted. Accepts all values from http://hl7.org/fhir/ValueSet/regulated-authorization-basis
6784
- * @param {Reference} [props.holder] - The organization that has been granted this authorization, by the regulator
6785
- * @param {Reference} [props.regulator] - The regulatory authority or authorizing body granting the authorization
6786
- * @param {BackboneElement} [props.case] - The case or regulatory procedure for granting or amending a regulated authorization. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page)
6787
6788
  */
6788
6789
  declare function regulatedAuthorization(type: "RegulatedAuthorization", props: RegulatedAuthorization_Props): any;
6789
6790
  declare function regulatedAuthorization(props: RegulatedAuthorization_Props): any;
@@ -6792,18 +6793,18 @@ declare function regulatedAuthorization(props: RegulatedAuthorization_Props): an
6792
6793
  * @public
6793
6794
  * @function
6794
6795
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6795
- * @param {Identifier} [props.identifier] - A human identifier for this person
6796
6796
  * @param {boolean} [props.active] - Whether this related person's record is in active use
6797
+ * @param {Address} [props.address] - Address where the related person can be contacted or visited
6798
+ * @param {date} [props.birthDate] - The date on which the related person was born
6799
+ * @param {BackboneElement} [props.communication] - A language which may be used to communicate with about the patient's health
6800
+ * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6801
+ * @param {Identifier} [props.identifier] - A human identifier for this person
6802
+ * @param {HumanName} [props.name] - A name associated with the person
6797
6803
  * @param {Reference} [props.patient] - The patient this person is related to
6804
+ * @param {Period} [props.period] - Period of time that this relationship is considered valid
6805
+ * @param {Attachment} [props.photo] - Image of the person
6798
6806
  * @param {string} [props.relationship] - The nature of the relationship. Accepts all values from http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype
6799
- * @param {HumanName} [props.name] - A name associated with the person
6800
6807
  * @param {ContactPoint} [props.telecom] - A contact detail for the person
6801
- * @param {string} [props.gender] - male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.3.0
6802
- * @param {date} [props.birthDate] - The date on which the related person was born
6803
- * @param {Address} [props.address] - Address where the related person can be contacted or visited
6804
- * @param {Attachment} [props.photo] - Image of the person
6805
- * @param {Period} [props.period] - Period of time that this relationship is considered valid
6806
- * @param {BackboneElement} [props.communication] - A language which may be used to communicate with about the patient's health
6807
6808
  */
6808
6809
  declare function relatedPerson(type: "RelatedPerson", props: RelatedPerson_Props): any;
6809
6810
  declare function relatedPerson(props: RelatedPerson_Props): any;
@@ -6812,24 +6813,24 @@ declare function relatedPerson(props: RelatedPerson_Props): any;
6812
6813
  * @public
6813
6814
  * @function
6814
6815
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6816
+ * @param {BackboneElement} [props.action] - Proposed actions, if any
6817
+ * @param {Reference} [props.author] - Device or practitioner that authored the request group
6818
+ * @param {dateTime} [props.authoredOn] - When the request group was authored
6819
+ * @param {Reference} [props.basedOn] - Fulfills plan, proposal, or order
6820
+ * @param {CodeableConcept} [props.code] - What's being requested/ordered
6821
+ * @param {Reference} [props.encounter] - Created as part of
6822
+ * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
6815
6823
  * @param {Identifier} [props.identifier] - Business identifier
6816
6824
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
6817
6825
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
6818
- * @param {Reference} [props.basedOn] - Fulfills plan, proposal, or order
6819
- * @param {Reference} [props.replaces] - Request(s) replaced by this request
6820
- * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
6821
- * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
6822
6826
  * @param {string} [props.intent] - proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/request-intent|4.3.0
6827
+ * @param {Annotation} [props.note] - Additional notes about the response
6823
6828
  * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
6824
- * @param {CodeableConcept} [props.code] - What's being requested/ordered
6825
- * @param {Reference} [props.subject] - Who the request group is about
6826
- * @param {Reference} [props.encounter] - Created as part of
6827
- * @param {dateTime} [props.authoredOn] - When the request group was authored
6828
- * @param {Reference} [props.author] - Device or practitioner that authored the request group
6829
6829
  * @param {CodeableConcept} [props.reasonCode] - Why the request group is needed
6830
6830
  * @param {Reference} [props.reasonReference] - Why the request group is needed
6831
- * @param {Annotation} [props.note] - Additional notes about the response
6832
- * @param {BackboneElement} [props.action] - Proposed actions, if any
6831
+ * @param {Reference} [props.replaces] - Request(s) replaced by this request
6832
+ * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
6833
+ * @param {Reference} [props.subject] - Who the request group is about
6833
6834
  */
6834
6835
  declare function requestGroup(type: "RequestGroup", props: RequestGroup_Props): any;
6835
6836
  declare function requestGroup(props: RequestGroup_Props): any;
@@ -6838,40 +6839,40 @@ declare function requestGroup(props: RequestGroup_Props): any;
6838
6839
  * @public
6839
6840
  * @function
6840
6841
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6841
- * @param {string} [props.url] - Canonical identifier for this research definition, represented as a URI (globally unique)
6842
- * @param {Identifier} [props.identifier] - Additional identifier for the research definition
6843
- * @param {string} [props.version] - Business version of the research definition
6844
- * @param {string} [props.name] - Name for this research definition (computer friendly)
6845
- * @param {string} [props.title] - Name for this research definition (human friendly)
6846
- * @param {string} [props.shortTitle] - Title for use in informal contexts
6847
- * @param {string} [props.subtitle] - Subordinate title of the ResearchDefinition
6848
- * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6849
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
6850
- * @param {string} [props.subject] - E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6851
- * @param {dateTime} [props.date] - Date last changed
6852
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6853
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
6854
- * @param {markdown} [props.description] - Natural language description of the research definition
6855
- * @param {string} [props.comment] - Used for footnotes or explanatory notes
6856
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6857
- * @param {string} [props.jurisdiction] - Intended jurisdiction for research definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6858
- * @param {markdown} [props.purpose] - Why this research definition is defined
6859
- * @param {string} [props.usage] - Describes the clinical usage of the ResearchDefinition
6860
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6861
6842
  * @param {date} [props.approvalDate] - When the research definition was approved by publisher
6862
- * @param {date} [props.lastReviewDate] - When the research definition was last reviewed
6863
- * @param {Period} [props.effectivePeriod] - When the research definition is expected to be used
6864
- * @param {string} [props.topic] - The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6865
6843
  * @param {ContactDetail} [props.author] - Who authored the content
6844
+ * @param {string} [props.comment] - Used for footnotes or explanatory notes
6845
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
6846
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6847
+ * @param {dateTime} [props.date] - Date last changed
6848
+ * @param {markdown} [props.description] - Natural language description of the research definition
6866
6849
  * @param {ContactDetail} [props.editor] - Who edited the content
6867
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6850
+ * @param {Period} [props.effectivePeriod] - When the research definition is expected to be used
6868
6851
  * @param {ContactDetail} [props.endorser] - Who endorsed the content
6869
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
6870
- * @param {canonical} [props.library] - Logic used by the ResearchDefinition
6871
- * @param {Reference} [props.population] - What population?
6852
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
6872
6853
  * @param {Reference} [props.exposure] - What exposure?
6873
6854
  * @param {Reference} [props.exposureAlternative] - What alternative exposure state?
6855
+ * @param {Identifier} [props.identifier] - Additional identifier for the research definition
6856
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for research definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6857
+ * @param {date} [props.lastReviewDate] - When the research definition was last reviewed
6858
+ * @param {canonical} [props.library] - Logic used by the ResearchDefinition
6859
+ * @param {string} [props.name] - Name for this research definition (computer friendly)
6874
6860
  * @param {Reference} [props.outcome] - What outcome?
6861
+ * @param {Reference} [props.population] - What population?
6862
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6863
+ * @param {markdown} [props.purpose] - Why this research definition is defined
6864
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
6865
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6866
+ * @param {string} [props.shortTitle] - Title for use in informal contexts
6867
+ * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6868
+ * @param {string} [props.subject] - E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6869
+ * @param {string} [props.subtitle] - Subordinate title of the ResearchDefinition
6870
+ * @param {string} [props.title] - Name for this research definition (human friendly)
6871
+ * @param {string} [props.topic] - The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6872
+ * @param {string} [props.url] - Canonical identifier for this research definition, represented as a URI (globally unique)
6873
+ * @param {string} [props.usage] - Describes the clinical usage of the ResearchDefinition
6874
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6875
+ * @param {string} [props.version] - Business version of the research definition
6875
6876
  */
6876
6877
  declare function researchDefinition(type: "ResearchDefinition", props: ResearchDefinition_Props): any;
6877
6878
  declare function researchDefinition(props: ResearchDefinition_Props): any;
@@ -6880,39 +6881,39 @@ declare function researchDefinition(props: ResearchDefinition_Props): any;
6880
6881
  * @public
6881
6882
  * @function
6882
6883
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6883
- * @param {string} [props.url] - Canonical identifier for this research element definition, represented as a URI (globally unique)
6884
+ * @param {date} [props.approvalDate] - When the research element definition was approved by publisher
6885
+ * @param {ContactDetail} [props.author] - Who authored the content
6886
+ * @param {BackboneElement} [props.characteristic] - What defines the members of the research element
6887
+ * @param {string} [props.comment] - Used for footnotes or explanatory notes
6888
+ * @param {ContactDetail} [props.contact] - Contact details for the publisher
6889
+ * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6890
+ * @param {dateTime} [props.date] - Date last changed
6891
+ * @param {markdown} [props.description] - Natural language description of the research element definition
6892
+ * @param {ContactDetail} [props.editor] - Who edited the content
6893
+ * @param {Period} [props.effectivePeriod] - When the research element definition is expected to be used
6894
+ * @param {ContactDetail} [props.endorser] - Who endorsed the content
6895
+ * @param {boolean} [props.experimental] - For testing purposes, not real usage
6884
6896
  * @param {Identifier} [props.identifier] - Additional identifier for the research element definition
6885
- * @param {string} [props.version] - Business version of the research element definition
6897
+ * @param {string} [props.jurisdiction] - Intended jurisdiction for research element definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6898
+ * @param {date} [props.lastReviewDate] - When the research element definition was last reviewed
6899
+ * @param {canonical} [props.library] - Logic used by the ResearchElementDefinition
6886
6900
  * @param {string} [props.name] - Name for this research element definition (computer friendly)
6887
- * @param {string} [props.title] - Name for this research element definition (human friendly)
6901
+ * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6902
+ * @param {markdown} [props.purpose] - Why this research element definition is defined
6903
+ * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
6904
+ * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6888
6905
  * @param {string} [props.shortTitle] - Title for use in informal contexts
6889
- * @param {string} [props.subtitle] - Subordinate title of the ResearchElementDefinition
6890
6906
  * @param {string} [props.status] - draft | active | retired | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status|4.3.0
6891
- * @param {boolean} [props.experimental] - For testing purposes, not real usage
6892
6907
  * @param {string} [props.subject] - E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. Accepts all values from http://hl7.org/fhir/ValueSet/subject-type
6893
- * @param {dateTime} [props.date] - Date last changed
6894
- * @param {string} [props.publisher] - Name of the publisher (organization or individual)
6895
- * @param {ContactDetail} [props.contact] - Contact details for the publisher
6896
- * @param {markdown} [props.description] - Natural language description of the research element definition
6897
- * @param {string} [props.comment] - Used for footnotes or explanatory notes
6898
- * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6899
- * @param {string} [props.jurisdiction] - Intended jurisdiction for research element definition (if applicable). Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6900
- * @param {markdown} [props.purpose] - Why this research element definition is defined
6901
- * @param {string} [props.usage] - Describes the clinical usage of the ResearchElementDefinition
6902
- * @param {markdown} [props.copyright] - Use and/or publishing restrictions
6903
- * @param {date} [props.approvalDate] - When the research element definition was approved by publisher
6904
- * @param {date} [props.lastReviewDate] - When the research element definition was last reviewed
6905
- * @param {Period} [props.effectivePeriod] - When the research element definition is expected to be used
6908
+ * @param {string} [props.subtitle] - Subordinate title of the ResearchElementDefinition
6909
+ * @param {string} [props.title] - Name for this research element definition (human friendly)
6906
6910
  * @param {string} [props.topic] - The category of the ResearchElementDefinition, such as Education, Treatment, Assessment, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/definition-topic
6907
- * @param {ContactDetail} [props.author] - Who authored the content
6908
- * @param {ContactDetail} [props.editor] - Who edited the content
6909
- * @param {ContactDetail} [props.reviewer] - Who reviewed the content
6910
- * @param {ContactDetail} [props.endorser] - Who endorsed the content
6911
- * @param {RelatedArtifact} [props.relatedArtifact] - Additional documentation, citations, etc.
6912
- * @param {canonical} [props.library] - Logic used by the ResearchElementDefinition
6913
6911
  * @param {string} [props.type] - population | exposure | outcome. Accepts all values from http://hl7.org/fhir/ValueSet/research-element-type|4.3.0
6912
+ * @param {string} [props.url] - Canonical identifier for this research element definition, represented as a URI (globally unique)
6913
+ * @param {string} [props.usage] - Describes the clinical usage of the ResearchElementDefinition
6914
+ * @param {UsageContext} [props.useContext] - The context that the content is intended to support
6914
6915
  * @param {string} [props.variableType] - dichotomous | continuous | descriptive. Accepts all values from http://hl7.org/fhir/ValueSet/variable-type|4.3.0
6915
- * @param {BackboneElement} [props.characteristic] - What defines the members of the research element
6916
+ * @param {string} [props.version] - Business version of the research element definition
6916
6917
  */
6917
6918
  declare function researchElementDefinition(type: "ResearchElementDefinition", props: ResearchElementDefinition_Props): any;
6918
6919
  declare function researchElementDefinition(props: ResearchElementDefinition_Props): any;
@@ -6921,30 +6922,30 @@ declare function researchElementDefinition(props: ResearchElementDefinition_Prop
6921
6922
  * @public
6922
6923
  * @function
6923
6924
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6924
- * @param {Identifier} [props.identifier] - Business Identifier for study
6925
- * @param {string} [props.title] - Name for this study
6926
- * @param {Reference} [props.protocol] - Steps followed in executing study
6927
- * @param {Reference} [props.partOf] - Part of larger study
6928
- * @param {string} [props.status] - active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-status|4.3.0
6929
- * @param {string} [props.primaryPurposeType] - treatment | prevention | diagnostic | supportive-care | screening | health-services-research | basic-science | device-feasibility. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-prim-purp-type
6930
- * @param {string} [props.phase] - n-a | early-phase-1 | phase-1 | phase-1-phase-2 | phase-2 | phase-2-phase-3 | phase-3 | phase-4. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-phase
6925
+ * @param {BackboneElement} [props.arm] - Defined path through the study for a subject
6931
6926
  * @param {CodeableConcept} [props.category] - Classifications for the study
6932
- * @param {CodeableConcept} [props.focus] - Drugs, devices, etc. under study
6933
6927
  * @param {string} [props.condition] - Condition being studied. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
6934
6928
  * @param {ContactDetail} [props.contact] - Contact details for the study
6935
- * @param {RelatedArtifact} [props.relatedArtifact] - References and dependencies
6936
- * @param {CodeableConcept} [props.keyword] - Used to search for the study
6937
- * @param {string} [props.location] - Geographic region(s) for study. Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6938
6929
  * @param {markdown} [props.description] - What this is study doing
6939
6930
  * @param {Reference} [props.enrollment] - Inclusion & exclusion criteria
6931
+ * @param {CodeableConcept} [props.focus] - Drugs, devices, etc. under study
6932
+ * @param {Identifier} [props.identifier] - Business Identifier for study
6933
+ * @param {CodeableConcept} [props.keyword] - Used to search for the study
6934
+ * @param {string} [props.location] - Geographic region(s) for study. Accepts all values from http://hl7.org/fhir/ValueSet/jurisdiction
6935
+ * @param {Annotation} [props.note] - Comments made about the study
6936
+ * @param {BackboneElement} [props.objective] - A goal for the study
6937
+ * @param {Reference} [props.partOf] - Part of larger study
6940
6938
  * @param {Period} [props.period] - When the study began and ended
6941
- * @param {Reference} [props.sponsor] - Organization that initiates and is legally responsible for the study
6939
+ * @param {string} [props.phase] - n-a | early-phase-1 | phase-1 | phase-1-phase-2 | phase-2 | phase-2-phase-3 | phase-3 | phase-4. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-phase
6940
+ * @param {string} [props.primaryPurposeType] - treatment | prevention | diagnostic | supportive-care | screening | health-services-research | basic-science | device-feasibility. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-prim-purp-type
6942
6941
  * @param {Reference} [props.principalInvestigator] - Researcher who oversees multiple aspects of the study
6943
- * @param {Reference} [props.site] - Facility where study activities are conducted
6942
+ * @param {Reference} [props.protocol] - Steps followed in executing study
6944
6943
  * @param {string} [props.reasonStopped] - accrual-goal-met | closed-due-to-toxicity | closed-due-to-lack-of-study-progress | temporarily-closed-per-study-design. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-reason-stopped
6945
- * @param {Annotation} [props.note] - Comments made about the study
6946
- * @param {BackboneElement} [props.arm] - Defined path through the study for a subject
6947
- * @param {BackboneElement} [props.objective] - A goal for the study
6944
+ * @param {RelatedArtifact} [props.relatedArtifact] - References and dependencies
6945
+ * @param {Reference} [props.site] - Facility where study activities are conducted
6946
+ * @param {Reference} [props.sponsor] - Organization that initiates and is legally responsible for the study
6947
+ * @param {string} [props.status] - active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn. Accepts all values from http://hl7.org/fhir/ValueSet/research-study-status|4.3.0
6948
+ * @param {string} [props.title] - Name for this study
6948
6949
  */
6949
6950
  declare function researchStudy(type: "ResearchStudy", props: ResearchStudy_Props): any;
6950
6951
  declare function researchStudy(props: ResearchStudy_Props): any;
@@ -6953,14 +6954,14 @@ declare function researchStudy(props: ResearchStudy_Props): any;
6953
6954
  * @public
6954
6955
  * @function
6955
6956
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6957
+ * @param {string} [props.actualArm] - What path was followed
6958
+ * @param {string} [props.assignedArm] - What path should be followed
6959
+ * @param {Reference} [props.consent] - Agreement to participate in study
6956
6960
  * @param {Identifier} [props.identifier] - Business Identifier for research subject in a study
6957
- * @param {string} [props.status] - candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn. Accepts all values from http://hl7.org/fhir/ValueSet/research-subject-status|4.3.0
6961
+ * @param {Reference} [props.individual] - Who is part of study
6958
6962
  * @param {Period} [props.period] - Start and end of participation
6963
+ * @param {string} [props.status] - candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn. Accepts all values from http://hl7.org/fhir/ValueSet/research-subject-status|4.3.0
6959
6964
  * @param {Reference} [props.study] - Study subject is part of
6960
- * @param {Reference} [props.individual] - Who is part of study
6961
- * @param {string} [props.assignedArm] - What path should be followed
6962
- * @param {string} [props.actualArm] - What path was followed
6963
- * @param {Reference} [props.consent] - Agreement to participate in study
6964
6965
  */
6965
6966
  declare function researchSubject(type: "ResearchSubject", props: ResearchSubject_Props): any;
6966
6967
  declare function researchSubject(props: ResearchSubject_Props): any;
@@ -6969,23 +6970,23 @@ declare function researchSubject(props: ResearchSubject_Props): any;
6969
6970
  * @public
6970
6971
  * @function
6971
6972
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6972
- * @param {Identifier} [props.identifier] - Unique identifier for the assessment
6973
6973
  * @param {Reference} [props.basedOn] - Request fulfilled by this assessment
6974
- * @param {Reference} [props.parent] - Part of this occurrence
6975
- * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.3.0
6976
- * @param {CodeableConcept} [props.method] - Evaluation mechanism
6974
+ * @param {Reference} [props.basis] - Information used in assessment
6977
6975
  * @param {CodeableConcept} [props.code] - Type of assessment
6978
- * @param {Reference} [props.subject] - Who/what does assessment apply to?
6976
+ * @param {Reference} [props.condition] - Condition assessed
6979
6977
  * @param {Reference} [props.encounter] - Where was assessment performed?
6978
+ * @param {Identifier} [props.identifier] - Unique identifier for the assessment
6979
+ * @param {CodeableConcept} [props.method] - Evaluation mechanism
6980
+ * @param {string} [props.mitigation] - How to reduce risk
6981
+ * @param {Annotation} [props.note] - Comments on the risk assessment
6980
6982
  * @param {dateTime|Period} [props.occurrence] - When was assessment made?
6981
- * @param {Reference} [props.condition] - Condition assessed
6983
+ * @param {Reference} [props.parent] - Part of this occurrence
6982
6984
  * @param {Reference} [props.performer] - Who did assessment?
6985
+ * @param {BackboneElement} [props.prediction] - Outcome predicted
6983
6986
  * @param {CodeableConcept} [props.reasonCode] - Why the assessment was necessary?
6984
6987
  * @param {Reference} [props.reasonReference] - Why the assessment was necessary?
6985
- * @param {Reference} [props.basis] - Information used in assessment
6986
- * @param {BackboneElement} [props.prediction] - Outcome predicted
6987
- * @param {string} [props.mitigation] - How to reduce risk
6988
- * @param {Annotation} [props.note] - Comments on the risk assessment
6988
+ * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.3.0
6989
+ * @param {Reference} [props.subject] - Who/what does assessment apply to?
6989
6990
  */
6990
6991
  declare function riskAssessment(type: "RiskAssessment", props: RiskAssessment_Props): any;
6991
6992
  declare function riskAssessment(props: RiskAssessment_Props): any;
@@ -6994,14 +6995,14 @@ declare function riskAssessment(props: RiskAssessment_Props): any;
6994
6995
  * @public
6995
6996
  * @function
6996
6997
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
6997
- * @param {Identifier} [props.identifier] - External Ids for this item
6998
6998
  * @param {boolean} [props.active] - Whether this schedule is in active use
6999
+ * @param {Reference} [props.actor] - Resource(s) that availability information is being provided for
7000
+ * @param {string} [props.comment] - Comments on availability
7001
+ * @param {Identifier} [props.identifier] - External Ids for this item
7002
+ * @param {Period} [props.planningHorizon] - Period of time covered by schedule
6999
7003
  * @param {string} [props.serviceCategory] - High-level category. Accepts all values from http://hl7.org/fhir/ValueSet/service-category
7000
7004
  * @param {string} [props.serviceType] - Specific service. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
7001
7005
  * @param {string} [props.specialty] - Type of specialty needed. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
7002
- * @param {Reference} [props.actor] - Resource(s) that availability information is being provided for
7003
- * @param {Period} [props.planningHorizon] - Period of time covered by schedule
7004
- * @param {string} [props.comment] - Comments on availability
7005
7006
  */
7006
7007
  declare function schedule(type: "Schedule", props: Schedule_Props): any;
7007
7008
  declare function schedule(props: Schedule_Props): any;
@@ -7010,39 +7011,39 @@ declare function schedule(props: Schedule_Props): any;
7010
7011
  * @public
7011
7012
  * @function
7012
7013
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7013
- * @param {Identifier} [props.identifier] - Identifiers assigned to this order
7014
- * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
7015
- * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
7014
+ * @param {string} [props.asNeeded] - Preconditions for service. Accepts all values from http://hl7.org/fhir/ValueSet/medication-as-needed-reason
7015
+ * @param {dateTime} [props.authoredOn] - Date request signed
7016
7016
  * @param {Reference} [props.basedOn] - What request fulfills
7017
- * @param {Reference} [props.replaces] - What request replaces
7018
- * @param {Identifier} [props.requisition] - Composite Request ID
7019
- * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
7020
- * @param {string} [props.intent] - proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/request-intent|4.3.0
7017
+ * @param {string} [props.bodySite] - Location on Body. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
7021
7018
  * @param {string} [props.category] - Classification of service. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-category
7022
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
7023
- * @param {boolean} [props.doNotPerform] - True if service/procedure should not be performed
7024
7019
  * @param {string} [props.code] - What is being requested/ordered. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-code
7025
- * @param {string} [props.orderDetail] - Additional order information. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-orderdetail
7026
- * @param {Quantity|Ratio|Range} [props.quantity] - Service amount
7027
- * @param {Reference} [props.subject] - Individual or Entity the service is ordered for
7020
+ * @param {boolean} [props.doNotPerform] - True if service/procedure should not be performed
7028
7021
  * @param {Reference} [props.encounter] - Encounter in which the request was created
7029
- * @param {dateTime|Period|Timing} [props.occurrence] - When service should occur
7030
- * @param {string} [props.asNeeded] - Preconditions for service. Accepts all values from http://hl7.org/fhir/ValueSet/medication-as-needed-reason
7031
- * @param {dateTime} [props.authoredOn] - Date request signed
7032
- * @param {Reference} [props.requester] - Who/what is requesting service
7033
- * @param {string} [props.performerType] - Performer role. Accepts all values from http://terminology.hl7.org/ValueSet/action-participant-role
7034
- * @param {Reference} [props.performer] - Requested performer
7022
+ * @param {Identifier} [props.identifier] - Identifiers assigned to this order
7023
+ * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
7024
+ * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
7025
+ * @param {Reference} [props.insurance] - Associated insurance coverage
7026
+ * @param {string} [props.intent] - proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/request-intent|4.3.0
7035
7027
  * @param {string} [props.locationCode] - Requested location. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
7036
7028
  * @param {Reference} [props.locationReference] - Requested location
7037
- * @param {string} [props.reasonCode] - Explanation/Justification for procedure or service. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
7038
- * @param {Reference} [props.reasonReference] - Explanation/Justification for service or service
7039
- * @param {Reference} [props.insurance] - Associated insurance coverage
7040
- * @param {Reference} [props.supportingInfo] - Additional clinical information
7041
- * @param {Reference} [props.specimen] - Procedure Samples
7042
- * @param {string} [props.bodySite] - Location on Body. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
7043
7029
  * @param {Annotation} [props.note] - Comments
7030
+ * @param {dateTime|Period|Timing} [props.occurrence] - When service should occur
7031
+ * @param {string} [props.orderDetail] - Additional order information. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-orderdetail
7044
7032
  * @param {string} [props.patientInstruction] - Patient or consumer-oriented instructions
7033
+ * @param {Reference} [props.performer] - Requested performer
7034
+ * @param {string} [props.performerType] - Performer role. Accepts all values from http://terminology.hl7.org/ValueSet/action-participant-role
7035
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
7036
+ * @param {Quantity|Ratio|Range} [props.quantity] - Service amount
7037
+ * @param {string} [props.reasonCode] - Explanation/Justification for procedure or service. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
7038
+ * @param {Reference} [props.reasonReference] - Explanation/Justification for service or service
7045
7039
  * @param {Reference} [props.relevantHistory] - Request provenance
7040
+ * @param {Reference} [props.replaces] - What request replaces
7041
+ * @param {Reference} [props.requester] - Who/what is requesting service
7042
+ * @param {Identifier} [props.requisition] - Composite Request ID
7043
+ * @param {Reference} [props.specimen] - Procedure Samples
7044
+ * @param {string} [props.status] - draft | active | on-hold | revoked | completed | entered-in-error | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/request-status|4.3.0
7045
+ * @param {Reference} [props.subject] - Individual or Entity the service is ordered for
7046
+ * @param {Reference} [props.supportingInfo] - Additional clinical information
7046
7047
  */
7047
7048
  declare function serviceRequest(type: "ServiceRequest", props: ServiceRequest_Props): any;
7048
7049
  declare function serviceRequest(props: ServiceRequest_Props): any;
@@ -7051,17 +7052,17 @@ declare function serviceRequest(props: ServiceRequest_Props): any;
7051
7052
  * @public
7052
7053
  * @function
7053
7054
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7055
+ * @param {string} [props.appointmentType] - The style of appointment or patient that may be booked in the slot (not service type). Accepts all values from http://terminology.hl7.org/ValueSet/v2-0276
7056
+ * @param {string} [props.comment] - Comments on the slot to describe any extended information. Such as custom constraints on the slot
7057
+ * @param {instant} [props.end] - Date/Time that the slot is to conclude
7054
7058
  * @param {Identifier} [props.identifier] - External Ids for this item
7059
+ * @param {boolean} [props.overbooked] - This slot has already been overbooked, appointments are unlikely to be accepted for this time
7060
+ * @param {Reference} [props.schedule] - The schedule resource that this slot defines an interval of status information
7055
7061
  * @param {string} [props.serviceCategory] - A broad categorization of the service that is to be performed during this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/service-category
7056
7062
  * @param {string} [props.serviceType] - The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
7057
7063
  * @param {string} [props.specialty] - The specialty of a practitioner that would be required to perform the service requested in this appointment. Accepts all values from http://hl7.org/fhir/ValueSet/c80-practice-codes
7058
- * @param {string} [props.appointmentType] - The style of appointment or patient that may be booked in the slot (not service type). Accepts all values from http://terminology.hl7.org/ValueSet/v2-0276
7059
- * @param {Reference} [props.schedule] - The schedule resource that this slot defines an interval of status information
7060
- * @param {string} [props.status] - busy | free | busy-unavailable | busy-tentative | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/slotstatus|4.3.0
7061
7064
  * @param {instant} [props.start] - Date/Time that the slot is to begin
7062
- * @param {instant} [props.end] - Date/Time that the slot is to conclude
7063
- * @param {boolean} [props.overbooked] - This slot has already been overbooked, appointments are unlikely to be accepted for this time
7064
- * @param {string} [props.comment] - Comments on the slot to describe any extended information. Such as custom constraints on the slot
7065
+ * @param {string} [props.status] - busy | free | busy-unavailable | busy-tentative | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/slotstatus|4.3.0
7065
7066
  */
7066
7067
  declare function slot(type: "Slot", props: Slot_Props): any;
7067
7068
  declare function slot(props: Slot_Props): any;
@@ -7070,19 +7071,19 @@ declare function slot(props: Slot_Props): any;
7070
7071
  * @public
7071
7072
  * @function
7072
7073
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7073
- * @param {Identifier} [props.identifier] - External Identifier
7074
7074
  * @param {Identifier} [props.accessionIdentifier] - Identifier assigned by the lab
7075
- * @param {string} [props.status] - available | unavailable | unsatisfactory | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/specimen-status|4.3.0
7076
- * @param {string} [props.type] - Kind of material that forms the specimen. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0487
7077
- * @param {Reference} [props.subject] - Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device
7078
- * @param {dateTime} [props.receivedTime] - The time when specimen was received for processing
7079
- * @param {Reference} [props.parent] - Specimen from which this specimen originated
7080
- * @param {Reference} [props.request] - Why the specimen was collected
7081
7075
  * @param {BackboneElement} [props.collection] - Collection details
7082
- * @param {BackboneElement} [props.processing] - Processing and processing step details
7083
- * @param {BackboneElement} [props.container] - Direct container of specimen (tube/slide, etc.)
7084
7076
  * @param {string} [props.condition] - State of the specimen. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0493
7077
+ * @param {BackboneElement} [props.container] - Direct container of specimen (tube/slide, etc.)
7078
+ * @param {Identifier} [props.identifier] - External Identifier
7085
7079
  * @param {Annotation} [props.note] - Comments
7080
+ * @param {Reference} [props.parent] - Specimen from which this specimen originated
7081
+ * @param {BackboneElement} [props.processing] - Processing and processing step details
7082
+ * @param {dateTime} [props.receivedTime] - The time when specimen was received for processing
7083
+ * @param {Reference} [props.request] - Why the specimen was collected
7084
+ * @param {string} [props.status] - available | unavailable | unsatisfactory | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/specimen-status|4.3.0
7085
+ * @param {Reference} [props.subject] - Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device
7086
+ * @param {string} [props.type] - Kind of material that forms the specimen. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0487
7086
7087
  */
7087
7088
  declare function specimen(type: "Specimen", props: Specimen_Props): any;
7088
7089
  declare function specimen(props: Specimen_Props): any;
@@ -7091,11 +7092,11 @@ declare function specimen(props: Specimen_Props): any;
7091
7092
  * @public
7092
7093
  * @function
7093
7094
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7095
+ * @param {string} [props.collection] - Specimen collection procedure. Accepts all values from http://hl7.org/fhir/ValueSet/specimen-collection
7094
7096
  * @param {Identifier} [props.identifier] - Business identifier of a kind of specimen
7095
- * @param {string} [props.typeCollected] - Kind of material to collect. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0487
7096
7097
  * @param {string} [props.patientPreparation] - Patient preparation for collection. Accepts all values from http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection
7097
7098
  * @param {string} [props.timeAspect] - Time aspect for collection
7098
- * @param {string} [props.collection] - Specimen collection procedure. Accepts all values from http://hl7.org/fhir/ValueSet/specimen-collection
7099
+ * @param {string} [props.typeCollected] - Kind of material to collect. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0487
7099
7100
  * @param {BackboneElement} [props.typeTested] - Specimen in container intended for testing by lab
7100
7101
  */
7101
7102
  declare function specimenDefinition(type: "SpecimenDefinition", props: SpecimenDefinition_Props): any;
@@ -7105,13 +7106,13 @@ declare function specimenDefinition(props: SpecimenDefinition_Props): any;
7105
7106
  * @public
7106
7107
  * @function
7107
7108
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7108
- * @param {Identifier} [props.identifier] - Unique identifier
7109
- * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/substance-status|4.3.0
7110
7109
  * @param {string} [props.category] - What class/type of substance this is. Accepts all values from http://hl7.org/fhir/ValueSet/substance-category
7111
7110
  * @param {string} [props.code] - What substance this is. Accepts all values from http://hl7.org/fhir/ValueSet/substance-code
7112
7111
  * @param {string} [props.description] - Textual description of the substance, comments
7113
- * @param {BackboneElement} [props.instance] - If this describes a specific package/container of the substance
7112
+ * @param {Identifier} [props.identifier] - Unique identifier
7114
7113
  * @param {BackboneElement} [props.ingredient] - Composition information about the substance
7114
+ * @param {BackboneElement} [props.instance] - If this describes a specific package/container of the substance
7115
+ * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/substance-status|4.3.0
7115
7116
  */
7116
7117
  declare function substance(type: "Substance", props: Substance_Props): any;
7117
7118
  declare function substance(props: Substance_Props): any;
@@ -7120,25 +7121,25 @@ declare function substance(props: Substance_Props): any;
7120
7121
  * @public
7121
7122
  * @function
7122
7123
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7123
- * @param {Identifier} [props.identifier] - Identifier by which this substance is known
7124
- * @param {string} [props.version] - A business level version identifier of the substance
7125
- * @param {string} [props.status] - Status of substance within the catalogue e.g. active, retired. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
7126
7124
  * @param {CodeableConcept} [props.classification] - A categorization, high level e.g. polymer or nucleic acid, or food, chemical, biological, or lower e.g. polymer linear or branch chain, or type of impurity
7125
+ * @param {BackboneElement} [props.code] - Codes associated with the substance
7126
+ * @param {markdown} [props.description] - Textual description of the substance
7127
7127
  * @param {string} [props.domain] - If the substance applies to human or veterinary use. Accepts all values from http://hl7.org/fhir/ValueSet/medicinal-product-domain
7128
7128
  * @param {string} [props.grade] - The quality standard, established benchmark, to which substance complies (e.g. USP/NF, BP). Accepts all values from http://hl7.org/fhir/ValueSet/substance-grade
7129
- * @param {markdown} [props.description] - Textual description of the substance
7129
+ * @param {Identifier} [props.identifier] - Identifier by which this substance is known
7130
7130
  * @param {Reference} [props.informationSource] - Supporting literature
7131
- * @param {Annotation} [props.note] - Textual comment about the substance's catalogue or registry record
7132
7131
  * @param {Reference} [props.manufacturer] - The entity that creates, makes, produces or fabricates the substance
7133
- * @param {Reference} [props.supplier] - An entity that is the source for the substance. It may be different from the manufacturer
7134
7132
  * @param {BackboneElement} [props.moiety] - Moiety, for structural modifications
7135
- * @param {BackboneElement} [props.property] - General specifications for this substance
7136
7133
  * @param {BackboneElement} [props.molecularWeight] - The molecular weight or weight range
7137
- * @param {BackboneElement} [props.structure] - Structural information
7138
- * @param {BackboneElement} [props.code] - Codes associated with the substance
7139
7134
  * @param {BackboneElement} [props.name] - Names applicable to this substance
7135
+ * @param {Annotation} [props.note] - Textual comment about the substance's catalogue or registry record
7136
+ * @param {BackboneElement} [props.property] - General specifications for this substance
7140
7137
  * @param {BackboneElement} [props.relationship] - A link between this substance and another
7141
7138
  * @param {BackboneElement} [props.sourceMaterial] - Material or taxonomic/anatomical source
7139
+ * @param {string} [props.status] - Status of substance within the catalogue e.g. active, retired. Accepts all values from http://hl7.org/fhir/ValueSet/publication-status
7140
+ * @param {BackboneElement} [props.structure] - Structural information
7141
+ * @param {Reference} [props.supplier] - An entity that is the source for the substance. It may be different from the manufacturer
7142
+ * @param {string} [props.version] - A business level version identifier of the substance
7142
7143
  */
7143
7144
  declare function substanceDefinition(type: "SubstanceDefinition", props: SubstanceDefinition_Props): any;
7144
7145
  declare function substanceDefinition(props: SubstanceDefinition_Props): any;
@@ -7147,17 +7148,17 @@ declare function substanceDefinition(props: SubstanceDefinition_Props): any;
7147
7148
  * @public
7148
7149
  * @function
7149
7150
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7150
- * @param {Identifier} [props.identifier] - External identifier
7151
7151
  * @param {Reference} [props.basedOn] - Fulfills plan, proposal or order
7152
+ * @param {Reference} [props.destination] - Where the Supply was sent
7153
+ * @param {Identifier} [props.identifier] - External identifier
7154
+ * @param {dateTime|Period|Timing} [props.occurrence] - When event occurred
7152
7155
  * @param {Reference} [props.partOf] - Part of referenced event
7153
- * @param {string} [props.status] - in-progress | completed | abandoned | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/supplydelivery-status|4.3.0
7154
7156
  * @param {Reference} [props.patient] - Patient for whom the item is supplied
7155
- * @param {string} [props.type] - Category of dispense event. Accepts all values from http://hl7.org/fhir/ValueSet/supplydelivery-type|4.3.0
7157
+ * @param {Reference} [props.receiver] - Who collected the Supply
7158
+ * @param {string} [props.status] - in-progress | completed | abandoned | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/supplydelivery-status|4.3.0
7156
7159
  * @param {BackboneElement} [props.suppliedItem] - The item that is delivered or supplied
7157
- * @param {dateTime|Period|Timing} [props.occurrence] - When event occurred
7158
7160
  * @param {Reference} [props.supplier] - Dispenser
7159
- * @param {Reference} [props.destination] - Where the Supply was sent
7160
- * @param {Reference} [props.receiver] - Who collected the Supply
7161
+ * @param {string} [props.type] - Category of dispense event. Accepts all values from http://hl7.org/fhir/ValueSet/supplydelivery-type|4.3.0
7161
7162
  */
7162
7163
  declare function supplyDelivery(type: "SupplyDelivery", props: SupplyDelivery_Props): any;
7163
7164
  declare function supplyDelivery(props: SupplyDelivery_Props): any;
@@ -7166,21 +7167,21 @@ declare function supplyDelivery(props: SupplyDelivery_Props): any;
7166
7167
  * @public
7167
7168
  * @function
7168
7169
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7169
- * @param {Identifier} [props.identifier] - Business Identifier for SupplyRequest
7170
- * @param {string} [props.status] - draft | active | suspended +. Accepts all values from http://hl7.org/fhir/ValueSet/supplyrequest-status|4.3.0
7170
+ * @param {dateTime} [props.authoredOn] - When the request was made
7171
7171
  * @param {string} [props.category] - The kind of supply (central, non-stock, etc.). Accepts all values from http://hl7.org/fhir/ValueSet/supplyrequest-kind
7172
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
7172
+ * @param {Reference} [props.deliverFrom] - The origin of the supply
7173
+ * @param {Reference} [props.deliverTo] - The destination of the supply
7174
+ * @param {Identifier} [props.identifier] - Business Identifier for SupplyRequest
7173
7175
  * @param {string} [props.item] - Medication, Substance, or Device requested to be supplied. Accepts all values from http://hl7.org/fhir/ValueSet/supply-item
7174
- * @param {Quantity} [props.quantity] - The requested amount of the item indicated
7175
- * @param {BackboneElement} [props.parameter] - Ordered item details
7176
7176
  * @param {dateTime|Period|Timing} [props.occurrence] - When the request should be fulfilled
7177
- * @param {dateTime} [props.authoredOn] - When the request was made
7178
- * @param {Reference} [props.requester] - Individual making the request
7179
- * @param {Reference} [props.supplier] - Who is intended to fulfill the request
7177
+ * @param {BackboneElement} [props.parameter] - Ordered item details
7178
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
7179
+ * @param {Quantity} [props.quantity] - The requested amount of the item indicated
7180
7180
  * @param {string} [props.reasonCode] - The reason why the supply item was requested. Accepts all values from http://hl7.org/fhir/ValueSet/supplyrequest-reason
7181
7181
  * @param {Reference} [props.reasonReference] - The reason why the supply item was requested
7182
- * @param {Reference} [props.deliverFrom] - The origin of the supply
7183
- * @param {Reference} [props.deliverTo] - The destination of the supply
7182
+ * @param {Reference} [props.requester] - Individual making the request
7183
+ * @param {string} [props.status] - draft | active | suspended +. Accepts all values from http://hl7.org/fhir/ValueSet/supplyrequest-status|4.3.0
7184
+ * @param {Reference} [props.supplier] - Who is intended to fulfill the request
7184
7185
  */
7185
7186
  declare function supplyRequest(type: "SupplyRequest", props: SupplyRequest_Props): any;
7186
7187
  declare function supplyRequest(props: SupplyRequest_Props): any;
@@ -7189,37 +7190,37 @@ declare function supplyRequest(props: SupplyRequest_Props): any;
7189
7190
  * @public
7190
7191
  * @function
7191
7192
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7192
- * @param {Identifier} [props.identifier] - Task Instance Identifier
7193
- * @param {canonical} [props.instantiatesCanonical] - Formal definition of task
7194
- * @param {string} [props.instantiatesUri] - Formal definition of task
7193
+ * @param {dateTime} [props.authoredOn] - Task Creation Date
7195
7194
  * @param {Reference} [props.basedOn] - Request fulfilled by this task
7196
- * @param {Identifier} [props.groupIdentifier] - Requisition or grouper id
7197
- * @param {Reference} [props.partOf] - Composite task
7198
- * @param {string} [props.status] - draft | requested | received | accepted | +. Accepts all values from http://hl7.org/fhir/ValueSet/task-status|4.3.0
7199
- * @param {CodeableConcept} [props.statusReason] - Reason for current status
7200
7195
  * @param {CodeableConcept} [props.businessStatus] - E.g. "Specimen collected", "IV prepped"
7201
- * @param {string} [props.intent] - unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/task-intent|4.3.0
7202
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
7203
7196
  * @param {string} [props.code] - Task Type. Accepts all values from http://hl7.org/fhir/ValueSet/task-code
7204
7197
  * @param {string} [props.description] - Human-readable explanation of task
7205
- * @param {Reference} [props.focus] - What task is acting on
7206
- * @param {Reference} [props.for] - Beneficiary of the Task
7207
7198
  * @param {Reference} [props.encounter] - Healthcare event during which this task originated
7208
7199
  * @param {Period} [props.executionPeriod] - Start and end time of execution
7209
- * @param {dateTime} [props.authoredOn] - Task Creation Date
7200
+ * @param {Reference} [props.focus] - What task is acting on
7201
+ * @param {Reference} [props.for] - Beneficiary of the Task
7202
+ * @param {Identifier} [props.groupIdentifier] - Requisition or grouper id
7203
+ * @param {Identifier} [props.identifier] - Task Instance Identifier
7204
+ * @param {BackboneElement} [props.input] - Information used to perform task
7205
+ * @param {canonical} [props.instantiatesCanonical] - Formal definition of task
7206
+ * @param {string} [props.instantiatesUri] - Formal definition of task
7207
+ * @param {Reference} [props.insurance] - Associated insurance coverage
7208
+ * @param {string} [props.intent] - unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option. Accepts all values from http://hl7.org/fhir/ValueSet/task-intent|4.3.0
7210
7209
  * @param {dateTime} [props.lastModified] - Task Last Modified Date
7211
- * @param {Reference} [props.requester] - Who is asking for task to be done
7212
- * @param {string} [props.performerType] - Requested performer. Accepts all values from http://hl7.org/fhir/ValueSet/performer-role
7213
- * @param {Reference} [props.owner] - Responsible individual
7214
7210
  * @param {Reference} [props.location] - Where task occurs
7211
+ * @param {Annotation} [props.note] - Comments made about the task
7212
+ * @param {BackboneElement} [props.output] - Information produced as part of task
7213
+ * @param {Reference} [props.owner] - Responsible individual
7214
+ * @param {Reference} [props.partOf] - Composite task
7215
+ * @param {string} [props.performerType] - Requested performer. Accepts all values from http://hl7.org/fhir/ValueSet/performer-role
7216
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.3.0
7215
7217
  * @param {CodeableConcept} [props.reasonCode] - Why task is needed
7216
7218
  * @param {Reference} [props.reasonReference] - Why task is needed
7217
- * @param {Reference} [props.insurance] - Associated insurance coverage
7218
- * @param {Annotation} [props.note] - Comments made about the task
7219
7219
  * @param {Reference} [props.relevantHistory] - Key events in history of the Task
7220
+ * @param {Reference} [props.requester] - Who is asking for task to be done
7220
7221
  * @param {BackboneElement} [props.restriction] - Constraints on fulfillment tasks
7221
- * @param {BackboneElement} [props.input] - Information used to perform task
7222
- * @param {BackboneElement} [props.output] - Information produced as part of task
7222
+ * @param {string} [props.status] - draft | requested | received | accepted | +. Accepts all values from http://hl7.org/fhir/ValueSet/task-status|4.3.0
7223
+ * @param {CodeableConcept} [props.statusReason] - Reason for current status
7223
7224
  */
7224
7225
  declare function task(type: "Task", props: Task_Props): any;
7225
7226
  declare function task(props: Task_Props): any;
@@ -7229,17 +7230,17 @@ declare function task(props: Task_Props): any;
7229
7230
  * @function
7230
7231
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7231
7232
  * @param {Identifier} [props.identifier] - External identifier
7233
+ * @param {dateTime} [props.issued] - When the TestScript was executed and this TestReport was generated
7232
7234
  * @param {string} [props.name] - Informal name of the executed TestScript
7233
- * @param {string} [props.status] - completed | in-progress | waiting | stopped | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/report-status-codes|4.3.0
7234
- * @param {Reference} [props.testScript] - Reference to the version-specific TestScript that was executed to produce this TestReport
7235
+ * @param {BackboneElement} [props.participant] - A participant in the test execution, either the execution engine, a client, or a server
7235
7236
  * @param {string} [props.result] - pass | fail | pending. Accepts all values from http://hl7.org/fhir/ValueSet/report-result-codes|4.3.0
7236
7237
  * @param {decimal} [props.score] - The final score (percentage of tests passed) resulting from the execution of the TestScript
7237
- * @param {string} [props.tester] - Name of the tester producing this report (Organization or individual)
7238
- * @param {dateTime} [props.issued] - When the TestScript was executed and this TestReport was generated
7239
- * @param {BackboneElement} [props.participant] - A participant in the test execution, either the execution engine, a client, or a server
7240
7238
  * @param {BackboneElement} [props.setup] - The results of the series of required setup operations before the tests were executed
7241
- * @param {BackboneElement} [props.test] - A test executed from the test script
7239
+ * @param {string} [props.status] - completed | in-progress | waiting | stopped | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/report-status-codes|4.3.0
7242
7240
  * @param {BackboneElement} [props.teardown] - The results of running the series of required clean up steps
7241
+ * @param {BackboneElement} [props.test] - A test executed from the test script
7242
+ * @param {Reference} [props.testScript] - Reference to the version-specific TestScript that was executed to produce this TestReport
7243
+ * @param {string} [props.tester] - Name of the tester producing this report (Organization or individual)
7243
7244
  */
7244
7245
  declare function testReport(type: "TestReport", props: TestReport_Props): any;
7245
7246
  declare function testReport(props: TestReport_Props): any;
@@ -7248,19 +7249,19 @@ declare function testReport(props: TestReport_Props): any;
7248
7249
  * @public
7249
7250
  * @function
7250
7251
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7251
- * @param {Reference} [props.target] - A resource that was validated
7252
- * @param {string} [props.targetLocation] - The fhirpath location(s) within the resource that was validated
7253
- * @param {string} [props.need] - none | initial | periodic. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-need
7254
- * @param {string} [props.status] - attested | validated | in-process | req-revalid | val-fail | reval-fail. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-status|4.3.0
7255
- * @param {dateTime} [props.statusDate] - When the validation status was updated
7256
- * @param {string} [props.validationType] - nothing | primary | multiple. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-validation-type
7257
- * @param {string} [props.validationProcess] - The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context). Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-validation-process
7252
+ * @param {BackboneElement} [props.attestation] - Information about the entity attesting to information
7253
+ * @param {string} [props.failureAction] - fatal | warn | rec-only | none. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-failure-action
7258
7254
  * @param {Timing} [props.frequency] - Frequency of revalidation
7259
7255
  * @param {dateTime} [props.lastPerformed] - The date/time validation was last completed (including failed validations)
7256
+ * @param {string} [props.need] - none | initial | periodic. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-need
7260
7257
  * @param {date} [props.nextScheduled] - The date when target is next validated, if appropriate
7261
- * @param {string} [props.failureAction] - fatal | warn | rec-only | none. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-failure-action
7262
7258
  * @param {BackboneElement} [props.primarySource] - Information about the primary source(s) involved in validation
7263
- * @param {BackboneElement} [props.attestation] - Information about the entity attesting to information
7259
+ * @param {string} [props.status] - attested | validated | in-process | req-revalid | val-fail | reval-fail. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-status|4.3.0
7260
+ * @param {dateTime} [props.statusDate] - When the validation status was updated
7261
+ * @param {Reference} [props.target] - A resource that was validated
7262
+ * @param {string} [props.targetLocation] - The fhirpath location(s) within the resource that was validated
7263
+ * @param {string} [props.validationProcess] - The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context). Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-validation-process
7264
+ * @param {string} [props.validationType] - nothing | primary | multiple. Accepts all values from http://hl7.org/fhir/ValueSet/verificationresult-validation-type
7264
7265
  * @param {BackboneElement} [props.validator] - Information about the entity validating information
7265
7266
  */
7266
7267
  declare function verificationResult(type: "VerificationResult", props: VerificationResult_Props): any;
@@ -7270,14 +7271,14 @@ declare function verificationResult(props: VerificationResult_Props): any;
7270
7271
  * @public
7271
7272
  * @function
7272
7273
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
7273
- * @param {Identifier} [props.identifier] - Business Identifier for vision prescription
7274
- * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
7275
7274
  * @param {dateTime} [props.created] - Response creation date
7276
- * @param {Reference} [props.patient] - Who prescription is for
7277
- * @param {Reference} [props.encounter] - Created during encounter / admission / stay
7278
7275
  * @param {dateTime} [props.dateWritten] - When prescription was authorized
7279
- * @param {Reference} [props.prescriber] - Who authorized the vision prescription
7276
+ * @param {Reference} [props.encounter] - Created during encounter / admission / stay
7277
+ * @param {Identifier} [props.identifier] - Business Identifier for vision prescription
7280
7278
  * @param {BackboneElement} [props.lensSpecification] - Vision lens authorization
7279
+ * @param {Reference} [props.patient] - Who prescription is for
7280
+ * @param {Reference} [props.prescriber] - Who authorized the vision prescription
7281
+ * @param {string} [props.status] - active | cancelled | draft | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/fm-status|4.3.0
7281
7282
  */
7282
7283
  declare function visionPrescription(type: "VisionPrescription", props: VisionPrescription_Props): any;
7283
7284
  declare function visionPrescription(props: VisionPrescription_Props): any;