@openfn/language-fhir-eswatini 0.5.0 → 0.5.1

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/types/builders.d.ts +294 -294
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@openfn/language-fhir-eswatini",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "OpenFn fhir-eswatini adaptor",
5
5
  "author": "Open Function Group",
6
6
  "license": "LGPLv3",
7
7
  "type": "module",
8
8
  "fhir": {
9
9
  "specUrl": "http://172.209.216.154/definitions.json.zip",
10
- "adaptorGeneratedDate": "2026-03-09T16:31:31.825Z",
10
+ "adaptorGeneratedDate": "2026-03-12T12:17:00.007Z",
11
11
  "generatorVersion": "0.7.3",
12
12
  "options": {}
13
13
  },
14
14
  "dependencies": {
15
15
  "@openfn/language-common": "3.2.3",
16
- "@openfn/language-fhir-4": "0.3.1"
16
+ "@openfn/language-fhir-4": "0.3.2"
17
17
  },
18
18
  "devDependencies": {
19
19
  "assertion-error": "2.0.0",
@@ -705,36 +705,36 @@ declare const value: (value: any, system: any, ...extra: any[]) => any;
705
705
  * @public
706
706
  * @function
707
707
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
708
+ * @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
709
+ * @param {Reference} [props.basedOn] - The service request this appointment is allocated to assess
710
+ * @param {string} [props.cancelationReason] - The coded reason for the appointment being cancelled. Accepts all values from http://hl7.org/fhir/ValueSet/appointment-cancellation-reason
711
+ * @param {string} [props.comment] - Additional comments
712
+ * @param {Resource} [props.contained] - Contained, inline Resources
713
+ * @param {dateTime} [props.created] - The date that this appointment was initially created
714
+ * @param {string} [props.description] - Shown on a subject line in a meeting request, or appointment list
715
+ * @param {instant} [props.end] - When appointment is to conclude
716
+ * @param {Extension} [props.extension] - Additional content defined by implementations
708
717
  * @param {string} [props.id] - Logical id of this artifact
709
- * @param {Meta} [props.meta] - Metadata about the resource
718
+ * @param {Identifier} [props.identifier] - External Ids for this item
710
719
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
711
720
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
712
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
713
- * @param {Resource} [props.contained] - Contained, inline Resources
714
- * @param {Extension} [props.extension] - Additional content defined by implementations
721
+ * @param {Meta} [props.meta] - Metadata about the resource
722
+ * @param {number} [props.minutesDuration] - Can be less than start/end (e.g. estimate)
715
723
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
716
- * @param {Identifier} [props.identifier] - External Ids for this item
717
- * @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.0.1
718
- * @param {string} [props.cancelationReason] - The coded reason for the appointment being cancelled. Accepts all values from http://hl7.org/fhir/ValueSet/appointment-cancellation-reason
724
+ * @param {BackboneElement} [props.participant] - Participants involved in appointment
725
+ * @param {string} [props.patientInstruction] - Detailed information and instructions for the patient
726
+ * @param {unsignedInt} [props.priority] - Used to make informed decisions if needing to re-prioritize
727
+ * @param {string} [props.reasonCode] - Coded reason this appointment is scheduled. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-reason
728
+ * @param {Reference} [props.reasonReference] - Reason the appointment is to take place (resource)
729
+ * @param {Period} [props.requestedPeriod] - Potential date/time interval(s) requested to allocate the appointment within
719
730
  * @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
720
731
  * @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
732
+ * @param {Reference} [props.slot] - The slots that this appointment is filling
721
733
  * @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
722
- * @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
723
- * @param {string} [props.reasonCode] - Coded reason this appointment is scheduled. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-reason
724
- * @param {Reference} [props.reasonReference] - Reason the appointment is to take place (resource)
725
- * @param {unsignedInt} [props.priority] - Used to make informed decisions if needing to re-prioritize
726
- * @param {string} [props.description] - Shown on a subject line in a meeting request, or appointment list
727
- * @param {Reference} [props.supportingInformation] - Additional information to support the appointment
728
734
  * @param {instant} [props.start] - When appointment is to take place
729
- * @param {instant} [props.end] - When appointment is to conclude
730
- * @param {number} [props.minutesDuration] - Can be less than start/end (e.g. estimate)
731
- * @param {Reference} [props.slot] - The slots that this appointment is filling
732
- * @param {dateTime} [props.created] - The date that this appointment was initially created
733
- * @param {string} [props.comment] - Additional comments
734
- * @param {string} [props.patientInstruction] - Detailed information and instructions for the patient
735
- * @param {Reference} [props.basedOn] - The service request this appointment is allocated to assess
736
- * @param {BackboneElement} [props.participant] - Participants involved in appointment
737
- * @param {Period} [props.requestedPeriod] - Potential date/time interval(s) requested to allocate the appointment within
735
+ * @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.0.1
736
+ * @param {Reference} [props.supportingInformation] - Additional information to support the appointment
737
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
738
738
  */
739
739
  declare function appointment(type: "SzAppointment", props: Appointment_SzAppointment_Props): any;
740
740
  declare function appointment(props: Appointment_SzAppointment_Props): any;
@@ -743,31 +743,31 @@ declare function appointment(props: Appointment_SzAppointment_Props): any;
743
743
  * @public
744
744
  * @function
745
745
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
746
+ * @param {dateTime|Age|Period|Range|string} [props.abatement] - When in resolution/remission
747
+ * @param {Reference} [props.asserter] - Person who asserts this condition
748
+ * @param {string} [props.bodySite] - Anatomical location, if relevant. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
749
+ * @param {string} [props.category] - problem-list-item | encounter-diagnosis. Accepts all values from http://hl7.org/fhir/ValueSet/condition-category
750
+ * @param {string} [props.clinicalStatus] - active | recurrence | relapse | inactive | remission | resolved. Accepts all values from http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1
751
+ * @param {string} [props.code] - Condition Identification. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
752
+ * @param {Resource} [props.contained] - Contained, inline Resources
753
+ * @param {Reference} [props.encounter] - Encounter created as part of
754
+ * @param {BackboneElement} [props.evidence] - Supporting evidence
755
+ * @param {Extension} [props.extension] - Additional content defined by implementations
746
756
  * @param {string} [props.id] - Logical id of this artifact
747
- * @param {Meta} [props.meta] - Metadata about the resource
757
+ * @param {Identifier} [props.identifier] - External Ids for this condition
748
758
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
749
759
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
750
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
751
- * @param {Resource} [props.contained] - Contained, inline Resources
752
- * @param {Extension} [props.extension] - Additional content defined by implementations
760
+ * @param {Meta} [props.meta] - Metadata about the resource
753
761
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
754
- * @param {Identifier} [props.identifier] - External Ids for this condition
755
- * @param {string} [props.clinicalStatus] - active | recurrence | relapse | inactive | remission | resolved. Accepts all values from http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1
756
- * @param {string} [props.verificationStatus] - unconfirmed | provisional | differential | confirmed | refuted | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1
757
- * @param {string} [props.category] - problem-list-item | encounter-diagnosis. Accepts all values from http://hl7.org/fhir/ValueSet/condition-category
758
- * @param {string} [props.severity] - Subjective severity of condition. Accepts all values from http://hl7.org/fhir/ValueSet/condition-severity
759
- * @param {string} [props.code] - Condition Identification. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
760
- * @param {string} [props.bodySite] - Anatomical location, if relevant. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
761
- * @param {Reference} [props.subject] - Who has the condition?
762
- * @param {Reference} [props.encounter] - Encounter created as part of
762
+ * @param {Annotation} [props.note] - Additional information about the Condition
763
763
  * @param {dateTime} [props.onset] - Diagnosis date
764
- * @param {dateTime|Age|Period|Range|string} [props.abatement] - When in resolution/remission
765
764
  * @param {dateTime} [props.recordedDate] - Date record was first recorded
766
765
  * @param {Reference} [props.recorder] - Who recorded the condition
767
- * @param {Reference} [props.asserter] - Person who asserts this condition
766
+ * @param {string} [props.severity] - Subjective severity of condition. Accepts all values from http://hl7.org/fhir/ValueSet/condition-severity
768
767
  * @param {BackboneElement} [props.stage] - Stage/grade, usually assessed formally
769
- * @param {BackboneElement} [props.evidence] - Supporting evidence
770
- * @param {Annotation} [props.note] - Additional information about the Condition
768
+ * @param {Reference} [props.subject] - Who has the condition?
769
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
770
+ * @param {string} [props.verificationStatus] - unconfirmed | provisional | differential | confirmed | refuted | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1
771
771
  */
772
772
  declare function condition(type: "SzCondition", props: Condition_SzCondition_Props): any;
773
773
  declare function condition(props: Condition_SzCondition_Props): any;
@@ -776,37 +776,37 @@ declare function condition(props: Condition_SzCondition_Props): any;
776
776
  * @public
777
777
  * @function
778
778
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
779
+ * @param {Reference} [props.account] - The set of accounts that may be used for billing for this Encounter
780
+ * @param {Reference} [props.appointment] - The appointment that scheduled this encounter
781
+ * @param {Reference} [props.basedOn] - The ServiceRequest that initiated this encounter
782
+ * @param {string} [props.class] - Department in which the encounter took place. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzEncounterClassificationVS
783
+ * @param {BackboneElement} [props.classHistory] - List of past encounter classes
784
+ * @param {Resource} [props.contained] - Contained, inline Resources
785
+ * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this encounter
786
+ * @param {Reference} [props.episodeOfCare] - Episode(s) of care that this encounter should be recorded against
787
+ * @param {Extension} [props.extension] - Additional content defined by implementations
788
+ * @param {BackboneElement} [props.hospitalization] - Details about the admission to a healthcare service
779
789
  * @param {string} [props.id] - Logical id of this artifact
780
- * @param {Meta} [props.meta] - Metadata about the resource
790
+ * @param {Identifier} [props.identifier] - Identifier(s) by which this encounter is known
781
791
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
782
792
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
783
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
784
- * @param {Resource} [props.contained] - Contained, inline Resources
785
- * @param {Extension} [props.extension] - Additional content defined by implementations
793
+ * @param {Duration} [props.length] - Quantity of time the encounter lasted (less time absent)
794
+ * @param {BackboneElement} [props.location] - Encounter location
795
+ * @param {Meta} [props.meta] - Metadata about the resource
786
796
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
787
- * @param {Identifier} [props.identifier] - Identifier(s) by which this encounter is known
788
- * @param {string} [props.status] - planned | arrived | triaged | in-progress | onleave | finished | cancelled +. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-status|4.0.1
789
- * @param {BackboneElement} [props.statusHistory] - List of past encounter statuses
790
- * @param {string} [props.class] - Department in which the encounter took place. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzEncounterClassificationVS
791
- * @param {BackboneElement} [props.classHistory] - List of past encounter classes
792
- * @param {string} [props.type] - Specific type of encounter. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-type
793
- * @param {string} [props.serviceType] - Specific type of service. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
794
- * @param {string} [props.priority] - Indicates the urgency of the encounter. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActPriority
795
- * @param {Reference} [props.subject] - Patient associated with the encounter
796
- * @param {Reference} [props.episodeOfCare] - Episode(s) of care that this encounter should be recorded against
797
- * @param {Reference} [props.basedOn] - The ServiceRequest that initiated this encounter
797
+ * @param {Reference} [props.partOf] - Another Encounter this encounter is part of
798
798
  * @param {BackboneElement} [props.participant] - List of participants involved in the encounter
799
- * @param {Reference} [props.appointment] - The appointment that scheduled this encounter
800
799
  * @param {Period} [props.period] - The start and end time of the encounter
801
- * @param {Duration} [props.length] - Quantity of time the encounter lasted (less time absent)
800
+ * @param {string} [props.priority] - Indicates the urgency of the encounter. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActPriority
802
801
  * @param {string} [props.reasonCode] - Coded reason the encounter takes place. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-reason
803
802
  * @param {Reference} [props.reasonReference] - Reason the encounter takes place (reference)
804
- * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this encounter
805
- * @param {Reference} [props.account] - The set of accounts that may be used for billing for this Encounter
806
- * @param {BackboneElement} [props.hospitalization] - Details about the admission to a healthcare service
807
- * @param {BackboneElement} [props.location] - Encounter location
808
803
  * @param {Reference} [props.serviceProvider] - Health facility responsible for the encounter
809
- * @param {Reference} [props.partOf] - Another Encounter this encounter is part of
804
+ * @param {string} [props.serviceType] - Specific type of service. Accepts all values from http://hl7.org/fhir/ValueSet/service-type
805
+ * @param {string} [props.status] - planned | arrived | triaged | in-progress | onleave | finished | cancelled +. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-status|4.0.1
806
+ * @param {BackboneElement} [props.statusHistory] - List of past encounter statuses
807
+ * @param {Reference} [props.subject] - Patient associated with the encounter
808
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
809
+ * @param {string} [props.type] - Specific type of encounter. Accepts all values from http://hl7.org/fhir/ValueSet/encounter-type
810
810
  */
811
811
  declare function encounter(type: "SzEncounter", props: Encounter_SzEncounter_Props): any;
812
812
  declare function encounter(props: Encounter_SzEncounter_Props): any;
@@ -815,26 +815,26 @@ declare function encounter(props: Encounter_SzEncounter_Props): any;
815
815
  * @public
816
816
  * @function
817
817
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
818
+ * @param {Reference} [props.account] - The set of accounts that may be used for billing for this EpisodeOfCare
819
+ * @param {Reference} [props.careManager] - Care manager/care coordinator for the patient
820
+ * @param {Resource} [props.contained] - Contained, inline Resources
821
+ * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this episode of care
822
+ * @param {Extension} [props.extension] - Additional content defined by implementations
818
823
  * @param {string} [props.id] - Logical id of this artifact
819
- * @param {Meta} [props.meta] - Metadata about the resource
824
+ * @param {Identifier} [props.identifier] - Business Identifier(s) relevant for this EpisodeOfCare
820
825
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
821
826
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
822
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
823
- * @param {Resource} [props.contained] - Contained, inline Resources
824
- * @param {Extension} [props.extension] - Additional content defined by implementations
827
+ * @param {Reference} [props.managingOrganization] - Organization that assumes care
828
+ * @param {Meta} [props.meta] - Metadata about the resource
825
829
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
826
- * @param {Identifier} [props.identifier] - Business Identifier(s) relevant for this EpisodeOfCare
827
- * @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.0.1
828
- * @param {BackboneElement} [props.statusHistory] - Past list of status codes (the current status may be included to cover the start date of the status)
829
- * @param {string} [props.type] - Episode of care classification. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzEpisodeOfCareTypeVS
830
- * @param {BackboneElement} [props.diagnosis] - The list of diagnosis relevant to this episode of care
831
830
  * @param {Reference} [props.patient] - The patient who is the focus of this episode of care
832
- * @param {Reference} [props.managingOrganization] - Organization that assumes care
833
831
  * @param {Period} [props.period] - Start and end datest of the Episode of care
834
832
  * @param {Reference} [props.referralRequest] - Originating Referral Request(s)
835
- * @param {Reference} [props.careManager] - Care manager/care coordinator for the patient
833
+ * @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.0.1
834
+ * @param {BackboneElement} [props.statusHistory] - Past list of status codes (the current status may be included to cover the start date of the status)
836
835
  * @param {Reference} [props.team] - Other practitioners facilitating this episode of care
837
- * @param {Reference} [props.account] - The set of accounts that may be used for billing for this EpisodeOfCare
836
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
837
+ * @param {string} [props.type] - Episode of care classification. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzEpisodeOfCareTypeVS
838
838
  */
839
839
  declare function episodeOfCare(type: "SzEpisodeOfCare", props: EpisodeOfCare_SzEpisodeOfCare_Props): any;
840
840
  declare function episodeOfCare(props: EpisodeOfCare_SzEpisodeOfCare_Props): any;
@@ -843,31 +843,31 @@ declare function episodeOfCare(props: EpisodeOfCare_SzEpisodeOfCare_Props): any;
843
843
  * @public
844
844
  * @function
845
845
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
846
+ * @param {Address} [props.address] - Physical location
847
+ * @param {string} [props.alias] - A list of alternate names that the location is known as, or was known as, in the past
848
+ * @param {string} [props.availabilityExceptions] - Description of availability exceptions
849
+ * @param {Resource} [props.contained] - Contained, inline Resources
850
+ * @param {string} [props.description] - Additional details about the location that could be displayed as further information to identify the location beyond its name
851
+ * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the location
852
+ * @param {Extension} [props.extension] - Additional content defined by implementations
853
+ * @param {BackboneElement} [props.hoursOfOperation] - What days/times during a week is this location usually open
846
854
  * @param {string} [props.id] - Logical id of this artifact
847
- * @param {Meta} [props.meta] - Metadata about the resource
855
+ * @param {Identifier} [props.identifier] - Unique code or number identifying the location to its users
848
856
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
849
857
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
850
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
851
- * @param {Resource} [props.contained] - Contained, inline Resources
852
- * @param {Extension} [props.extension] - Additional content defined by implementations
858
+ * @param {Reference} [props.managingOrganization] - Organization responsible for provisioning and upkeep
859
+ * @param {Meta} [props.meta] - Metadata about the resource
860
+ * @param {string} [props.mode] - instance | kind. Accepts all values from http://hl7.org/fhir/ValueSet/location-mode|4.0.1
853
861
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
854
- * @param {Identifier} [props.identifier] - Unique code or number identifying the location to its users
855
- * @param {string} [props.status] - active | suspended | inactive. Accepts all values from http://hl7.org/fhir/ValueSet/location-status|4.0.1
856
- * @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
857
862
  * @param {string} [props.name] - Location Name
858
- * @param {string} [props.alias] - A list of alternate names that the location is known as, or was known as, in the past
859
- * @param {string} [props.description] - Additional details about the location that could be displayed as further information to identify the location beyond its name
860
- * @param {string} [props.mode] - instance | kind. Accepts all values from http://hl7.org/fhir/ValueSet/location-mode|4.0.1
861
- * @param {string} [props.type] - Location Type. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
862
- * @param {ContactPoint} [props.telecom] - Contact details of the location
863
- * @param {Address} [props.address] - Physical location
863
+ * @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
864
+ * @param {Reference} [props.partOf] - Another Location this one is physically a part of
864
865
  * @param {string} [props.physicalType] - Physical form of the location. Accepts all values from http://hl7.org/fhir/ValueSet/location-physical-type
865
866
  * @param {BackboneElement} [props.position] - The absolute geographic location
866
- * @param {Reference} [props.managingOrganization] - Organization responsible for provisioning and upkeep
867
- * @param {Reference} [props.partOf] - Another Location this one is physically a part of
868
- * @param {BackboneElement} [props.hoursOfOperation] - What days/times during a week is this location usually open
869
- * @param {string} [props.availabilityExceptions] - Description of availability exceptions
870
- * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the location
867
+ * @param {string} [props.status] - active | suspended | inactive. Accepts all values from http://hl7.org/fhir/ValueSet/location-status|4.0.1
868
+ * @param {ContactPoint} [props.telecom] - Contact details of the location
869
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
870
+ * @param {string} [props.type] - Location Type. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
871
871
  */
872
872
  declare function location(type: "SzLocation", props: Location_SzLocation_Props): any;
873
873
  declare function location(props: Location_SzLocation_Props): any;
@@ -876,22 +876,22 @@ declare function location(props: Location_SzLocation_Props): any;
876
876
  * @public
877
877
  * @function
878
878
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
879
+ * @param {Ratio} [props.amount] - Amount of drug in package
880
+ * @param {BackboneElement} [props.batch] - Details about packaged medications
881
+ * @param {string} [props.code] - ELMIS Product Code. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzProductCodeVS
882
+ * @param {Resource} [props.contained] - Contained, inline Resources
883
+ * @param {Extension} [props.extension] - Additional content defined by implementations
884
+ * @param {string} [props.form] - powder | tablets | capsule +. Accepts all values from http://hl7.org/fhir/ValueSet/medication-form-codes
879
885
  * @param {string} [props.id] - Logical id of this artifact
880
- * @param {Meta} [props.meta] - Metadata about the resource
886
+ * @param {Identifier} [props.identifier] - Business identifier for this medication
881
887
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
888
+ * @param {BackboneElement} [props.ingredient] - Active or inactive ingredient
882
889
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
883
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
884
- * @param {Resource} [props.contained] - Contained, inline Resources
885
- * @param {Extension} [props.extension] - Additional content defined by implementations
890
+ * @param {Reference} [props.manufacturer] - Manufacturer of the item
891
+ * @param {Meta} [props.meta] - Metadata about the resource
886
892
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
887
- * @param {Identifier} [props.identifier] - Business identifier for this medication
888
- * @param {string} [props.code] - ELMIS Product Code. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzProductCodeVS
889
893
  * @param {string} [props.status] - active | inactive | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/medication-status|4.0.1
890
- * @param {Reference} [props.manufacturer] - Manufacturer of the item
891
- * @param {string} [props.form] - powder | tablets | capsule +. Accepts all values from http://hl7.org/fhir/ValueSet/medication-form-codes
892
- * @param {Ratio} [props.amount] - Amount of drug in package
893
- * @param {BackboneElement} [props.ingredient] - Active or inactive ingredient
894
- * @param {BackboneElement} [props.batch] - Details about packaged medications
894
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
895
895
  */
896
896
  declare function medication(type: "SzMedication", props: Medication_SzMedication_Props): any;
897
897
  declare function medication(props: Medication_SzMedication_Props): any;
@@ -900,38 +900,38 @@ declare function medication(props: Medication_SzMedication_Props): any;
900
900
  * @public
901
901
  * @function
902
902
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
903
+ * @param {Reference} [props.authorizingPrescription] - Medication order that authorizes the dispense
904
+ * @param {string} [props.category] - Type of medication dispense. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-category
905
+ * @param {Resource} [props.contained] - Contained, inline Resources
906
+ * @param {Reference} [props.context] - Encounter / Episode associated with event
907
+ * @param {Quantity} [props.daysSupply] - Amount of medication expressed as a timing amount
908
+ * @param {Reference} [props.destination] - Where the medication was sent
909
+ * @param {Reference} [props.detectedIssue] - Clinical issue with action
910
+ * @param {Dosage} [props.dosageInstruction] - How the medication is to be used by the patient or administered by the caregiver
911
+ * @param {Reference} [props.eventHistory] - A list of relevant lifecycle events
912
+ * @param {Extension} [props.extension] - Additional content defined by implementations
903
913
  * @param {string} [props.id] - Logical id of this artifact
904
- * @param {Meta} [props.meta] - Metadata about the resource
914
+ * @param {Identifier} [props.identifier] - External identifier
905
915
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
906
916
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
907
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
908
- * @param {Resource} [props.contained] - Contained, inline Resources
909
- * @param {Extension} [props.extension] - Additional content defined by implementations
917
+ * @param {Reference} [props.location] - Where the dispense occurred
918
+ * @param {string} [props.medication] - Supplied Medication. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
919
+ * @param {Meta} [props.meta] - Metadata about the resource
910
920
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
911
- * @param {Identifier} [props.identifier] - External identifier
921
+ * @param {Annotation} [props.note] - Information about the dispense
912
922
  * @param {Reference} [props.partOf] - Event that dispense is part of
923
+ * @param {BackboneElement} [props.performer] - Dispensing Practitioner
924
+ * @param {Quantity} [props.quantity] - Amount dispensed
925
+ * @param {Reference} [props.receiver] - Who collected the medication
913
926
  * @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.0.1
914
927
  * @param {string} [props.statusReason] - Why a dispense was not performed. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-status-reason
915
- * @param {string} [props.category] - Type of medication dispense. Accepts all values from http://hl7.org/fhir/ValueSet/medicationdispense-category
916
- * @param {string} [props.medication] - Supplied Medication. Accepts all values from http://hl7.org/fhir/ValueSet/medication-codes
917
928
  * @param {Reference} [props.subject] - Who the dispense is for
918
- * @param {Reference} [props.context] - Encounter / Episode associated with event
929
+ * @param {BackboneElement} [props.substitution] - Whether a substitution was performed on the dispense
919
930
  * @param {Reference} [props.supportingInformation] - Information that supports the dispensing of the medication
920
- * @param {BackboneElement} [props.performer] - Dispensing Practitioner
921
- * @param {Reference} [props.location] - Where the dispense occurred
922
- * @param {Reference} [props.authorizingPrescription] - Medication order that authorizes the dispense
931
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
923
932
  * @param {string} [props.type] - Trial fill, partial fill, emergency fill, etc.. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType
924
- * @param {Quantity} [props.quantity] - Amount dispensed
925
- * @param {Quantity} [props.daysSupply] - Amount of medication expressed as a timing amount
926
- * @param {dateTime} [props.whenPrepared] - When product was packaged and reviewed
927
933
  * @param {dateTime} [props.whenHandedOver] - When product was given out
928
- * @param {Reference} [props.destination] - Where the medication was sent
929
- * @param {Reference} [props.receiver] - Who collected the medication
930
- * @param {Annotation} [props.note] - Information about the dispense
931
- * @param {Dosage} [props.dosageInstruction] - How the medication is to be used by the patient or administered by the caregiver
932
- * @param {BackboneElement} [props.substitution] - Whether a substitution was performed on the dispense
933
- * @param {Reference} [props.detectedIssue] - Clinical issue with action
934
- * @param {Reference} [props.eventHistory] - A list of relevant lifecycle events
934
+ * @param {dateTime} [props.whenPrepared] - When product was packaged and reviewed
935
935
  */
936
936
  declare function medicationDispense(type: "SzMedicationDispense", props: MedicationDispense_SzMedicationDispense_Props): any;
937
937
  declare function medicationDispense(props: MedicationDispense_SzMedicationDispense_Props): any;
@@ -940,46 +940,46 @@ declare function medicationDispense(props: MedicationDispense_SzMedicationDispen
940
940
  * @public
941
941
  * @function
942
942
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
943
- * @param {string} [props.id] - Logical id of this artifact
944
- * @param {Meta} [props.meta] - Metadata about the resource
945
- * @param {string} [props.implicitRules] - A set of rules under which this content was created
946
- * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
947
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
943
+ * @param {dateTime} [props.authoredOn] - Medication Request Date
944
+ * @param {Reference} [props.basedOn] - What request fulfills
945
+ * @param {string} [props.category] - Type of medication usage. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-category
948
946
  * @param {Resource} [props.contained] - Contained, inline Resources
949
- * @param {Extension} [props.extension] - Additional content defined by implementations
950
- * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
947
+ * @param {string} [props.courseOfTherapyType] - Overall pattern of medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy
948
+ * @param {Reference} [props.detectedIssue] - Clinical Issue with action
949
+ * @param {BackboneElement} [props.dispenseRequest] - Medication supply authorization
950
+ * @param {boolean} [props.doNotPerform] - True if request is prohibiting action
951
+ * @param {Dosage} [props.dosageInstruction] - Dosage Instruction
952
+ * @param {Reference} [props.encounter] - Encounter created as part of encounter/admission/stay
953
+ * @param {Reference} [props.eventHistory] - A list of events of interest in the lifecycle
954
+ * @param {Extension} [props.extension] - Additional content defined by implementations
955
+ * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
956
+ * @param {string} [props.id] - Logical id of this artifact
951
957
  * @param {Identifier} [props.identifier] - External ids for this request
952
- * @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.0.1
953
- * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-status-reason
958
+ * @param {string} [props.implicitRules] - A set of rules under which this content was created
959
+ * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
960
+ * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
961
+ * @param {Reference} [props.insurance] - Associated insurance coverage
954
962
  * @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.0.1
955
- * @param {string} [props.category] - Type of medication usage. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-category
956
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.0.1
957
- * @param {boolean} [props.doNotPerform] - True if request is prohibiting action
958
- * @param {boolean|Reference} [props.reported] - Reported rather than primary record
963
+ * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
959
964
  * @param {string} [props.medication] - Medication to be taken. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzProductCodeVS
960
- * @param {Reference} [props.subject] - Who or group medication request is for
961
- * @param {Reference} [props.encounter] - Encounter created as part of encounter/admission/stay
962
- * @param {Reference} [props.supportingInformation] - Information to support ordering of the medication
963
- * @param {dateTime} [props.authoredOn] - Medication Request Date
964
- * @param {Reference} [props.requester] - Who/What requested the Request
965
+ * @param {Meta} [props.meta] - Metadata about the resource
966
+ * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
967
+ * @param {Annotation} [props.note] - Information about the prescription
965
968
  * @param {Reference} [props.performer] - Intended performer of administration
966
969
  * @param {string} [props.performerType] - Desired kind of performer of the medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/performer-role
967
- * @param {Reference} [props.recorder] - Person who entered the request
970
+ * @param {Reference} [props.priorPrescription] - An order/prescription that is being replaced
971
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.0.1
968
972
  * @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
969
973
  * @param {Reference} [props.reasonReference] - Condition or observation that supports why the prescription is being written
970
- * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
971
- * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
972
- * @param {Reference} [props.basedOn] - What request fulfills
973
- * @param {Identifier} [props.groupIdentifier] - Composite request this is part of
974
- * @param {string} [props.courseOfTherapyType] - Overall pattern of medication administration. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy
975
- * @param {Reference} [props.insurance] - Associated insurance coverage
976
- * @param {Annotation} [props.note] - Information about the prescription
977
- * @param {Dosage} [props.dosageInstruction] - Dosage Instruction
978
- * @param {BackboneElement} [props.dispenseRequest] - Medication supply authorization
974
+ * @param {Reference} [props.recorder] - Person who entered the request
975
+ * @param {boolean|Reference} [props.reported] - Reported rather than primary record
976
+ * @param {Reference} [props.requester] - Who/What requested the Request
977
+ * @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.0.1
978
+ * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/medicationrequest-status-reason
979
+ * @param {Reference} [props.subject] - Who or group medication request is for
979
980
  * @param {BackboneElement} [props.substitution] - Any restrictions on medication substitution
980
- * @param {Reference} [props.priorPrescription] - An order/prescription that is being replaced
981
- * @param {Reference} [props.detectedIssue] - Clinical Issue with action
982
- * @param {Reference} [props.eventHistory] - A list of events of interest in the lifecycle
981
+ * @param {Reference} [props.supportingInformation] - Information to support ordering of the medication
982
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
983
983
  */
984
984
  declare function medicationRequest(type: "SzMedicationRequest", props: MedicationRequest_SzMedicationRequest_Props): any;
985
985
  declare function medicationRequest(props: MedicationRequest_SzMedicationRequest_Props): any;
@@ -987,40 +987,40 @@ declare function medicationRequest(props: MedicationRequest_SzMedicationRequest_
987
987
  * Create a Observation resource.
988
988
  * @public
989
989
  * @function
990
- * @param {string} type - A profile type: one of SzCauseOfDeath,SzClinicalObservation,SzLabResult,SzMannerOfDeath,SzVitalSigns
990
+ * @param {string} type - A profile type: one of `SzCauseOfDeath`, `SzClinicalObservation`, `SzLabResult`, `SzMannerOfDeath`, `SzVitalSigns`
991
991
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
992
+ * @param {Reference} [props.basedOn] - Fulfills plan, proposal or order
993
+ * @param {string} [props.bodySite] - Observed body part. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
994
+ * @param {string} [props.category] - Classification of type of observation. Accepts all values from http://hl7.org/fhir/ValueSet/observation-category
995
+ * @param {string} [props.code] - Cause of death. Accepts all values from http://hl7.org/fhir/ValueSet/observation-codes
996
+ * @param {BackboneElement} [props.component] - Cause of death time interval for Intermediate, Intermediate I, Intermediat II, Underlying
997
+ * @param {Resource} [props.contained] - Contained, inline Resources
998
+ * @param {string} [props.dataAbsentReason] - Why the result is missing. Accepts all values from http://hl7.org/fhir/ValueSet/data-absent-reason
999
+ * @param {Reference} [props.derivedFrom] - Related measurements the observation is made from
1000
+ * @param {Reference} [props.device] - (Measurement) Device
1001
+ * @param {dateTime|Period|Timing|instant} [props.effective] - Clinically relevant time/time-period for observation
1002
+ * @param {Reference} [props.encounter] - Healthcare event during which this observation is made
1003
+ * @param {Extension} [props.extension] - Additional content defined by implementations
1004
+ * @param {Reference} [props.focus] - What the observation is about, when it is not about the subject of record
1005
+ * @param {Reference} [props.hasMember] - Related resource that belongs to the Observation group
992
1006
  * @param {string} [props.id] - Logical id of this artifact
993
- * @param {Meta} [props.meta] - Metadata about the resource
1007
+ * @param {Identifier} [props.identifier] - Business Identifier for observation
994
1008
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
1009
+ * @param {string} [props.interpretation] - High, low, normal, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/observation-interpretation
1010
+ * @param {instant} [props.issued] - Date/Time this version was made available
995
1011
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
996
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
997
- * @param {Resource} [props.contained] - Contained, inline Resources
998
- * @param {Extension} [props.extension] - Additional content defined by implementations
1012
+ * @param {Meta} [props.meta] - Metadata about the resource
1013
+ * @param {string} [props.method] - How it was done. Accepts all values from http://hl7.org/fhir/ValueSet/observation-methods
999
1014
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1000
- * @param {Identifier} [props.identifier] - Business Identifier for observation
1001
- * @param {Reference} [props.basedOn] - Fulfills plan, proposal or order
1015
+ * @param {Annotation} [props.note] - Comments about the observation
1002
1016
  * @param {Reference} [props.partOf] - Part of referenced event
1017
+ * @param {Reference} [props.performer] - Cause of death certifier (coroner or medical examiner)
1018
+ * @param {BackboneElement} [props.referenceRange] - Provides guide for interpretation
1019
+ * @param {Reference} [props.specimen] - Specimen used for this observation
1003
1020
  * @param {string} [props.status] - registered | preliminary | final | amended +. Accepts all values from http://hl7.org/fhir/ValueSet/observation-status|4.0.1
1004
- * @param {string} [props.category] - Classification of type of observation. Accepts all values from http://hl7.org/fhir/ValueSet/observation-category
1005
- * @param {string} [props.code] - Cause of death. Accepts all values from http://hl7.org/fhir/ValueSet/observation-codes
1006
1021
  * @param {Reference} [props.subject] - The decedent
1007
- * @param {Reference} [props.focus] - What the observation is about, when it is not about the subject of record
1008
- * @param {Reference} [props.encounter] - Healthcare event during which this observation is made
1009
- * @param {dateTime|Period|Timing|instant} [props.effective] - Clinically relevant time/time-period for observation
1010
- * @param {instant} [props.issued] - Date/Time this version was made available
1011
- * @param {Reference} [props.performer] - Cause of death certifier (coroner or medical examiner)
1022
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1012
1023
  * @param {CodeableConcept} [props.value] - Actual result
1013
- * @param {string} [props.dataAbsentReason] - Why the result is missing. Accepts all values from http://hl7.org/fhir/ValueSet/data-absent-reason
1014
- * @param {string} [props.interpretation] - High, low, normal, etc.. Accepts all values from http://hl7.org/fhir/ValueSet/observation-interpretation
1015
- * @param {Annotation} [props.note] - Comments about the observation
1016
- * @param {string} [props.bodySite] - Observed body part. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
1017
- * @param {string} [props.method] - How it was done. Accepts all values from http://hl7.org/fhir/ValueSet/observation-methods
1018
- * @param {Reference} [props.specimen] - Specimen used for this observation
1019
- * @param {Reference} [props.device] - (Measurement) Device
1020
- * @param {BackboneElement} [props.referenceRange] - Provides guide for interpretation
1021
- * @param {Reference} [props.hasMember] - Related resource that belongs to the Observation group
1022
- * @param {Reference} [props.derivedFrom] - Related measurements the observation is made from
1023
- * @param {BackboneElement} [props.component] - Cause of death time interval for Intermediate, Intermediate I, Intermediat II, Underlying
1024
1024
  */
1025
1025
  declare function observation(type: "SzCauseOfDeath", props: Observation_SzCauseOfDeath_Props): any;
1026
1026
  declare function observation(type: "SzClinicalObservation", props: Observation_SzClinicalObservation_Props): any;
@@ -1032,24 +1032,24 @@ declare function observation(type: "SzVitalSigns", props: Observation_SzVitalSig
1032
1032
  * @public
1033
1033
  * @function
1034
1034
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
1035
+ * @param {boolean} [props.active] - Whether the organization's record is still in active use
1036
+ * @param {Address} [props.address] - An address for the organization
1037
+ * @param {string} [props.alias] - A list of alternate names that the organization is known as, or was known as in the past
1038
+ * @param {BackboneElement} [props.contact] - Contact for the organization for a certain purpose
1039
+ * @param {Resource} [props.contained] - Contained, inline Resources
1040
+ * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the organization
1041
+ * @param {Extension} [props.extension] - Additional content defined by implementations
1035
1042
  * @param {string} [props.id] - Logical id of this artifact
1036
- * @param {Meta} [props.meta] - Metadata about the resource
1043
+ * @param {Identifier} [props.identifier] - Identifies this organization across multiple systems
1037
1044
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
1038
1045
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1039
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1040
- * @param {Resource} [props.contained] - Contained, inline Resources
1041
- * @param {Extension} [props.extension] - Additional content defined by implementations
1046
+ * @param {Meta} [props.meta] - Metadata about the resource
1042
1047
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1043
- * @param {Identifier} [props.identifier] - Identifies this organization across multiple systems
1044
- * @param {boolean} [props.active] - Whether the organization's record is still in active use
1045
- * @param {string} [props.type] - Organization Type. Accepts all values from http://hl7.org/fhir/ValueSet/organization-type
1046
1048
  * @param {string} [props.name] - Organization' name
1047
- * @param {string} [props.alias] - A list of alternate names that the organization is known as, or was known as in the past
1048
- * @param {ContactPoint} [props.telecom] - A contact detail for the organization
1049
- * @param {Address} [props.address] - An address for the organization
1050
1049
  * @param {Reference} [props.partOf] - The organization of which this organization forms a part
1051
- * @param {BackboneElement} [props.contact] - Contact for the organization for a certain purpose
1052
- * @param {Reference} [props.endpoint] - Technical endpoints providing access to services operated for the organization
1050
+ * @param {ContactPoint} [props.telecom] - A contact detail for the organization
1051
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1052
+ * @param {string} [props.type] - Organization Type. Accepts all values from http://hl7.org/fhir/ValueSet/organization-type
1053
1053
  */
1054
1054
  declare function organization(type: "SzOrganization", props: Organization_SzOrganization_Props): any;
1055
1055
  declare function organization(props: Organization_SzOrganization_Props): any;
@@ -1058,34 +1058,34 @@ declare function organization(props: Organization_SzOrganization_Props): any;
1058
1058
  * @public
1059
1059
  * @function
1060
1060
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
1061
- * @param {string} [props.id] - Logical id of this artifact
1062
- * @param {Meta} [props.meta] - Metadata about the resource
1063
- * @param {string} [props.implicitRules] - A set of rules under which this content was created
1064
- * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1065
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1066
- * @param {Resource} [props.contained] - Contained, inline Resources
1067
- * @param {Extension} [props.extension] - Extension
1068
- * @param {Extension} [props.nationality] - Nationality.
1069
- * @param {string} [props.inkhundla] - Extention: Eswatini Inkhundla. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzTinkhundlaVS
1070
- * @param {string} [props.chiefdom] - Extention: Eswatini Chiefdom. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzChiefdomVS
1071
- * @param {dateTime} [props.registrationDate] - Date the patient was registered
1072
- * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1073
- * @param {Identifier} [props.identifier] - Patient's Identification Number
1074
1061
  * @param {boolean} [props.active] - Whether this patient's record is in active use
1075
- * @param {HumanName} [props.name] - Patient's name
1076
- * @param {ContactPoint} [props.telecom] - A contact detail for the individual
1077
- * @param {string} [props.gender] - Sex at birth: male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
1062
+ * @param {Address} [props.address] - An address for the individual
1078
1063
  * @param {date} [props.birthDate] - Date of birth: YYYY-MM-DD
1064
+ * @param {string} [props.chiefdom] - Extention: Eswatini Chiefdom. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzChiefdomVS
1065
+ * @param {BackboneElement} [props.communication] - A language which may be used to communicate with the patient about his or her health
1066
+ * @param {BackboneElement} [props.contact] - A contact party (e.g. guardian, partner, friend) for the patient
1067
+ * @param {Resource} [props.contained] - Contained, inline Resources
1079
1068
  * @param {boolean|dateTime} [props.deceased] - Indicates if the individual is deceased or not
1080
- * @param {Address} [props.address] - An address for the individual
1069
+ * @param {Extension} [props.extension] - Extension
1070
+ * @param {string} [props.gender] - Sex at birth: male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
1071
+ * @param {Reference} [props.generalPractitioner] - Patient's nominated primary care provider
1072
+ * @param {string} [props.id] - Logical id of this artifact
1073
+ * @param {Identifier} [props.identifier] - Patient's Identification Number
1074
+ * @param {string} [props.implicitRules] - A set of rules under which this content was created
1075
+ * @param {string} [props.inkhundla] - Extention: Eswatini Inkhundla. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzTinkhundlaVS
1076
+ * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1077
+ * @param {BackboneElement} [props.link] - Link to another patient resource that concerns the same actual person
1078
+ * @param {Reference} [props.managingOrganization] - Organization that is the custodian of the patient record
1081
1079
  * @param {string} [props.maritalStatus] - Marital (civil) status of a patient. Accepts all values from http://hl7.org/fhir/ValueSet/marital-status
1080
+ * @param {Meta} [props.meta] - Metadata about the resource
1081
+ * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1082
1082
  * @param {boolean|integer} [props.multipleBirth] - Whether patient is part of a multiple birth
1083
+ * @param {HumanName} [props.name] - Patient's name
1084
+ * @param {Extension} [props.nationality] - Nationality.
1083
1085
  * @param {Attachment} [props.photo] - Image of the patient
1084
- * @param {BackboneElement} [props.contact] - A contact party (e.g. guardian, partner, friend) for the patient
1085
- * @param {BackboneElement} [props.communication] - A language which may be used to communicate with the patient about his or her health
1086
- * @param {Reference} [props.generalPractitioner] - Patient's nominated primary care provider
1087
- * @param {Reference} [props.managingOrganization] - Organization that is the custodian of the patient record
1088
- * @param {BackboneElement} [props.link] - Link to another patient resource that concerns the same actual person
1086
+ * @param {dateTime} [props.registrationDate] - Date the patient was registered
1087
+ * @param {ContactPoint} [props.telecom] - A contact detail for the individual
1088
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1089
1089
  */
1090
1090
  declare function patient(type: "SzPatient", props: Patient_SzPatient_Props): any;
1091
1091
  declare function patient(props: Patient_SzPatient_Props): any;
@@ -1094,24 +1094,24 @@ declare function patient(props: Patient_SzPatient_Props): any;
1094
1094
  * @public
1095
1095
  * @function
1096
1096
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
1097
+ * @param {boolean} [props.active] - Whether this practitioner's record is in active use
1098
+ * @param {Address} [props.address] - Address(es) of the practitioner that are not role specific (typically home address)
1099
+ * @param {date} [props.birthDate] - The date on which the practitioner was born
1100
+ * @param {string} [props.communication] - A language the practitioner can use in patient communication. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1101
+ * @param {Resource} [props.contained] - Contained, inline Resources
1102
+ * @param {Extension} [props.extension] - Additional content defined by implementations
1103
+ * @param {string} [props.gender] - Sex at birth: male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
1097
1104
  * @param {string} [props.id] - Logical id of this artifact
1098
- * @param {Meta} [props.meta] - Metadata about the resource
1105
+ * @param {Identifier} [props.identifier] - An identifier for the person as this agent
1099
1106
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
1100
1107
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1101
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1102
- * @param {Resource} [props.contained] - Contained, inline Resources
1103
- * @param {Extension} [props.extension] - Additional content defined by implementations
1108
+ * @param {Meta} [props.meta] - Metadata about the resource
1104
1109
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1105
- * @param {Identifier} [props.identifier] - An identifier for the person as this agent
1106
- * @param {boolean} [props.active] - Whether this practitioner's record is in active use
1107
1110
  * @param {HumanName} [props.name] - Practitioner's name
1108
- * @param {ContactPoint} [props.telecom] - A contact detail for the practitioner (that apply to all roles)
1109
- * @param {Address} [props.address] - Address(es) of the practitioner that are not role specific (typically home address)
1110
- * @param {string} [props.gender] - Sex at birth: male | female | other | unknown. Accepts all values from http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
1111
- * @param {date} [props.birthDate] - The date on which the practitioner was born
1112
1111
  * @param {Attachment} [props.photo] - Image of the person
1113
1112
  * @param {BackboneElement} [props.qualification] - Certification, licenses, or training pertaining to the provision of care
1114
- * @param {string} [props.communication] - A language the practitioner can use in patient communication. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1113
+ * @param {ContactPoint} [props.telecom] - A contact detail for the practitioner (that apply to all roles)
1114
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1115
1115
  */
1116
1116
  declare function practitioner(type: "SzPractitioner", props: Practitioner_SzPractitioner_Props): any;
1117
1117
  declare function practitioner(props: Practitioner_SzPractitioner_Props): any;
@@ -1120,42 +1120,42 @@ declare function practitioner(props: Practitioner_SzPractitioner_Props): any;
1120
1120
  * @public
1121
1121
  * @function
1122
1122
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
1123
- * @param {string} [props.id] - Logical id of this artifact
1124
- * @param {Meta} [props.meta] - Metadata about the resource
1125
- * @param {string} [props.implicitRules] - A set of rules under which this content was created
1126
- * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1127
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1123
+ * @param {Reference} [props.asserter] - Person who asserts this procedure
1124
+ * @param {Reference} [props.basedOn] - A request for this procedure
1125
+ * @param {string} [props.bodySite] - Target body sites. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
1126
+ * @param {string} [props.category] - Classification of the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-category
1127
+ * @param {string} [props.code] - Procedure Code. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-code
1128
+ * @param {string} [props.complication] - Complication following the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
1129
+ * @param {Reference} [props.complicationDetail] - A condition that is a result of the procedure
1128
1130
  * @param {Resource} [props.contained] - Contained, inline Resources
1131
+ * @param {Reference} [props.encounter] - Encounter created as part of
1129
1132
  * @param {Extension} [props.extension] - Additional content defined by implementations
1130
- * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1133
+ * @param {BackboneElement} [props.focalDevice] - Manipulated, implanted, or removed device
1134
+ * @param {string} [props.followUp] - Instructions for follow up. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-followup
1135
+ * @param {string} [props.id] - Logical id of this artifact
1131
1136
  * @param {Identifier} [props.identifier] - External Identifiers for this procedure
1137
+ * @param {string} [props.implicitRules] - A set of rules under which this content was created
1132
1138
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
1133
1139
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
1134
- * @param {Reference} [props.basedOn] - A request for this procedure
1140
+ * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1141
+ * @param {Reference} [props.location] - Where the procedure happened
1142
+ * @param {Meta} [props.meta] - Metadata about the resource
1143
+ * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1144
+ * @param {Annotation} [props.note] - Additional information about the procedure
1145
+ * @param {string} [props.outcome] - The result of procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-outcome
1135
1146
  * @param {Reference} [props.partOf] - Part of referenced event
1136
- * @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.0.1
1137
- * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-not-performed-reason
1138
- * @param {string} [props.category] - Classification of the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-category
1139
- * @param {string} [props.code] - Procedure Code. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-code
1140
- * @param {Reference} [props.subject] - Who the procedure was performed on
1141
- * @param {Reference} [props.encounter] - Encounter created as part of
1142
1147
  * @param {dateTime|Period|string|Age|Range} [props.performed] - When the procedure was performed
1143
- * @param {Reference} [props.recorder] - Who recorded the procedure
1144
- * @param {Reference} [props.asserter] - Person who asserts this procedure
1145
1148
  * @param {BackboneElement} [props.performer] - The people who performed the procedure
1146
- * @param {Reference} [props.location] - Where the procedure happened
1147
1149
  * @param {string} [props.reasonCode] - Coded reason procedure performed. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
1148
1150
  * @param {Reference} [props.reasonReference] - The justification that the procedure was performed
1149
- * @param {string} [props.bodySite] - Target body sites. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
1150
- * @param {string} [props.outcome] - The result of procedure. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-outcome
1151
+ * @param {Reference} [props.recorder] - Who recorded the procedure
1151
1152
  * @param {Reference} [props.report] - Any report resulting from the procedure
1152
- * @param {string} [props.complication] - Complication following the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/condition-code
1153
- * @param {Reference} [props.complicationDetail] - A condition that is a result of the procedure
1154
- * @param {string} [props.followUp] - Instructions for follow up. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-followup
1155
- * @param {Annotation} [props.note] - Additional information about the procedure
1156
- * @param {BackboneElement} [props.focalDevice] - Manipulated, implanted, or removed device
1157
- * @param {Reference} [props.usedReference] - Items used during procedure
1153
+ * @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.0.1
1154
+ * @param {string} [props.statusReason] - Reason for current status. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-not-performed-reason
1155
+ * @param {Reference} [props.subject] - Who the procedure was performed on
1156
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1158
1157
  * @param {string} [props.usedCode] - Coded items used during the procedure. Accepts all values from http://hl7.org/fhir/ValueSet/device-kind
1158
+ * @param {Reference} [props.usedReference] - Items used during procedure
1159
1159
  */
1160
1160
  declare function procedure(type: "SzProcedure", props: Procedure_SzProcedure_Props): any;
1161
1161
  declare function procedure(props: Procedure_SzProcedure_Props): any;
@@ -1163,49 +1163,49 @@ declare function procedure(props: Procedure_SzProcedure_Props): any;
1163
1163
  * Create a ServiceRequest resource.
1164
1164
  * @public
1165
1165
  * @function
1166
- * @param {string} type - A profile type: one of SzLabRequest,SzReferral
1166
+ * @param {string} type - A profile type: one of `SzLabRequest`, `SzReferral`
1167
1167
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
1168
- * @param {string} [props.id] - Logical id of this artifact
1169
- * @param {Meta} [props.meta] - Metadata about the resource
1170
- * @param {string} [props.implicitRules] - A set of rules under which this content was created
1171
- * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1172
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1168
+ * @param {string} [props.asNeeded] - Preconditions for service. Accepts all values from http://hl7.org/fhir/ValueSet/medication-as-needed-reason
1169
+ * @param {dateTime} [props.authoredOn] - Date request signed
1170
+ * @param {Reference} [props.basedOn] - What request fulfills
1171
+ * @param {string} [props.bodySite] - Location on Body. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
1172
+ * @param {string} [props.category] - Type of service request. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-category
1173
+ * @param {string} [props.code] - Local test code. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzTestCodeVS
1173
1174
  * @param {Resource} [props.contained] - Contained, inline Resources
1175
+ * @param {boolean} [props.doNotPerform] - True if service/procedure should not be performed
1176
+ * @param {Reference} [props.encounter] - Encounter information
1174
1177
  * @param {Extension} [props.extension] - Additional content defined by implementations
1175
- * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1178
+ * @param {string} [props.id] - Logical id of this artifact
1176
1179
  * @param {Identifier} [props.identifier] - Identifiers assigned to this order
1180
+ * @param {string} [props.implicitRules] - A set of rules under which this content was created
1177
1181
  * @param {canonical} [props.instantiatesCanonical] - Instantiates FHIR protocol or definition
1178
1182
  * @param {string} [props.instantiatesUri] - Instantiates external protocol or definition
1179
- * @param {Reference} [props.basedOn] - What request fulfills
1180
- * @param {Reference} [props.replaces] - What request replaces
1181
- * @param {Identifier} [props.requisition] - Composite Request ID
1182
- * @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.0.1
1183
+ * @param {Reference} [props.insurance] - Associated insurance coverage
1183
1184
  * @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.0.1
1184
- * @param {string} [props.category] - Type of service request. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-category
1185
- * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.0.1
1186
- * @param {boolean} [props.doNotPerform] - True if service/procedure should not be performed
1187
- * @param {string} [props.code] - Local test code. Accepts all values from http://172.209.216.154:3447/fhir/ValueSet/SzTestCodeVS
1188
- * @param {string} [props.orderDetail] - Additional order information. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-orderdetail
1189
- * @param {Quantity|Ratio|Range} [props.quantity] - Service amount
1190
- * @param {Reference} [props.subject] - Patient's information
1191
- * @param {Reference} [props.encounter] - Encounter information
1192
- * @param {dateTime|Period|Timing} [props.occurrence] - When service should occur
1193
- * @param {string} [props.asNeeded] - Preconditions for service. Accepts all values from http://hl7.org/fhir/ValueSet/medication-as-needed-reason
1194
- * @param {dateTime} [props.authoredOn] - Date request signed
1195
- * @param {Reference} [props.requester] - Who/what is requesting service
1196
- * @param {string} [props.performerType] - Performer role. Accepts all values from http://hl7.org/fhir/ValueSet/participant-role
1197
- * @param {Reference} [props.performer] - Requested performer
1185
+ * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1198
1186
  * @param {string} [props.locationCode] - Requested location. Accepts all values from http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType
1199
1187
  * @param {Reference} [props.locationReference] - Requested location
1200
- * @param {string} [props.reasonCode] - Explanation/Justification for procedure or service. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
1201
- * @param {Reference} [props.reasonReference] - Explanation/Justification for service or service
1202
- * @param {Reference} [props.insurance] - Associated insurance coverage
1203
- * @param {Reference} [props.supportingInfo] - Additional clinical information
1204
- * @param {Reference} [props.specimen] - Lab test specimen
1205
- * @param {string} [props.bodySite] - Location on Body. Accepts all values from http://hl7.org/fhir/ValueSet/body-site
1188
+ * @param {Meta} [props.meta] - Metadata about the resource
1189
+ * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1206
1190
  * @param {Annotation} [props.note] - Comments
1191
+ * @param {dateTime|Period|Timing} [props.occurrence] - When service should occur
1192
+ * @param {string} [props.orderDetail] - Additional order information. Accepts all values from http://hl7.org/fhir/ValueSet/servicerequest-orderdetail
1207
1193
  * @param {string} [props.patientInstruction] - Patient or consumer-oriented instructions
1194
+ * @param {Reference} [props.performer] - Requested performer
1195
+ * @param {string} [props.performerType] - Performer role. Accepts all values from http://hl7.org/fhir/ValueSet/participant-role
1196
+ * @param {string} [props.priority] - routine | urgent | asap | stat. Accepts all values from http://hl7.org/fhir/ValueSet/request-priority|4.0.1
1197
+ * @param {Quantity|Ratio|Range} [props.quantity] - Service amount
1198
+ * @param {string} [props.reasonCode] - Explanation/Justification for procedure or service. Accepts all values from http://hl7.org/fhir/ValueSet/procedure-reason
1199
+ * @param {Reference} [props.reasonReference] - Explanation/Justification for service or service
1208
1200
  * @param {Reference} [props.relevantHistory] - Request provenance
1201
+ * @param {Reference} [props.replaces] - What request replaces
1202
+ * @param {Reference} [props.requester] - Who/what is requesting service
1203
+ * @param {Identifier} [props.requisition] - Composite Request ID
1204
+ * @param {Reference} [props.specimen] - Lab test specimen
1205
+ * @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.0.1
1206
+ * @param {Reference} [props.subject] - Patient's information
1207
+ * @param {Reference} [props.supportingInfo] - Additional clinical information
1208
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1209
1209
  */
1210
1210
  declare function serviceRequest(type: "SzLabRequest", props: ServiceRequest_SzLabRequest_Props): any;
1211
1211
  declare function serviceRequest(type: "SzReferral", props: ServiceRequest_SzReferral_Props): any;
@@ -1214,27 +1214,27 @@ declare function serviceRequest(type: "SzReferral", props: ServiceRequest_SzRefe
1214
1214
  * @public
1215
1215
  * @function
1216
1216
  * @param {object} props - Properties to apply to the resource (includes common and custom properties).
1217
+ * @param {Identifier} [props.accessionIdentifier] - Identifier assigned by the lab
1218
+ * @param {BackboneElement} [props.collection] - Specimen collection information
1219
+ * @param {string} [props.condition] - State of the specimen. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0493
1220
+ * @param {Resource} [props.contained] - Contained, inline Resources
1221
+ * @param {BackboneElement} [props.container] - Direct container of specimen (tube/slide, etc.)
1222
+ * @param {Extension} [props.extension] - Additional content defined by implementations
1217
1223
  * @param {string} [props.id] - Logical id of this artifact
1218
- * @param {Meta} [props.meta] - Metadata about the resource
1224
+ * @param {Identifier} [props.identifier] - External Identifier
1219
1225
  * @param {string} [props.implicitRules] - A set of rules under which this content was created
1220
1226
  * @param {string} [props.language] - Language of the resource content. Accepts all values from http://hl7.org/fhir/ValueSet/languages
1221
- * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1222
- * @param {Resource} [props.contained] - Contained, inline Resources
1223
- * @param {Extension} [props.extension] - Additional content defined by implementations
1227
+ * @param {Meta} [props.meta] - Metadata about the resource
1224
1228
  * @param {Extension} [props.modifierExtension] - Extensions that cannot be ignored
1225
- * @param {Identifier} [props.identifier] - External Identifier
1226
- * @param {Identifier} [props.accessionIdentifier] - Identifier assigned by the lab
1227
- * @param {string} [props.status] - available | unavailable | unsatisfactory | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/specimen-status|4.0.1
1228
- * @param {string} [props.type] - Type of specimen being collected. Accepts all values from http://terminology.hl7.org/CodeSystem/v2-0487
1229
- * @param {Reference} [props.subject] - Patient associated with the specimen being collected
1230
- * @param {dateTime} [props.receivedTime] - The time when specimen was received for processing
1229
+ * @param {Annotation} [props.note] - Comments
1231
1230
  * @param {Reference} [props.parent] - Specimen from which this specimen originated
1232
- * @param {Reference} [props.request] - Why the specimen was collected
1233
- * @param {BackboneElement} [props.collection] - Specimen collection information
1234
1231
  * @param {BackboneElement} [props.processing] - Processing and processing step details
1235
- * @param {BackboneElement} [props.container] - Direct container of specimen (tube/slide, etc.)
1236
- * @param {string} [props.condition] - State of the specimen. Accepts all values from http://terminology.hl7.org/ValueSet/v2-0493
1237
- * @param {Annotation} [props.note] - Comments
1232
+ * @param {dateTime} [props.receivedTime] - The time when specimen was received for processing
1233
+ * @param {Reference} [props.request] - Why the specimen was collected
1234
+ * @param {string} [props.status] - available | unavailable | unsatisfactory | entered-in-error. Accepts all values from http://hl7.org/fhir/ValueSet/specimen-status|4.0.1
1235
+ * @param {Reference} [props.subject] - Patient associated with the specimen being collected
1236
+ * @param {Narrative} [props.text] - Text summary of the resource, for human interpretation
1237
+ * @param {string} [props.type] - Type of specimen being collected. Accepts all values from http://terminology.hl7.org/CodeSystem/v2-0487
1238
1238
  */
1239
1239
  declare function specimen(type: "SzLabSpecimen", props: Specimen_SzLabSpecimen_Props): any;
1240
1240
  declare function specimen(props: Specimen_SzLabSpecimen_Props): any;