@icure/api 5.3.18 → 5.4.0

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 (37) hide show
  1. package/icc-api/model/Address.d.ts +20 -0
  2. package/icc-api/model/Address.js.map +1 -1
  3. package/icc-api/model/Annotation.d.ts +14 -0
  4. package/icc-api/model/Annotation.js.map +1 -1
  5. package/icc-api/model/Contact.d.ts +15 -0
  6. package/icc-api/model/Contact.js +4 -0
  7. package/icc-api/model/Contact.js.map +1 -1
  8. package/icc-api/model/Content.js +20 -1
  9. package/icc-api/model/Content.js.map +1 -1
  10. package/icc-api/model/HealthElement.d.ts +6 -0
  11. package/icc-api/model/HealthElement.js.map +1 -1
  12. package/icc-api/model/ISO639_1.d.ts +8 -0
  13. package/icc-api/model/ISO639_1.js +3 -0
  14. package/icc-api/model/ISO639_1.js.map +1 -0
  15. package/icc-api/model/Measure.d.ts +11 -2
  16. package/icc-api/model/Measure.js +19 -1
  17. package/icc-api/model/Measure.js.map +1 -1
  18. package/icc-api/model/Medication.d.ts +4 -0
  19. package/icc-api/model/Medication.js.map +1 -1
  20. package/icc-api/model/PaginatedListContact.js +15 -1
  21. package/icc-api/model/PaginatedListContact.js.map +1 -1
  22. package/icc-api/model/PaginatedListService.js +4 -1
  23. package/icc-api/model/PaginatedListService.js.map +1 -1
  24. package/icc-api/model/Range.d.ts +5 -0
  25. package/icc-api/model/Range.js +11 -0
  26. package/icc-api/model/Range.js.map +1 -0
  27. package/icc-api/model/ReferenceRange.d.ts +26 -0
  28. package/icc-api/model/ReferenceRange.js +33 -0
  29. package/icc-api/model/ReferenceRange.js.map +1 -0
  30. package/icc-api/model/Service.js +4 -0
  31. package/icc-api/model/Service.js.map +1 -1
  32. package/icc-api/model/User.d.ts +2 -0
  33. package/icc-api/model/User.js.map +1 -1
  34. package/icc-api/model/models.d.ts +3 -0
  35. package/icc-api/model/models.js +3 -0
  36. package/icc-api/model/models.js.map +1 -1
  37. package/package.json +1 -1
@@ -10,11 +10,26 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Telecom } from './Telecom';
13
+ import { Annotation } from './Annotation';
14
+ import { CodeStub } from "./CodeStub";
15
+ import { Identifier } from "./Identifier";
13
16
  /**
14
17
  * This entity represents an Address
15
18
  */
16
19
  export declare class Address {
17
20
  constructor(json: JSON | any);
21
+ /**
22
+ * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply.
23
+ */
24
+ tags?: Array<CodeStub>;
25
+ /**
26
+ * A code is an item from a codification system that qualifies the content of this entity.
27
+ */
28
+ codes?: Array<CodeStub>;
29
+ /**
30
+ * The identifiers of the Address
31
+ */
32
+ identifier?: Array<Identifier>;
18
33
  /**
19
34
  * The type of place the address represents, ex: home, office, hospital, clinic, etc.
20
35
  */
@@ -53,8 +68,13 @@ export declare class Address {
53
68
  country?: string;
54
69
  /**
55
70
  * Additional notes
71
+ * @deprecated replaced by notes
56
72
  */
57
73
  note?: string;
74
+ /**
75
+ * Additional notes
76
+ */
77
+ notes?: Annotation[];
58
78
  /**
59
79
  * List of other contact details available through telecom services, ex: email, phone number, fax, etc.
60
80
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Address.js","sourceRoot":"","sources":["../../../icc-api/model/Address.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAkDF;AArDD,0BAqDC;AACD,WAAiB,OAAO;IAcT,uBAAe,GAAG;QAC7B,IAAI,EAAE,MAAyB;QAC/B,IAAI,EAAE,MAAyB;QAC/B,QAAQ,EAAE,UAA6B;QACvC,QAAQ,EAAE,UAA6B;QACvC,MAAM,EAAE,QAA2B;QACnC,EAAE,EAAE,IAAuB;QAC3B,KAAK,EAAE,OAA0B;QACjC,SAAS,EAAE,WAA8B;QACzC,MAAM,EAAE,QAA2B;QACnC,UAAU,EAAE,YAA+B;QAC3C,SAAS,EAAE,WAA8B;QACzC,WAAW,EAAE,aAAgC;KAC9C,CAAA;AACH,CAAC,EA5BgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA4BvB","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Telecom } from './Telecom'\n\n/**\n * This entity represents an Address\n */\nexport class Address {\n constructor(json: JSON | any) {\n Object.assign(this as Address, json)\n }\n\n /**\n * The type of place the address represents, ex: home, office, hospital, clinic, etc.\n */\n addressType?: Address.AddressTypeEnum\n /**\n * Descriptive notes about the address\n */\n descr?: string\n /**\n * Street name\n */\n street?: string\n /**\n * Building / house number\n */\n houseNumber?: string\n /**\n * Post / PO box number\n */\n postboxNumber?: string\n /**\n * Postal/PIN/ZIP/Area code\n */\n postalCode?: string\n /**\n * Name of city in the address\n */\n city?: string\n /**\n * Name of state in the Address\n */\n state?: string\n /**\n * Name / code of country in the address\n */\n country?: string\n /**\n * Additional notes\n */\n note?: string\n /**\n * List of other contact details available through telecom services, ex: email, phone number, fax, etc.\n */\n telecoms?: Array<Telecom>\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\nexport namespace Address {\n export type AddressTypeEnum =\n | 'home'\n | 'work'\n | 'vacation'\n | 'hospital'\n | 'clinic'\n | 'hq'\n | 'other'\n | 'temporary'\n | 'postal'\n | 'diplomatic'\n | 'reference'\n | 'careaddress'\n export const AddressTypeEnum = {\n Home: 'home' as AddressTypeEnum,\n Work: 'work' as AddressTypeEnum,\n Vacation: 'vacation' as AddressTypeEnum,\n Hospital: 'hospital' as AddressTypeEnum,\n Clinic: 'clinic' as AddressTypeEnum,\n Hq: 'hq' as AddressTypeEnum,\n Other: 'other' as AddressTypeEnum,\n Temporary: 'temporary' as AddressTypeEnum,\n Postal: 'postal' as AddressTypeEnum,\n Diplomatic: 'diplomatic' as AddressTypeEnum,\n Reference: 'reference' as AddressTypeEnum,\n Careaddress: 'careaddress' as AddressTypeEnum,\n }\n}\n"]}
1
+ {"version":3,"file":"Address.js","sourceRoot":"","sources":["../../../icc-api/model/Address.ts"],"names":[],"mappings":";;;AAgBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAoEF;AAvED,0BAuEC;AACD,WAAiB,OAAO;IAcT,uBAAe,GAAG;QAC7B,IAAI,EAAE,MAAyB;QAC/B,IAAI,EAAE,MAAyB;QAC/B,QAAQ,EAAE,UAA6B;QACvC,QAAQ,EAAE,UAA6B;QACvC,MAAM,EAAE,QAA2B;QACnC,EAAE,EAAE,IAAuB;QAC3B,KAAK,EAAE,OAA0B;QACjC,SAAS,EAAE,WAA8B;QACzC,MAAM,EAAE,QAA2B;QACnC,UAAU,EAAE,YAA+B;QAC3C,SAAS,EAAE,WAA8B;QACzC,WAAW,EAAE,aAAgC;KAC9C,CAAA;AACH,CAAC,EA5BgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA4BvB","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Telecom } from './Telecom'\nimport { Annotation } from './Annotation'\nimport { CodeStub } from \"./CodeStub\"\nimport { Identifier } from \"./Identifier\"\n\n/**\n * This entity represents an Address\n */\nexport class Address {\n constructor(json: JSON | any) {\n Object.assign(this as Address, json)\n }\n\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity.\n */\n codes?: Array<CodeStub>\n /**\n * The identifiers of the Address\n */\n identifier?: Array<Identifier>\n\n /**\n * The type of place the address represents, ex: home, office, hospital, clinic, etc.\n */\n addressType?: Address.AddressTypeEnum\n /**\n * Descriptive notes about the address\n */\n descr?: string\n /**\n * Street name\n */\n street?: string\n /**\n * Building / house number\n */\n houseNumber?: string\n /**\n * Post / PO box number\n */\n postboxNumber?: string\n /**\n * Postal/PIN/ZIP/Area code\n */\n postalCode?: string\n /**\n * Name of city in the address\n */\n city?: string\n /**\n * Name of state in the Address\n */\n state?: string\n /**\n * Name / code of country in the address\n */\n country?: string\n /**\n * Additional notes\n * @deprecated replaced by notes\n */\n note?: string\n /**\n * Additional notes\n */\n notes?: Annotation[]\n /**\n * List of other contact details available through telecom services, ex: email, phone number, fax, etc.\n */\n telecoms?: Array<Telecom>\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\nexport namespace Address {\n export type AddressTypeEnum =\n | 'home'\n | 'work'\n | 'vacation'\n | 'hospital'\n | 'clinic'\n | 'hq'\n | 'other'\n | 'temporary'\n | 'postal'\n | 'diplomatic'\n | 'reference'\n | 'careaddress'\n export const AddressTypeEnum = {\n Home: 'home' as AddressTypeEnum,\n Work: 'work' as AddressTypeEnum,\n Vacation: 'vacation' as AddressTypeEnum,\n Hospital: 'hospital' as AddressTypeEnum,\n Clinic: 'clinic' as AddressTypeEnum,\n Hq: 'hq' as AddressTypeEnum,\n Other: 'other' as AddressTypeEnum,\n Temporary: 'temporary' as AddressTypeEnum,\n Postal: 'postal' as AddressTypeEnum,\n Diplomatic: 'diplomatic' as AddressTypeEnum,\n Reference: 'reference' as AddressTypeEnum,\n Careaddress: 'careaddress' as AddressTypeEnum,\n }\n}\n"]}
@@ -9,6 +9,8 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { ISO639_1 } from './ISO639_1';
13
+ import { CodeStub } from './CodeStub';
12
14
  /**
13
15
  * Text node with attribution. Could be written by a healthcare party, as a side node of a |medical record. For example, after taking a temperature, the HCP adds a node explaining the |thermometer is faulty.
14
16
  */
@@ -29,10 +31,22 @@ export declare class Annotation {
29
31
  modified?: number;
30
32
  /**
31
33
  * Text contained in the note, written as markdown.
34
+ * @deprecated use markdown instead
32
35
  */
33
36
  text?: string;
37
+ /**
38
+ * Text contained in the note, written as markdown.
39
+ */
40
+ markdown?: {
41
+ [lang in ISO639_1]?: string;
42
+ };
43
+ /**
44
+ * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.
45
+ */
46
+ tags?: Array<CodeStub>;
34
47
  /**
35
48
  * Defines to which part of the corresponding information the note is related to.
36
49
  */
37
50
  location?: string;
51
+ encryptedSelf?: string;
38
52
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Annotation.js","sourceRoot":"","sources":["../../../icc-api/model/Annotation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,UAAU;IACrB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CAuBF;AA1BD,gCA0BC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\n\n/**\n * Text node with attribution. Could be written by a healthcare party, as a side node of a |medical record. For example, after taking a temperature, the HCP adds a node explaining the |thermometer is faulty.\n */\nexport class Annotation {\n constructor(json: JSON | any) {\n Object.assign(this as Annotation, json)\n }\n\n /**\n * The Id of the Annotation. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n author?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this note, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The timestamp (unix epoch in ms) of the latest modification of this note, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * Text contained in the note, written as markdown.\n */\n text?: string\n /**\n * Defines to which part of the corresponding information the note is related to.\n */\n location?: string\n}\n"]}
1
+ {"version":3,"file":"Annotation.js","sourceRoot":"","sources":["../../../icc-api/model/Annotation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;;GAEG;AACH,MAAa,UAAU;IACrB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CAqCF;AAxCD,gCAwCC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\n\nimport { ISO639_1 } from './ISO639_1'\nimport { CodeStub } from './CodeStub'\n\n/**\n * Text node with attribution. Could be written by a healthcare party, as a side node of a |medical record. For example, after taking a temperature, the HCP adds a node explaining the |thermometer is faulty.\n */\nexport class Annotation {\n constructor(json: JSON | any) {\n Object.assign(this as Annotation, json)\n }\n\n /**\n * The Id of the Annotation. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n author?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this note, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The timestamp (unix epoch in ms) of the latest modification of this note, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * Text contained in the note, written as markdown.\n * @deprecated use markdown instead\n */\n text?: string\n\n /**\n * Text contained in the note, written as markdown.\n */\n markdown?: { [lang in ISO639_1]?: string }\n\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n\n /**\n * Defines to which part of the corresponding information the note is related to.\n */\n location?: string\n\n encryptedSelf?: string\n}\n"]}
@@ -14,6 +14,8 @@ import { Delegation } from './Delegation';
14
14
  import { Identifier } from './Identifier';
15
15
  import { Service } from './Service';
16
16
  import { SubContact } from './SubContact';
17
+ import { Annotation } from "./Annotation";
18
+ import { Address } from "./Address";
17
19
  /**
18
20
  * This entity is a root-level object. It represents a contact. It is serialized in JSON and saved in the underlying icure-contact CouchDB database. The contact is the entity that records the medical information about the patient chronologically. A visit to the patient's house, a consultation at the practice, a phone call between the patient and the healthcare party or integrating lab reports into the medical file are examples of when a contact can be recorded. A contact can occur with or without direct interaction between the patient and the healthcare party. For example, when a healthcare party encodes data received from laboratory's test result, this is done in the absence of a patient. A contact groups together pieces of information collected during one single event, for one single patient and for one or more healthcare parties. Patient's complaints, the diagnosis of a new problem, a surgical procedure, etc. are collected inside a contact. The main sub-element of the contact is the service. Each atomic piece of information collected during a contact is a service and is stored inside the services list of a contact.
19
21
  */
@@ -91,6 +93,10 @@ export declare class Contact {
91
93
  * An external (from another source) id with no guarantee or requirement for unicity.
92
94
  */
93
95
  externalId?: string;
96
+ /**
97
+ * The location where the encounter took place
98
+ */
99
+ encounterLocation?: Address;
94
100
  encounterType?: CodeStub;
95
101
  /**
96
102
  * Set of all sub-contacts recorded during the given contact. Sub-contacts are used to link services embedded inside this contact to healthcare elements, healthcare approaches and/or forms.
@@ -100,6 +106,10 @@ export declare class Contact {
100
106
  * Set of all services provided to the patient during the contact.
101
107
  */
102
108
  services?: Array<Service>;
109
+ /**
110
+ * The participants to the contact. The key is the type of participant, the value is the id of the participant data owner id
111
+ */
112
+ participants?: Record<ParticipantType, string>;
103
113
  healthcarePartyId?: string;
104
114
  modifiedContactId?: string;
105
115
  /**
@@ -128,4 +138,9 @@ export declare class Contact {
128
138
  * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
129
139
  */
130
140
  encryptedSelf?: string;
141
+ /**
142
+ * Comments - Notes recorded by a HCP about this service
143
+ */
144
+ notes?: Array<Annotation>;
131
145
  }
146
+ export declare type ParticipantType = 'admitter' | 'attender' | 'callback' | 'consultant' | 'discharger' | 'escort' | 'referrer' | 'secondaryPerformer' | 'primaryPerformer' | 'participation' | 'translator' | 'emergency' | 'location';
@@ -1,12 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Contact = void 0;
4
+ const Service_1 = require("./Service");
4
5
  /**
5
6
  * This entity is a root-level object. It represents a contact. It is serialized in JSON and saved in the underlying icure-contact CouchDB database. The contact is the entity that records the medical information about the patient chronologically. A visit to the patient's house, a consultation at the practice, a phone call between the patient and the healthcare party or integrating lab reports into the medical file are examples of when a contact can be recorded. A contact can occur with or without direct interaction between the patient and the healthcare party. For example, when a healthcare party encodes data received from laboratory's test result, this is done in the absence of a patient. A contact groups together pieces of information collected during one single event, for one single patient and for one or more healthcare parties. Patient's complaints, the diagnosis of a new problem, a surgical procedure, etc. are collected inside a contact. The main sub-element of the contact is the service. Each atomic piece of information collected during a contact is a service and is stored inside the services list of a contact.
6
7
  */
7
8
  class Contact {
8
9
  constructor(json) {
9
10
  Object.assign(this, json);
11
+ if (!!this.services) {
12
+ this.services = this.services.map((service) => new Service_1.Service(service));
13
+ }
10
14
  }
11
15
  }
12
16
  exports.Contact = Contact;
@@ -1 +1 @@
1
- {"version":3,"file":"Contact.js","sourceRoot":"","sources":["../../../icc-api/model/Contact.ts"],"names":[],"mappings":";;;AAiBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAyGF;AA5GD,0BA4GC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { Delegation } from './Delegation'\nimport { Identifier } from './Identifier'\nimport { Service } from './Service'\nimport { SubContact } from './SubContact'\n\n/**\n * This entity is a root-level object. It represents a contact. It is serialized in JSON and saved in the underlying icure-contact CouchDB database. The contact is the entity that records the medical information about the patient chronologically. A visit to the patient's house, a consultation at the practice, a phone call between the patient and the healthcare party or integrating lab reports into the medical file are examples of when a contact can be recorded. A contact can occur with or without direct interaction between the patient and the healthcare party. For example, when a healthcare party encodes data received from laboratory's test result, this is done in the absence of a patient. A contact groups together pieces of information collected during one single event, for one single patient and for one or more healthcare parties. Patient's complaints, the diagnosis of a new problem, a surgical procedure, etc. are collected inside a contact. The main sub-element of the contact is the service. Each atomic piece of information collected during a contact is a service and is stored inside the services list of a contact.\n */\nexport class Contact {\n constructor(json: JSON | any) {\n Object.assign(this as Contact, json)\n }\n\n /**\n * the Id of the contact. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * the revision of the contact in the database, used for conflict management / optimistic locking.\n */\n rev?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * The identifiers of the Contact\n */\n identifier?: Array<Identifier>\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n /**\n * Separate contacts can merged in one logical contact if they share the same groupId. When a contact must be split to selectively assign rights to healthcare parties, the split contacts all share the same groupId\n */\n groupId?: string\n /**\n * The date (YYYYMMDDhhmmss) of the start of the contact.\n */\n openingDate?: number\n /**\n * The date (YYYYMMDDhhmmss) marking the end of the contact.\n */\n closingDate?: number\n /**\n * Description of the contact\n */\n descr?: string\n /**\n * Location where the contact was recorded.\n */\n location?: string\n /**\n * An external (from another source) id with no guarantee or requirement for unicity.\n */\n externalId?: string\n encounterType?: CodeStub\n /**\n * Set of all sub-contacts recorded during the given contact. Sub-contacts are used to link services embedded inside this contact to healthcare elements, healthcare approaches and/or forms.\n */\n subContacts?: Array<SubContact>\n /**\n * Set of all services provided to the patient during the contact.\n */\n services?: Array<Service>\n healthcarePartyId?: string\n modifiedContactId?: string\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find all contacts for a specific patient. These keys are in clear. You can have several to partition the medical document space.\n */\n secretForeignKeys?: Array<string>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * When a document is created, the responsible generates a cryptographically random master key (never to be used for something else than referencing from other entities). He/she encrypts it using his own AES exchange key and stores it as a delegation. The responsible is thus always in the delegations as well\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * When a document needs to be encrypted, the responsible generates a cryptographically random master key (different from the delegation key, never to appear in clear anywhere in the db. He/she encrypts it using his own AES exchange key and stores it as a delegation\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\n"]}
1
+ {"version":3,"file":"Contact.js","sourceRoot":"","sources":["../../../icc-api/model/Contact.ts"],"names":[],"mappings":";;;AAcA,uCAAmC;AAKnC;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CACX,IAAe,EACf,IAAI,CACL,CAAA;QAED,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,EAAE;YACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAmB,EAAE,EAAE,CAAC,IAAI,iBAAO,CAAC,OAAO,CAAC,CAAC,CAAA;SACjF;IACH,CAAC;CAqHF;AA/HD,0BA+HC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { Delegation } from './Delegation'\nimport { Identifier } from './Identifier'\nimport { Service } from './Service'\nimport { SubContact } from './SubContact'\nimport {Annotation} from \"./Annotation\"\nimport {Address} from \"./Address\"\n\n/**\n * This entity is a root-level object. It represents a contact. It is serialized in JSON and saved in the underlying icure-contact CouchDB database. The contact is the entity that records the medical information about the patient chronologically. A visit to the patient's house, a consultation at the practice, a phone call between the patient and the healthcare party or integrating lab reports into the medical file are examples of when a contact can be recorded. A contact can occur with or without direct interaction between the patient and the healthcare party. For example, when a healthcare party encodes data received from laboratory's test result, this is done in the absence of a patient. A contact groups together pieces of information collected during one single event, for one single patient and for one or more healthcare parties. Patient's complaints, the diagnosis of a new problem, a surgical procedure, etc. are collected inside a contact. The main sub-element of the contact is the service. Each atomic piece of information collected during a contact is a service and is stored inside the services list of a contact.\n */\nexport class Contact {\n constructor(json: JSON | any) {\n Object.assign(\n this as Contact,\n json,\n )\n\n if (!!this.services) {\n this.services = this.services.map((service: JSON | any) => new Service(service))\n }\n }\n\n /**\n * the Id of the contact. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * the revision of the contact in the database, used for conflict management / optimistic locking.\n */\n rev?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * The identifiers of the Contact\n */\n identifier?: Array<Identifier>\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n /**\n * Separate contacts can merged in one logical contact if they share the same groupId. When a contact must be split to selectively assign rights to healthcare parties, the split contacts all share the same groupId\n */\n groupId?: string\n /**\n * The date (YYYYMMDDhhmmss) of the start of the contact.\n */\n openingDate?: number\n /**\n * The date (YYYYMMDDhhmmss) marking the end of the contact.\n */\n closingDate?: number\n /**\n * Description of the contact\n */\n descr?: string\n /**\n * Location where the contact was recorded.\n */\n location?: string\n /**\n * An external (from another source) id with no guarantee or requirement for unicity.\n */\n externalId?: string\n /**\n * The location where the encounter took place\n */\n encounterLocation?: Address\n encounterType?: CodeStub\n /**\n * Set of all sub-contacts recorded during the given contact. Sub-contacts are used to link services embedded inside this contact to healthcare elements, healthcare approaches and/or forms.\n */\n subContacts?: Array<SubContact>\n /**\n * Set of all services provided to the patient during the contact.\n */\n services?: Array<Service>\n /**\n * The participants to the contact. The key is the type of participant, the value is the id of the participant data owner id\n */\n participants?: Record<ParticipantType, string>\n healthcarePartyId?: string\n modifiedContactId?: string\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find all contacts for a specific patient. These keys are in clear. You can have several to partition the medical document space.\n */\n secretForeignKeys?: Array<string>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * When a document is created, the responsible generates a cryptographically random master key (never to be used for something else than referencing from other entities). He/she encrypts it using his own AES exchange key and stores it as a delegation. The responsible is thus always in the delegations as well\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * When a document needs to be encrypted, the responsible generates a cryptographically random master key (different from the delegation key, never to appear in clear anywhere in the db. He/she encrypts it using his own AES exchange key and stores it as a delegation\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n /**\n * Comments - Notes recorded by a HCP about this service\n */\n notes?: Array<Annotation>\n}\n\nexport type ParticipantType =\n | 'admitter'\n | 'attender'\n | 'callback'\n | 'consultant'\n | 'discharger'\n | 'escort'\n | 'referrer'\n | 'secondaryPerformer'\n | 'primaryPerformer'\n | 'participation'\n | 'translator'\n | 'emergency'\n | 'location'\n"]}
@@ -1,13 +1,32 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Content = void 0;
4
+ /**
5
+ * iCure Data Stack API Documentation
6
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
7
+ *
8
+ * OpenAPI spec version: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by the swagger code generator program.
12
+ * https://github.com/swagger-api/swagger-codegen.git
13
+ * Do not edit the class manually.
14
+ */
15
+ const Measure_1 = require("./Measure");
16
+ const Service_1 = require("./Service");
4
17
  /**
5
18
  * Information contained in the service. Content is localized, using ISO language code as key
6
19
  */
7
20
  const ModelHelper_1 = require("./ModelHelper");
8
21
  class Content {
9
22
  constructor(json) {
10
- Object.assign(this, json, json.binaryValue ? { binaryValue: (0, ModelHelper_1.b64_2ab)(json.binaryValue) } : {});
23
+ Object.assign(this, json, !!(json === null || json === void 0 ? void 0 : json.binaryValue) ? { binaryValue: (0, ModelHelper_1.b64_2ab)(json.binaryValue) } : undefined);
24
+ if (!!(json === null || json === void 0 ? void 0 : json.measureValue)) {
25
+ this.measureValue = new Measure_1.Measure(json.measureValue);
26
+ }
27
+ if (!!(json === null || json === void 0 ? void 0 : json.compoundValue)) {
28
+ this.compoundValue = json.compoundValue.map((service) => new Service_1.Service(service));
29
+ }
11
30
  }
12
31
  }
13
32
  exports.Content = Content;
@@ -1 +1 @@
1
- {"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../icc-api/model/Content.ts"],"names":[],"mappings":";;;AAgBA;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,IAAA,qBAAO,EAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC1G,CAAC;CAqBF;AAxBD,0BAwBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Measure } from './Measure'\nimport { Medication } from './Medication'\nimport { Service } from './Service'\nimport { TimeSeries } from './TimeSeries'\n\n/**\n * Information contained in the service. Content is localized, using ISO language code as key\n */\nimport { b64_2ab } from './ModelHelper'\nexport class Content {\n constructor(json: JSON | any) {\n Object.assign(this as Content, json, json.binaryValue ? { binaryValue: b64_2ab(json.binaryValue) } : {})\n }\n\n stringValue?: string\n numberValue?: number\n booleanValue?: boolean\n instantValue?: number\n /**\n * Value as date. The format could have a all three (day, month and year) or values on any of these three, whatever is known.\n */\n fuzzyDateValue?: number\n binaryValue?: ArrayBuffer\n /**\n * Linked document.\n */\n documentId?: string\n measureValue?: Measure\n medicationValue?: Medication\n timeSeries?: TimeSeries\n compoundValue?: Array<Service>\n ratio?: Array<Measure>\n range?: Array<Measure>\n}\n"]}
1
+ {"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../icc-api/model/Content.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;GAUG;AACH,uCAAmC;AAEnC,uCAAmC;AAGnC;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CACX,IAAe,EACf,IAAI,EACJ,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,CAAA,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,IAAA,qBAAO,EAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAC7E,CAAA;QAED,IAAI,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,YAAY,CAAA,EAAE;YACxB,IAAI,CAAC,YAAY,GAAG,IAAI,iBAAO,CAAC,IAAI,CAAC,YAAY,CAAC,CAAA;SACnD;QAED,IAAI,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,aAAa,CAAA,EAAE;YACzB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,OAAmB,EAAE,EAAE,CAAC,IAAI,iBAAO,CAAC,OAAO,CAAC,CAAC,CAAA;SAC3F;IACH,CAAC;CAqBF;AApCD,0BAoCC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Measure } from './Measure'\nimport { Medication } from './Medication'\nimport { Service } from './Service'\nimport { TimeSeries } from './TimeSeries'\n\n/**\n * Information contained in the service. Content is localized, using ISO language code as key\n */\nimport { b64_2ab } from './ModelHelper'\nexport class Content {\n constructor(json: JSON | any) {\n Object.assign(\n this as Content,\n json,\n !!json?.binaryValue ? { binaryValue: b64_2ab(json.binaryValue) } : undefined,\n )\n\n if (!!json?.measureValue) {\n this.measureValue = new Measure(json.measureValue)\n }\n\n if (!!json?.compoundValue) {\n this.compoundValue = json.compoundValue.map((service: JSON | any) => new Service(service))\n }\n }\n\n stringValue?: string\n numberValue?: number\n booleanValue?: boolean\n instantValue?: number\n /**\n * Value as date. The format could have a all three (day, month and year) or values on any of these three, whatever is known.\n */\n fuzzyDateValue?: number\n binaryValue?: ArrayBuffer\n /**\n * Linked document.\n */\n documentId?: string\n measureValue?: Measure\n medicationValue?: Medication\n timeSeries?: TimeSeries\n compoundValue?: Array<Service>\n ratio?: Array<Measure>\n range?: Array<Measure>\n}\n"]}
@@ -15,6 +15,7 @@ import { Delegation } from './Delegation';
15
15
  import { Episode } from './Episode';
16
16
  import { Identifier } from './Identifier';
17
17
  import { PlanOfAction } from './PlanOfAction';
18
+ import { Annotation } from './Annotation';
18
19
  /**
19
20
  * This entity is a root level object. It represents a healthcare element. It is serialized in JSON and saved in the underlying CouchDB database.
20
21
  */
@@ -87,8 +88,13 @@ export declare class HealthElement {
87
88
  descr?: string;
88
89
  /**
89
90
  * A text note (can be confidential, encrypted by default).
91
+ * @deprecated Use notes instead
90
92
  */
91
93
  note?: string;
94
+ /**
95
+ * Localized text notes (can be confidential, encrypted by default).
96
+ */
97
+ notes?: Annotation[];
92
98
  /**
93
99
  * If the healthcare element is relevant or not (Set relevant by default).
94
100
  */
@@ -1 +1 @@
1
- {"version":3,"file":"HealthElement.js","sourceRoot":"","sources":["../../../icc-api/model/HealthElement.ts"],"names":[],"mappings":";;;AAkBA;;GAEG;AACH,MAAa,aAAa;IACxB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAqB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CA+HF;AAlID,sCAkIC;AACD,WAAiB,aAAa;IAEf,4BAAc,GAAG;QAC5B,IAAI,EAAE,MAAwB;QAC9B,KAAK,EAAE,OAAyB;KACjC,CAAA;AACH,CAAC,EANgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAM7B","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CareTeamMember } from './CareTeamMember'\nimport { CodeStub } from './CodeStub'\nimport { Delegation } from './Delegation'\nimport { Episode } from './Episode'\nimport { Identifier } from './Identifier'\nimport { PlanOfAction } from './PlanOfAction'\n\n/**\n * This entity is a root level object. It represents a healthcare element. It is serialized in JSON and saved in the underlying CouchDB database.\n */\nexport class HealthElement {\n constructor(json: JSON | any) {\n Object.assign(this as HealthElement, json)\n }\n\n /**\n * The Id of the healthcare element. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n identifiers?: Array<Identifier>\n /**\n * The revision of the healthcare element in the database, used for conflict management / optimistic locking.\n */\n rev?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n /**\n * The logical id of the healthcare element, used to link together different versions of the same healthcare element. We encourage using either a v4 UUID or a HL7 Id.\n */\n healthElementId?: string\n /**\n * The date (unix epoch in ms) when the healthcare element is noted to have started and also closes on the same date\n */\n valueDate?: number\n /**\n * The date (unix epoch in ms) of the start of the healthcare element.\n */\n openingDate?: number\n /**\n * The date (unix epoch in ms) marking the end of the healthcare element.\n */\n closingDate?: number\n /**\n * Description of the healthcare element.\n */\n descr?: string\n /**\n * A text note (can be confidential, encrypted by default).\n */\n note?: string\n /**\n * If the healthcare element is relevant or not (Set relevant by default).\n */\n relevant?: boolean\n /**\n * Id of the opening contact when the healthcare element was created.\n */\n idOpeningContact?: string\n /**\n * Id of the closing contact for the healthcare element.\n */\n idClosingContact?: string\n /**\n * Id of the service when a service is used to create a healthcare element.\n */\n idService?: string\n /**\n * bit 0: active/inactive, bit 1: relevant/irrelevant, bit 2 : present/absent, ex: 0 = active,relevant and present\n */\n status?: number\n /**\n * Left or Right dominance/preference.\n */\n laterality?: HealthElement.LateralityEnum\n /**\n * List of healthcare approaches.\n */\n plansOfAction?: Array<PlanOfAction>\n /**\n * List of episodes of occurrences of the healthcare element.\n */\n episodes?: Array<Episode>\n /**\n * List of care team members assigned for the healthcare element.\n */\n careTeam?: Array<CareTeamMember>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find all contacts for a specific patient. These keys are in clear. You can have several to partition the medical document space.\n */\n secretForeignKeys?: Array<string>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * When a document is created, the responsible generates a cryptographically random master key (never to be used for something else than referencing from other entities). He/she encrypts it using his own AES exchange key and stores it as a delegation. The responsible is thus always in the delegations as well\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * When a document needs to be encrypted, the responsible generates a cryptographically random master key (different from the delegation key, never to appear in clear anywhere in the db. He/she encrypts it using his own AES exchange key and stores it as a delegation\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\nexport namespace HealthElement {\n export type LateralityEnum = 'left' | 'right'\n export const LateralityEnum = {\n Left: 'left' as LateralityEnum,\n Right: 'right' as LateralityEnum,\n }\n}\n"]}
1
+ {"version":3,"file":"HealthElement.js","sourceRoot":"","sources":["../../../icc-api/model/HealthElement.ts"],"names":[],"mappings":";;;AAmBA;;GAEG;AACH,MAAa,aAAa;IACxB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAqB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CAsIF;AAzID,sCAyIC;AACD,WAAiB,aAAa;IAEf,4BAAc,GAAG;QAC5B,IAAI,EAAE,MAAwB;QAC9B,KAAK,EAAE,OAAyB;KACjC,CAAA;AACH,CAAC,EANgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAM7B","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CareTeamMember } from './CareTeamMember'\nimport { CodeStub } from './CodeStub'\nimport { Delegation } from './Delegation'\nimport { Episode } from './Episode'\nimport { Identifier } from './Identifier'\nimport { PlanOfAction } from './PlanOfAction'\nimport { Annotation } from './Annotation'\n\n/**\n * This entity is a root level object. It represents a healthcare element. It is serialized in JSON and saved in the underlying CouchDB database.\n */\nexport class HealthElement {\n constructor(json: JSON | any) {\n Object.assign(this as HealthElement, json)\n }\n\n /**\n * The Id of the healthcare element. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n identifiers?: Array<Identifier>\n /**\n * The revision of the healthcare element in the database, used for conflict management / optimistic locking.\n */\n rev?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n /**\n * The logical id of the healthcare element, used to link together different versions of the same healthcare element. We encourage using either a v4 UUID or a HL7 Id.\n */\n healthElementId?: string\n /**\n * The date (unix epoch in ms) when the healthcare element is noted to have started and also closes on the same date\n */\n valueDate?: number\n /**\n * The date (unix epoch in ms) of the start of the healthcare element.\n */\n openingDate?: number\n /**\n * The date (unix epoch in ms) marking the end of the healthcare element.\n */\n closingDate?: number\n /**\n * Description of the healthcare element.\n */\n descr?: string\n /**\n * A text note (can be confidential, encrypted by default).\n * @deprecated Use notes instead\n */\n note?: string\n\n /**\n * Localized text notes (can be confidential, encrypted by default).\n */\n notes?: Annotation[]\n\n /**\n * If the healthcare element is relevant or not (Set relevant by default).\n */\n relevant?: boolean\n /**\n * Id of the opening contact when the healthcare element was created.\n */\n idOpeningContact?: string\n /**\n * Id of the closing contact for the healthcare element.\n */\n idClosingContact?: string\n /**\n * Id of the service when a service is used to create a healthcare element.\n */\n idService?: string\n /**\n * bit 0: active/inactive, bit 1: relevant/irrelevant, bit 2 : present/absent, ex: 0 = active,relevant and present\n */\n status?: number\n /**\n * Left or Right dominance/preference.\n */\n laterality?: HealthElement.LateralityEnum\n /**\n * List of healthcare approaches.\n */\n plansOfAction?: Array<PlanOfAction>\n /**\n * List of episodes of occurrences of the healthcare element.\n */\n episodes?: Array<Episode>\n /**\n * List of care team members assigned for the healthcare element.\n */\n careTeam?: Array<CareTeamMember>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find all contacts for a specific patient. These keys are in clear. You can have several to partition the medical document space.\n */\n secretForeignKeys?: Array<string>\n /**\n * The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * When a document is created, the responsible generates a cryptographically random master key (never to be used for something else than referencing from other entities). He/she encrypts it using his own AES exchange key and stores it as a delegation. The responsible is thus always in the delegations as well\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * When a document needs to be encrypted, the responsible generates a cryptographically random master key (different from the delegation key, never to appear in clear anywhere in the db. He/she encrypts it using his own AES exchange key and stores it as a delegation\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\nexport namespace HealthElement {\n export type LateralityEnum = 'left' | 'right'\n export const LateralityEnum = {\n Left: 'left' as LateralityEnum,\n Right: 'right' as LateralityEnum,\n }\n}\n"]}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * ISO 639-1 language codes
3
+ *
4
+ * Undetermined language is represented by 'xx'
5
+ *
6
+ * @see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
7
+ */
8
+ export declare type ISO639_1 = 'ab' | 'aa' | 'af' | 'ak' | 'sq' | 'am' | 'ar' | 'an' | 'hy' | 'av' | 'ae' | 'ay' | 'az' | 'as' | 'bm' | 'ba' | 'eu' | 'be' | 'bn' | 'bi' | 'bs' | 'br' | 'bg' | 'my' | 'ca' | 'ch' | 'ce' | 'ny' | 'zh' | 'cu' | 'cv' | 'kw' | 'co' | 'cr' | 'hr' | 'cs' | 'da' | 'dv' | 'nl' | 'dz' | 'en' | 'eo' | 'et' | 'ee' | 'fo' | 'fj' | 'fi' | 'fr' | 'fy' | 'ff' | 'gd' | 'gl' | 'lg' | 'ka' | 'de' | 'el' | 'kl' | 'gn' | 'gu' | 'ht' | 'ha' | 'he' | 'hz' | 'hi' | 'ho' | 'hu' | 'is' | 'io' | 'ig' | 'id' | 'ia' | 'ie' | 'iu' | 'ik' | 'ga' | 'it' | 'ja' | 'jv' | 'kn' | 'kr' | 'ks' | 'kk' | 'km' | 'ki' | 'rw' | 'ky' | 'kv' | 'kg' | 'ko' | 'kj' | 'ku' | 'lo' | 'la' | 'lv' | 'li' | 'ln' | 'lt' | 'lu' | 'lb' | 'mk' | 'mg' | 'ms' | 'ml' | 'mt' | 'gv' | 'mi' | 'mr' | 'mh' | 'mn' | 'na' | 'nv' | 'nd' | 'nr' | 'ng' | 'ne' | 'no' | 'nb' | 'nn' | 'ii' | 'oc' | 'oj' | 'or' | 'om' | 'os' | 'pi' | 'ps' | 'fa' | 'pl' | 'pt' | 'pa' | 'qu' | 'ro' | 'rm' | 'rn' | 'ru' | 'se' | 'sm' | 'sg' | 'sa' | 'sc' | 'sr' | 'sn' | 'sd' | 'si' | 'sk' | 'sl' | 'so' | 'st' | 'es' | 'su' | 'sw' | 'ss' | 'sv' | 'tl' | 'ty' | 'tg' | 'ta' | 'tt' | 'te' | 'th' | 'bo' | 'ti' | 'to' | 'ts' | 'tn' | 'tr' | 'tk' | 'tw' | 'ug' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'vo' | 'wa' | 'cy' | 'wo' | 'xh' | 'yi' | 'yo' | 'za' | 'zu' | 'xx';
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ISO639_1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISO639_1.js","sourceRoot":"","sources":["../../../icc-api/model/ISO639_1.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * ISO 639-1 language codes\n *\n * Undetermined language is represented by 'xx'\n *\n * @see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\n */\nexport type ISO639_1 =\n | 'ab'\n | 'aa'\n | 'af'\n | 'ak'\n | 'sq'\n | 'am'\n | 'ar'\n | 'an'\n | 'hy'\n | 'av'\n | 'ae'\n | 'ay'\n | 'az'\n | 'as'\n | 'bm'\n | 'ba'\n | 'eu'\n | 'be'\n | 'bn'\n | 'bi'\n | 'bs'\n | 'br'\n | 'bg'\n | 'my'\n | 'ca'\n | 'ch'\n | 'ce'\n | 'ny'\n | 'zh'\n | 'cu'\n | 'cv'\n | 'kw'\n | 'co'\n | 'cr'\n | 'hr'\n | 'cs'\n | 'da'\n | 'dv'\n | 'nl'\n | 'dz'\n | 'en'\n | 'eo'\n | 'et'\n | 'ee'\n | 'fo'\n | 'fj'\n | 'fi'\n | 'fr'\n | 'fy'\n | 'ff'\n | 'gd'\n | 'gl'\n | 'lg'\n | 'ka'\n | 'de'\n | 'el'\n | 'kl'\n | 'gn'\n | 'gu'\n | 'ht'\n | 'ha'\n | 'he'\n | 'hz'\n | 'hi'\n | 'ho'\n | 'hu'\n | 'is'\n | 'io'\n | 'ig'\n | 'id'\n | 'ia'\n | 'ie'\n | 'iu'\n | 'ik'\n | 'ga'\n | 'it'\n | 'ja'\n | 'jv'\n | 'kn'\n | 'kr'\n | 'ks'\n | 'kk'\n | 'km'\n | 'ki'\n | 'rw'\n | 'ky'\n | 'kv'\n | 'kg'\n | 'ko'\n | 'kj'\n | 'ku'\n | 'lo'\n | 'la'\n | 'lv'\n | 'li'\n | 'ln'\n | 'lt'\n | 'lu'\n | 'lb'\n | 'mk'\n | 'mg'\n | 'ms'\n | 'ml'\n | 'mt'\n | 'gv'\n | 'mi'\n | 'mr'\n | 'mh'\n | 'mn'\n | 'na'\n | 'nv'\n | 'nd'\n | 'nr'\n | 'ng'\n | 'ne'\n | 'no'\n | 'nb'\n | 'nn'\n | 'ii'\n | 'oc'\n | 'oj'\n | 'or'\n | 'om'\n | 'os'\n | 'pi'\n | 'ps'\n | 'fa'\n | 'pl'\n | 'pt'\n | 'pa'\n | 'qu'\n | 'ro'\n | 'rm'\n | 'rn'\n | 'ru'\n | 'se'\n | 'sm'\n | 'sg'\n | 'sa'\n | 'sc'\n | 'sr'\n | 'sn'\n | 'sd'\n | 'si'\n | 'sk'\n | 'sl'\n | 'so'\n | 'st'\n | 'es'\n | 'su'\n | 'sw'\n | 'ss'\n | 'sv'\n | 'tl'\n | 'ty'\n | 'tg'\n | 'ta'\n | 'tt'\n | 'te'\n | 'th'\n | 'bo'\n | 'ti'\n | 'to'\n | 'ts'\n | 'tn'\n | 'tr'\n | 'tk'\n | 'tw'\n | 'ug'\n | 'uk'\n | 'ur'\n | 'uz'\n | 've'\n | 'vi'\n | 'vo'\n | 'wa'\n | 'cy'\n | 'wo'\n | 'xh'\n | 'yi'\n | 'yo'\n | 'za'\n | 'zu'\n | 'xx' // When undetermined\n"]}
@@ -10,11 +10,16 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { CodeStub } from './CodeStub';
13
+ import { ReferenceRange } from "./ReferenceRange";
13
14
  export declare class Measure {
15
+ /**
16
+ * We delete min and max from the json and create a referenceRanges from it
17
+ * Since this is a shallow copy, deletion of min and max will have no effect on the original json since it's the top level fields
18
+ *
19
+ * @param json
20
+ */
14
21
  constructor(json: JSON | any);
15
22
  value?: number;
16
- min?: number;
17
- max?: number;
18
23
  ref?: number;
19
24
  severity?: number;
20
25
  severityCode?: string;
@@ -24,4 +29,8 @@ export declare class Measure {
24
29
  unitCodes?: Array<CodeStub>;
25
30
  comment?: string;
26
31
  comparator?: string;
32
+ /**
33
+ * Reference range for the measure
34
+ */
35
+ referenceRanges?: Array<ReferenceRange>;
27
36
  }
@@ -1,9 +1,27 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Measure = void 0;
4
+ const ReferenceRange_1 = require("./ReferenceRange");
4
5
  class Measure {
6
+ /**
7
+ * We delete min and max from the json and create a referenceRanges from it
8
+ * Since this is a shallow copy, deletion of min and max will have no effect on the original json since it's the top level fields
9
+ *
10
+ * @param json
11
+ */
5
12
  constructor(json) {
6
- Object.assign(this, json);
13
+ const measureValue = Object.assign({}, json);
14
+ if (!!(measureValue === null || measureValue === void 0 ? void 0 : measureValue.min) || !!(measureValue === null || measureValue === void 0 ? void 0 : measureValue.max)) {
15
+ measureValue.referenceRanges = [
16
+ new ReferenceRange_1.ReferenceRange({
17
+ low: measureValue.min,
18
+ high: measureValue.max
19
+ })
20
+ ];
21
+ measureValue === null || measureValue === void 0 ? true : delete measureValue.min;
22
+ measureValue === null || measureValue === void 0 ? true : delete measureValue.max;
23
+ }
24
+ Object.assign(this, measureValue);
7
25
  }
8
26
  }
9
27
  exports.Measure = Measure;
@@ -1 +1 @@
1
- {"version":3,"file":"Measure.js","sourceRoot":"","sources":["../../../icc-api/model/Measure.ts"],"names":[],"mappings":";;;AAaA,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAcF;AAjBD,0BAiBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\n\nexport class Measure {\n constructor(json: JSON | any) {\n Object.assign(this as Measure, json)\n }\n\n value?: number\n min?: number\n max?: number\n ref?: number\n severity?: number\n severityCode?: string\n evolution?: number\n unit?: string\n sign?: string\n unitCodes?: Array<CodeStub>\n comment?: string\n comparator?: string\n}\n"]}
1
+ {"version":3,"file":"Measure.js","sourceRoot":"","sources":["../../../icc-api/model/Measure.ts"],"names":[],"mappings":";;;AAYA,qDAA+C;AAE/C,MAAa,OAAO;IAClB;;;;;OAKG;IACH,YAAY,IAAgB;QAC1B,MAAM,YAAY,qBAAO,IAAI,CAAC,CAAA;QAE9B,IAAI,CAAC,CAAC,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,GAAG,CAAA,IAAI,CAAC,CAAC,CAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,GAAG,CAAA,EAAE;YAC9C,YAAY,CAAC,eAAe,GAAG;gBAC7B,IAAI,+BAAc,CAAC;oBACjB,GAAG,EAAE,YAAY,CAAC,GAAG;oBACrB,IAAI,EAAE,YAAY,CAAC,GAAG;iBACvB,CAAC;aACH,CAAA;YACM,YAAY,aAAZ,YAAY,4BAAZ,YAAY,CAAE,GAAG,CAAA;YACjB,YAAY,aAAZ,YAAY,4BAAZ,YAAY,CAAE,GAAG,CAAA;SACzB;QAED,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,YAAY,CAAC,CAAA;IAC9C,CAAC;CAgBF;AAtCD,0BAsCC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport {ReferenceRange} from \"./ReferenceRange\"\n\nexport class Measure {\n /**\n * We delete min and max from the json and create a referenceRanges from it\n * Since this is a shallow copy, deletion of min and max will have no effect on the original json since it's the top level fields\n *\n * @param json\n */\n constructor(json: JSON | any) {\n const measureValue = {...json}\n\n if (!!measureValue?.min || !!measureValue?.max) {\n measureValue.referenceRanges = [\n new ReferenceRange({\n low: measureValue.min,\n high: measureValue.max\n })\n ]\n delete measureValue?.min\n delete measureValue?.max\n }\n\n Object.assign(this as Measure, measureValue)\n }\n\n value?: number\n ref?: number\n severity?: number\n severityCode?: string\n evolution?: number\n unit?: string\n sign?: string\n unitCodes?: Array<CodeStub>\n comment?: string\n comparator?: string\n /**\n * Reference range for the measure\n */\n referenceRanges?: Array<ReferenceRange>\n}\n"]}
@@ -28,6 +28,10 @@ export declare class Medication {
28
28
  medicinalProduct?: Medicinalproduct;
29
29
  numberOfPackages?: number;
30
30
  batch?: string;
31
+ /**
32
+ * The expiration date of the medication. Format: yyyyMMdd
33
+ */
34
+ expirationDate?: number;
31
35
  instructionForPatient?: string;
32
36
  instructionForReimbursement?: string;
33
37
  commentForDelivery?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Medication.js","sourceRoot":"","sources":["../../../icc-api/model/Medication.ts"],"names":[],"mappings":";;;AAqBA;;GAEG;AACH,MAAa,UAAU;IACrB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CA4CF;AA/CD,gCA+CC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { Content } from './Content'\nimport { Duration } from './Duration'\nimport { Medicinalproduct } from './Medicinalproduct'\nimport { ParagraphAgreement } from './ParagraphAgreement'\nimport { RegimenItem } from './RegimenItem'\nimport { Renewal } from './Renewal'\nimport { Substanceproduct } from './Substanceproduct'\nimport { Suspension } from './Suspension'\n\n/**\n * The details of prescribed or suggested medication\n */\nexport class Medication {\n constructor(json: JSON | any) {\n Object.assign(this as Medication, json)\n }\n\n compoundPrescription?: string\n substanceProduct?: Substanceproduct\n medicinalProduct?: Medicinalproduct\n numberOfPackages?: number\n batch?: string\n instructionForPatient?: string\n instructionForReimbursement?: string\n commentForDelivery?: string\n drugRoute?: string\n temporality?: string\n frequency?: CodeStub\n reimbursementReason?: CodeStub\n substitutionAllowed?: boolean\n beginMoment?: number\n endMoment?: number\n deliveryMoment?: number\n endExecutionMoment?: number\n duration?: Duration\n renewal?: Renewal\n knownUsage?: boolean\n regimen?: Array<RegimenItem>\n posology?: string\n options?: { [key: string]: Content }\n agreements?: { [key: string]: ParagraphAgreement }\n medicationSchemeIdOnSafe?: string\n medicationSchemeSafeVersion?: number\n medicationSchemeTimeStampOnSafe?: number\n medicationSchemeDocumentId?: string\n safeIdName?: string\n idOnSafes?: string\n timestampOnSafe?: number\n changeValidated?: boolean\n newSafeMedication?: boolean\n medicationUse?: string\n beginCondition?: string\n endCondition?: string\n origin?: string\n medicationChanged?: boolean\n posologyChanged?: boolean\n suspension?: Array<Suspension>\n prescriptionRID?: string\n status?: number\n}\n"]}
1
+ {"version":3,"file":"Medication.js","sourceRoot":"","sources":["../../../icc-api/model/Medication.ts"],"names":[],"mappings":";;;AAqBA;;GAEG;AACH,MAAa,UAAU;IACrB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CAgDF;AAnDD,gCAmDC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { Content } from './Content'\nimport { Duration } from './Duration'\nimport { Medicinalproduct } from './Medicinalproduct'\nimport { ParagraphAgreement } from './ParagraphAgreement'\nimport { RegimenItem } from './RegimenItem'\nimport { Renewal } from './Renewal'\nimport { Substanceproduct } from './Substanceproduct'\nimport { Suspension } from './Suspension'\n\n/**\n * The details of prescribed or suggested medication\n */\nexport class Medication {\n constructor(json: JSON | any) {\n Object.assign(this as Medication, json)\n }\n\n compoundPrescription?: string\n substanceProduct?: Substanceproduct\n medicinalProduct?: Medicinalproduct\n numberOfPackages?: number\n batch?: string\n /**\n * The expiration date of the medication. Format: yyyyMMdd\n */\n expirationDate?: number\n instructionForPatient?: string\n instructionForReimbursement?: string\n commentForDelivery?: string\n drugRoute?: string\n temporality?: string\n frequency?: CodeStub\n reimbursementReason?: CodeStub\n substitutionAllowed?: boolean\n beginMoment?: number\n endMoment?: number\n deliveryMoment?: number\n endExecutionMoment?: number\n duration?: Duration\n renewal?: Renewal\n knownUsage?: boolean\n regimen?: Array<RegimenItem>\n posology?: string\n options?: { [key: string]: Content }\n agreements?: { [key: string]: ParagraphAgreement }\n medicationSchemeIdOnSafe?: string\n medicationSchemeSafeVersion?: number\n medicationSchemeTimeStampOnSafe?: number\n medicationSchemeDocumentId?: string\n safeIdName?: string\n idOnSafes?: string\n timestampOnSafe?: number\n changeValidated?: boolean\n newSafeMedication?: boolean\n medicationUse?: string\n beginCondition?: string\n endCondition?: string\n origin?: string\n medicationChanged?: boolean\n posologyChanged?: boolean\n suspension?: Array<Suspension>\n prescriptionRID?: string\n status?: number\n}\n"]}
@@ -1,9 +1,23 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PaginatedListContact = void 0;
4
+ /**
5
+ * iCure Data Stack API Documentation
6
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
7
+ *
8
+ * OpenAPI spec version: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by the swagger code generator program.
12
+ * https://github.com/swagger-api/swagger-codegen.git
13
+ * Do not edit the class manually.
14
+ */
15
+ const Contact_1 = require("./Contact");
4
16
  class PaginatedListContact {
5
17
  constructor(json) {
6
- Object.assign(this, json);
18
+ Object.assign(this, json, json.rows ? {
19
+ rows: json.rows.map((row) => new Contact_1.Contact(row)),
20
+ } : {});
7
21
  }
8
22
  }
9
23
  exports.PaginatedListContact = PaginatedListContact;
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedListContact.js","sourceRoot":"","sources":["../../../icc-api/model/PaginatedListContact.ts"],"names":[],"mappings":";;;AAcA,MAAa,oBAAoB;IAC/B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA4B,EAAE,IAAI,CAAC,CAAA;IACnD,CAAC;CAMF;AATD,oDASC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Contact } from './Contact'\nimport { PaginatedDocumentKeyIdPairObject } from './PaginatedDocumentKeyIdPairObject'\n\nexport class PaginatedListContact {\n constructor(json: JSON | any) {\n Object.assign(this as PaginatedListContact, json)\n }\n\n pageSize?: number\n totalSize?: number\n rows?: Array<Contact>\n nextKeyPair?: PaginatedDocumentKeyIdPairObject\n}\n"]}
1
+ {"version":3,"file":"PaginatedListContact.js","sourceRoot":"","sources":["../../../icc-api/model/PaginatedListContact.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;GAUG;AACH,uCAAmC;AAGnC,MAAa,oBAAoB;IAC/B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CACX,IAA4B,EAC5B,IAAI,EACJ,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;YACV,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAQ,EAAE,EAAE,CAAC,IAAI,iBAAO,CAAC,GAAG,CAAC,CAAC;SACpD,CAAC,CAAC,CAAC,EAAE,CACP,CAAA;IACH,CAAC;CAMF;AAfD,oDAeC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Contact } from './Contact'\nimport { PaginatedDocumentKeyIdPairObject } from './PaginatedDocumentKeyIdPairObject'\n\nexport class PaginatedListContact {\n constructor(json: JSON | any) {\n Object.assign(\n this as PaginatedListContact,\n json,\n json.rows ? {\n rows: json.rows.map((row: any) => new Contact(row)),\n } : {}\n )\n }\n\n pageSize?: number\n totalSize?: number\n rows?: Array<Contact>\n nextKeyPair?: PaginatedDocumentKeyIdPairObject\n}\n"]}
@@ -1,9 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PaginatedListService = void 0;
4
+ const Service_1 = require("./Service");
4
5
  class PaginatedListService {
5
6
  constructor(json) {
6
- Object.assign(this, json);
7
+ Object.assign(this, json, json.rows ? {
8
+ rows: json.rows.map((row) => new Service_1.Service(row)),
9
+ } : {});
7
10
  }
8
11
  }
9
12
  exports.PaginatedListService = PaginatedListService;
@@ -1 +1 @@
1
- {"version":3,"file":"PaginatedListService.js","sourceRoot":"","sources":["../../../icc-api/model/PaginatedListService.ts"],"names":[],"mappings":";;;AAcA,MAAa,oBAAoB;IAC/B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA4B,EAAE,IAAI,CAAC,CAAA;IACnD,CAAC;CAMF;AATD,oDASC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { PaginatedDocumentKeyIdPairObject } from './PaginatedDocumentKeyIdPairObject'\nimport { Service } from './Service'\n\nexport class PaginatedListService {\n constructor(json: JSON | any) {\n Object.assign(this as PaginatedListService, json)\n }\n\n pageSize?: number\n totalSize?: number\n rows?: Array<Service>\n nextKeyPair?: PaginatedDocumentKeyIdPairObject\n}\n"]}
1
+ {"version":3,"file":"PaginatedListService.js","sourceRoot":"","sources":["../../../icc-api/model/PaginatedListService.ts"],"names":[],"mappings":";;;AAYA,uCAAmC;AAEnC,MAAa,oBAAoB;IAC/B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CACX,IAA4B,EAC5B,IAAI,EACJ,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;YACV,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAQ,EAAE,EAAE,CAAC,IAAI,iBAAO,CAAC,GAAG,CAAC,CAAC;SACpD,CAAC,CAAC,CAAC,EAAE,CACP,CAAA;IACH,CAAC;CAMF;AAfD,oDAeC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { PaginatedDocumentKeyIdPairObject } from './PaginatedDocumentKeyIdPairObject'\nimport { Service } from './Service'\n\nexport class PaginatedListService {\n constructor(json: JSON | any) {\n Object.assign(\n this as PaginatedListService,\n json,\n json.rows ? {\n rows: json.rows.map((row: any) => new Service(row)),\n } : {}\n )\n }\n\n pageSize?: number\n totalSize?: number\n rows?: Array<Service>\n nextKeyPair?: PaginatedDocumentKeyIdPairObject\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class Range {
2
+ constructor(json: JSON | any);
3
+ low?: number;
4
+ high?: number;
5
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Range = void 0;
4
+ class Range {
5
+ constructor(json) {
6
+ this.low = json === null || json === void 0 ? void 0 : json.low;
7
+ this.high = json === null || json === void 0 ? void 0 : json.high;
8
+ }
9
+ }
10
+ exports.Range = Range;
11
+ //# sourceMappingURL=Range.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Range.js","sourceRoot":"","sources":["../../../icc-api/model/Range.ts"],"names":[],"mappings":";;;AAAA,MAAa,KAAK;IAChB,YAAY,IAAgB;QAC1B,IAAI,CAAC,GAAG,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,GAAG,CAAA;QACpB,IAAI,CAAC,IAAI,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,CAAA;IACxB,CAAC;CAIF;AARD,sBAQC","sourcesContent":["export class Range {\n constructor(json: JSON | any) {\n this.low = json?.low\n this.high = json?.high\n }\n\n low?: number\n high?: number\n}\n"]}
@@ -0,0 +1,26 @@
1
+ import { CodeStub } from "./CodeStub";
2
+ import { Annotation } from "./Annotation";
3
+ import { Range } from "./Range";
4
+ /**
5
+ * Reference range for the measure
6
+ *
7
+ * @export
8
+ * @class ReferenceRange
9
+ *
10
+ * @property {number} low lower bound of the reference range (inclusive)
11
+ * @property {number} high upper bound of the reference range (inclusive)
12
+ * @property {CodeStub[]} tags tags giving additional information about the reference range (e.g. applies to children/adults, male/female, etc.)
13
+ * @property {CodeStub[]} codes codes qualifying the reference range using a codification system (e.g. LOINC)
14
+ * @property {Annotation[]} notes notes giving additional information about the reference range
15
+ * @property {Range} age age range to which the reference range applies
16
+ */
17
+ export declare class ReferenceRange {
18
+ constructor(json: JSON | any);
19
+ low?: number;
20
+ high?: number;
21
+ tags?: CodeStub[];
22
+ codes?: CodeStub[];
23
+ notes?: Annotation[];
24
+ age?: Range;
25
+ stringValue?: string;
26
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReferenceRange = void 0;
4
+ const CodeStub_1 = require("./CodeStub");
5
+ const Annotation_1 = require("./Annotation");
6
+ const Range_1 = require("./Range");
7
+ /**
8
+ * Reference range for the measure
9
+ *
10
+ * @export
11
+ * @class ReferenceRange
12
+ *
13
+ * @property {number} low lower bound of the reference range (inclusive)
14
+ * @property {number} high upper bound of the reference range (inclusive)
15
+ * @property {CodeStub[]} tags tags giving additional information about the reference range (e.g. applies to children/adults, male/female, etc.)
16
+ * @property {CodeStub[]} codes codes qualifying the reference range using a codification system (e.g. LOINC)
17
+ * @property {Annotation[]} notes notes giving additional information about the reference range
18
+ * @property {Range} age age range to which the reference range applies
19
+ */
20
+ class ReferenceRange {
21
+ constructor(json) {
22
+ var _a, _b, _c;
23
+ this.low = json === null || json === void 0 ? void 0 : json.low;
24
+ this.high = json === null || json === void 0 ? void 0 : json.high;
25
+ this.tags = (_a = json === null || json === void 0 ? void 0 : json.tags) === null || _a === void 0 ? void 0 : _a.map((tag) => new CodeStub_1.CodeStub(tag));
26
+ this.codes = (_b = json === null || json === void 0 ? void 0 : json.codes) === null || _b === void 0 ? void 0 : _b.map((code) => new CodeStub_1.CodeStub(code));
27
+ this.notes = (_c = json === null || json === void 0 ? void 0 : json.notes) === null || _c === void 0 ? void 0 : _c.map((note) => new Annotation_1.Annotation(note));
28
+ this.age = new Range_1.Range(json === null || json === void 0 ? void 0 : json.age);
29
+ this.stringValue = json === null || json === void 0 ? void 0 : json.stringValue;
30
+ }
31
+ }
32
+ exports.ReferenceRange = ReferenceRange;
33
+ //# sourceMappingURL=ReferenceRange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReferenceRange.js","sourceRoot":"","sources":["../../../icc-api/model/ReferenceRange.ts"],"names":[],"mappings":";;;AAAA,yCAAmC;AACnC,6CAAuC;AACvC,mCAA6B;AAE7B;;;;;;;;;;;;GAYG;AACH,MAAa,cAAc;IAEzB,YAAY,IAAgB;;QAC1B,IAAI,CAAC,GAAG,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,GAAG,CAAA;QACpB,IAAI,CAAC,IAAI,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,CAAA;QACtB,IAAI,CAAC,IAAI,GAAG,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,0CAAE,GAAG,CAAC,CAAC,GAAe,EAAE,EAAE,CAAC,IAAI,mBAAQ,CAAC,GAAG,CAAC,CAAC,CAAA;QACnE,IAAI,CAAC,KAAK,GAAG,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,KAAK,0CAAE,GAAG,CAAC,CAAC,IAAgB,EAAE,EAAE,CAAC,IAAI,mBAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;QACvE,IAAI,CAAC,KAAK,GAAG,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,KAAK,0CAAE,GAAG,CAAC,CAAC,IAAgB,EAAE,EAAE,CAAC,IAAI,uBAAU,CAAC,IAAI,CAAC,CAAC,CAAA;QACzE,IAAI,CAAC,GAAG,GAAG,IAAI,aAAK,CAAC,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,GAAG,CAAC,CAAA;QAC/B,IAAI,CAAC,WAAW,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,CAAA;IACtC,CAAC;CASF;AAnBD,wCAmBC","sourcesContent":["import {CodeStub} from \"./CodeStub\"\nimport {Annotation} from \"./Annotation\"\nimport {Range} from \"./Range\"\n\n/**\n * Reference range for the measure\n *\n * @export\n * @class ReferenceRange\n *\n * @property {number} low lower bound of the reference range (inclusive)\n * @property {number} high upper bound of the reference range (inclusive)\n * @property {CodeStub[]} tags tags giving additional information about the reference range (e.g. applies to children/adults, male/female, etc.)\n * @property {CodeStub[]} codes codes qualifying the reference range using a codification system (e.g. LOINC)\n * @property {Annotation[]} notes notes giving additional information about the reference range\n * @property {Range} age age range to which the reference range applies\n */\nexport class ReferenceRange {\n\n constructor(json: JSON | any) {\n this.low = json?.low\n this.high = json?.high\n this.tags = json?.tags?.map((tag: JSON | any) => new CodeStub(tag))\n this.codes = json?.codes?.map((code: JSON | any) => new CodeStub(code))\n this.notes = json?.notes?.map((note: JSON | any) => new Annotation(note))\n this.age = new Range(json?.age)\n this.stringValue = json?.stringValue\n }\n\n low?: number\n high?: number\n tags?: CodeStub[]\n codes?: CodeStub[]\n notes?: Annotation[]\n age?: Range\n stringValue?: string\n}\n"]}
@@ -1,12 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Service = void 0;
4
+ const Content_1 = require("./Content");
4
5
  /**
5
6
  * This entity represents a Service. A Service is created in the course a contact. Services include subjective information provided by the patient, such as complaints, reason for visit, feelings, etc. or objective information like bio-metric measures (blood pressure, temperature, heart beat, etc.), or physical exam description, diagnosis, prescription, integration of lab reports from another healthcare party, action plan, etc. Any action performed by the healthcare party which is relevant for the healthcare element of a patient is considered a service. The services can be linked to healthcare elements or other structuring elements of the medical record
6
7
  */
7
8
  class Service {
8
9
  constructor(json) {
9
10
  Object.assign(this, json);
11
+ if (!!this.content) {
12
+ this.content = Object.fromEntries(Object.entries(this.content).map(([key, value]) => [key, new Content_1.Content(value)]));
13
+ }
10
14
  }
11
15
  }
12
16
  exports.Service = Service;
@@ -1 +1 @@
1
- {"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../icc-api/model/Service.ts"],"names":[],"mappings":";;;AAiBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAmIF;AAtID,0BAsIC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Annotation } from './Annotation'\nimport { CodeStub } from './CodeStub'\nimport { Content } from './Content'\nimport { Delegation } from './Delegation'\nimport { Identifier } from './Identifier'\n\n/**\n * This entity represents a Service. A Service is created in the course a contact. Services include subjective information provided by the patient, such as complaints, reason for visit, feelings, etc. or objective information like bio-metric measures (blood pressure, temperature, heart beat, etc.), or physical exam description, diagnosis, prescription, integration of lab reports from another healthcare party, action plan, etc. Any action performed by the healthcare party which is relevant for the healthcare element of a patient is considered a service. The services can be linked to healthcare elements or other structuring elements of the medical record\n */\nexport class Service {\n constructor(json: JSON | any) {\n Object.assign(this as Service, json)\n }\n\n /**\n * The Id of the Service. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * The transactionId is used when a single service had to be split into parts for technical reasons. Several services with the same non null transaction id form one single service\n */\n transactionId?: string\n identifier?: Array<Identifier>\n /**\n * Id of the contact during which the service is provided\n */\n contactId?: string\n /**\n * List of IDs of all sub-contacts that link the service to structural elements. Only used when the Service is emitted outside of its contact\n */\n subContactIds?: Array<string>\n /**\n * List of IDs of all plans of actions (healthcare approaches) as a part of which the Service is provided. Only used when the Service is emitted outside of its contact\n */\n plansOfActionIds?: Array<string>\n /**\n * List of IDs of all healthcare elements for which the service is provided. Only used when the Service is emitted outside of its contact\n */\n healthElementsIds?: Array<string>\n /**\n * List of Ids of all forms linked to the Service. Only used when the Service is emitted outside of its contact.\n */\n formIds?: Array<string>\n /**\n * The secret patient key, encrypted in the patient document, in clear here.\n */\n secretForeignKeys?: Array<string>\n /**\n * The public patient key, encrypted here for separate Crypto Actors.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * The delegations giving access to connected healthcare information.\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * The contact secret encryption key used to encrypt the secured properties (like services for example), encrypted for separate Crypto Actors.\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * Description / Unambiguous qualification (LOINC code) of the type of information contained in the service. Could be a code to qualify temperature, complaint, diagnostic, ...\n */\n label?: string\n dataClassName?: string\n /**\n * Used for sorting services inside an upper object (A contact, a transaction, a FHIR bundle, ...)\n */\n index?: number\n /**\n * Information contained in the service. Content is localized, using ISO language code as key\n */\n content?: { [key: string]: Content }\n encryptedContent?: string\n textIndexes?: { [key: string]: string }\n /**\n * The date (YYYYMMDDhhmmss) when the Service is noted to have started and also closes on the same date\n */\n valueDate?: number\n /**\n * The date (YYYYMMDDhhmmss) of the start of the Service\n */\n openingDate?: number\n /**\n * The date (YYYYMMDDhhmmss) marking the end of the Service\n */\n closingDate?: number\n /**\n * Id of the form used during the Service\n */\n formId?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * Text, comments on the Service provided\n */\n comment?: string\n status?: number\n /**\n * List of invoicing codes\n */\n invoicingCodes?: Array<string>\n /**\n * Comments - Notes recorded by a HCP about this service\n */\n notes?: Array<Annotation>\n /**\n * Links towards related services (possibly in other contacts)\n */\n qualifiedLinks?: { [key: string]: { [key: string]: string } }\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\n"]}
1
+ {"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../icc-api/model/Service.ts"],"names":[],"mappings":";;;AAaA,uCAAmC;AAInC;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CACX,IAAe,EACf,IAAI,CACL,CAAA;QAED,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,EAAE;YAClB,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,WAAW,CAC/B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,IAAI,iBAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAC9E,CAAA;SACF;IACH,CAAC;CAmIF;AA/ID,0BA+IC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { Annotation } from './Annotation'\nimport { CodeStub } from './CodeStub'\nimport { Content } from './Content'\nimport { Delegation } from './Delegation'\nimport { Identifier } from './Identifier'\n\n/**\n * This entity represents a Service. A Service is created in the course a contact. Services include subjective information provided by the patient, such as complaints, reason for visit, feelings, etc. or objective information like bio-metric measures (blood pressure, temperature, heart beat, etc.), or physical exam description, diagnosis, prescription, integration of lab reports from another healthcare party, action plan, etc. Any action performed by the healthcare party which is relevant for the healthcare element of a patient is considered a service. The services can be linked to healthcare elements or other structuring elements of the medical record\n */\nexport class Service {\n constructor(json: JSON | any) {\n Object.assign(\n this as Service,\n json\n )\n\n if (!!this.content) {\n this.content = Object.fromEntries(\n Object.entries(this.content).map(([key, value]) => [key, new Content(value)])\n )\n }\n }\n\n /**\n * The Id of the Service. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * The transactionId is used when a single service had to be split into parts for technical reasons. Several services with the same non null transaction id form one single service\n */\n transactionId?: string\n identifier?: Array<Identifier>\n /**\n * Id of the contact during which the service is provided\n */\n contactId?: string\n /**\n * List of IDs of all sub-contacts that link the service to structural elements. Only used when the Service is emitted outside of its contact\n */\n subContactIds?: Array<string>\n /**\n * List of IDs of all plans of actions (healthcare approaches) as a part of which the Service is provided. Only used when the Service is emitted outside of its contact\n */\n plansOfActionIds?: Array<string>\n /**\n * List of IDs of all healthcare elements for which the service is provided. Only used when the Service is emitted outside of its contact\n */\n healthElementsIds?: Array<string>\n /**\n * List of Ids of all forms linked to the Service. Only used when the Service is emitted outside of its contact.\n */\n formIds?: Array<string>\n /**\n * The secret patient key, encrypted in the patient document, in clear here.\n */\n secretForeignKeys?: Array<string>\n /**\n * The public patient key, encrypted here for separate Crypto Actors.\n */\n cryptedForeignKeys?: { [key: string]: Array<Delegation> }\n /**\n * The delegations giving access to connected healthcare information.\n */\n delegations?: { [key: string]: Array<Delegation> }\n /**\n * The contact secret encryption key used to encrypt the secured properties (like services for example), encrypted for separate Crypto Actors.\n */\n encryptionKeys?: { [key: string]: Array<Delegation> }\n /**\n * Description / Unambiguous qualification (LOINC code) of the type of information contained in the service. Could be a code to qualify temperature, complaint, diagnostic, ...\n */\n label?: string\n dataClassName?: string\n /**\n * Used for sorting services inside an upper object (A contact, a transaction, a FHIR bundle, ...)\n */\n index?: number\n /**\n * Information contained in the service. Content is localized, using ISO language code as key\n */\n content?: { [key: string]: Content }\n encryptedContent?: string\n textIndexes?: { [key: string]: string }\n /**\n * The date (YYYYMMDDhhmmss) when the Service is noted to have started and also closes on the same date\n */\n valueDate?: number\n /**\n * The date (YYYYMMDDhhmmss) of the start of the Service\n */\n openingDate?: number\n /**\n * The date (YYYYMMDDhhmmss) marking the end of the Service\n */\n closingDate?: number\n /**\n * Id of the form used during the Service\n */\n formId?: string\n /**\n * The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n created?: number\n /**\n * The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n modified?: number\n /**\n * Soft delete (unix epoch in ms) timestamp of the object.\n */\n endOfLife?: number\n /**\n * The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n author?: string\n /**\n * The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.\n */\n responsible?: string\n /**\n * The id of the medical location where this entity was created.\n */\n medicalLocationId?: string\n /**\n * Text, comments on the Service provided\n */\n comment?: string\n status?: number\n /**\n * List of invoicing codes\n */\n invoicingCodes?: Array<string>\n /**\n * Comments - Notes recorded by a HCP about this service\n */\n notes?: Array<Annotation>\n /**\n * Links towards related services (possibly in other contacts)\n */\n qualifiedLinks?: { [key: string]: { [key: string]: string } }\n /**\n * A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes\n */\n codes?: Array<CodeStub>\n /**\n * A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.\n */\n tags?: Array<CodeStub>\n /**\n * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.\n */\n encryptedSelf?: string\n}\n"]}
@@ -12,6 +12,7 @@
12
12
  import { AuthenticationToken } from './AuthenticationToken';
13
13
  import { Permission } from './Permission';
14
14
  import { PropertyStub } from './PropertyStub';
15
+ import { Identifier } from './Identifier';
15
16
  /**
16
17
  * This entity is a root level object. It represents an user that can log in to the iCure platform. It is serialized in JSON and saved in the underlying icure-base CouchDB database.
17
18
  */
@@ -25,6 +26,7 @@ export declare class User {
25
26
  * the revision of the user in the database, used for conflict management / optimistic locking.
26
27
  */
27
28
  rev?: string;
29
+ identifier?: Array<Identifier>;
28
30
  /**
29
31
  * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.
30
32
  */
@@ -1 +1 @@
1
- {"version":3,"file":"User.js","sourceRoot":"","sources":["../../../icc-api/model/User.ts"],"names":[],"mappings":";;;AAeA;;GAEG;AACH,MAAa,IAAI;IACf,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAY,EAAE,IAAI,CAAC,CAAA;IACnC,CAAC;CAgGF;AAnGD,oBAmGC;AACD,WAAiB,IAAI;IAEN,aAAQ,GAAG;QACtB,QAAQ,EAAE,UAAsB;QAChC,IAAI,EAAE,MAAkB;QACxB,KAAK,EAAE,OAAmB;KAC3B,CAAA;IAEY,eAAU,GAAG;QACxB,MAAM,EAAE,QAAsB;QAC9B,QAAQ,EAAE,UAAwB;QAClC,WAAW,EAAE,aAA2B;KACzC,CAAA;AACH,CAAC,EAbgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAapB","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { AuthenticationToken } from './AuthenticationToken'\nimport { Permission } from './Permission'\nimport { PropertyStub } from './PropertyStub'\n\n/**\n * This entity is a root level object. It represents an user that can log in to the iCure platform. It is serialized in JSON and saved in the underlying icure-base CouchDB database.\n */\nexport class User {\n constructor(json: JSON | any) {\n Object.assign(this as User, json)\n }\n\n /**\n * the Id of the user. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * the revision of the user in the database, used for conflict management / optimistic locking.\n */\n rev?: string\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n created?: number\n /**\n * Last name of the user. This is the official last name that should be used for official administrative purposes.\n */\n name?: string\n /**\n * Extra properties for the user. Those properties are typed (see class Property)\n */\n properties?: Array<PropertyStub>\n /**\n * If permission to modify patient data is granted or revoked\n */\n permissions?: Array<Permission>\n /**\n * Roles specified for the user\n */\n roles?: Array<string>\n /**\n * Authorization source for user. 'Database', 'ldap' or 'token'\n */\n type?: User.TypeEnum\n /**\n * State of user's activeness: 'Active', 'Disabled' or 'Registering'\n */\n status?: User.StatusEnum\n /**\n * Username for this user. We encourage using an email address\n */\n login?: string\n /**\n * Hashed version of the password (BCrypt is used for hashing)\n */\n passwordHash?: string\n /**\n * Secret token used to verify 2fa\n */\n secret?: string\n /**\n * Whether the user has activated two factors authentication\n */\n use2fa?: boolean\n /**\n * id of the group (practice/hospital) the user is member of\n */\n groupId?: string\n /**\n * Id of the healthcare party if the user is a healthcare party.\n */\n healthcarePartyId?: string\n /**\n * Id of the patient if the user is a patient\n */\n patientId?: string\n /**\n * Id of the device if the user is a device\n */\n deviceId?: string\n /**\n * Delegations that are automatically generated client side when a new database object is created by this user\n */\n autoDelegations?: { [key: string]: Array<string> }\n /**\n * the timestamp (unix epoch in ms) of creation of the user, will be filled automatically if missing. Not enforced by the application server.\n */\n createdDate?: number\n /**\n * the timestamp (unix epoch in ms) of the latest validation of the terms of use of the application\n */\n termsOfUseDate?: number\n /**\n * email address of the user (used for token exchange or password recovery).\n */\n email?: string\n /**\n * mobile phone of the user (used for token exchange or password recovery).\n */\n mobilePhone?: string\n applicationTokens?: { [key: string]: string }\n /**\n * Encrypted and time-limited Authentication tokens used for inter-applications authentication\n */\n authenticationTokens?: { [key: string]: AuthenticationToken }\n}\nexport namespace User {\n export type TypeEnum = 'database' | 'ldap' | 'token'\n export const TypeEnum = {\n Database: 'database' as TypeEnum,\n Ldap: 'ldap' as TypeEnum,\n Token: 'token' as TypeEnum,\n }\n export type StatusEnum = 'ACTIVE' | 'DISABLED' | 'REGISTERING'\n export const StatusEnum = {\n ACTIVE: 'ACTIVE' as StatusEnum,\n DISABLED: 'DISABLED' as StatusEnum,\n REGISTERING: 'REGISTERING' as StatusEnum,\n }\n}\n"]}
1
+ {"version":3,"file":"User.js","sourceRoot":"","sources":["../../../icc-api/model/User.ts"],"names":[],"mappings":";;;AAgBA;;GAEG;AACH,MAAa,IAAI;IACf,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAY,EAAE,IAAI,CAAC,CAAA;IACnC,CAAC;CAiGF;AApGD,oBAoGC;AACD,WAAiB,IAAI;IAEN,aAAQ,GAAG;QACtB,QAAQ,EAAE,UAAsB;QAChC,IAAI,EAAE,MAAkB;QACxB,KAAK,EAAE,OAAmB;KAC3B,CAAA;IAEY,eAAU,GAAG;QACxB,MAAM,EAAE,QAAsB;QAC9B,QAAQ,EAAE,UAAwB;QAClC,WAAW,EAAE,aAA2B;KACzC,CAAA;AACH,CAAC,EAbgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAapB","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { AuthenticationToken } from './AuthenticationToken'\nimport { Permission } from './Permission'\nimport { PropertyStub } from './PropertyStub'\nimport { Identifier } from './Identifier'\n\n/**\n * This entity is a root level object. It represents an user that can log in to the iCure platform. It is serialized in JSON and saved in the underlying icure-base CouchDB database.\n */\nexport class User {\n constructor(json: JSON | any) {\n Object.assign(this as User, json)\n }\n\n /**\n * the Id of the user. We encourage using either a v4 UUID or a HL7 Id.\n */\n id?: string\n /**\n * the revision of the user in the database, used for conflict management / optimistic locking.\n */\n rev?: string\n identifier?: Array<Identifier>\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n created?: number\n /**\n * Last name of the user. This is the official last name that should be used for official administrative purposes.\n */\n name?: string\n /**\n * Extra properties for the user. Those properties are typed (see class Property)\n */\n properties?: Array<PropertyStub>\n /**\n * If permission to modify patient data is granted or revoked\n */\n permissions?: Array<Permission>\n /**\n * Roles specified for the user\n */\n roles?: Array<string>\n /**\n * Authorization source for user. 'Database', 'ldap' or 'token'\n */\n type?: User.TypeEnum\n /**\n * State of user's activeness: 'Active', 'Disabled' or 'Registering'\n */\n status?: User.StatusEnum\n /**\n * Username for this user. We encourage using an email address\n */\n login?: string\n /**\n * Hashed version of the password (BCrypt is used for hashing)\n */\n passwordHash?: string\n /**\n * Secret token used to verify 2fa\n */\n secret?: string\n /**\n * Whether the user has activated two factors authentication\n */\n use2fa?: boolean\n /**\n * id of the group (practice/hospital) the user is member of\n */\n groupId?: string\n /**\n * Id of the healthcare party if the user is a healthcare party.\n */\n healthcarePartyId?: string\n /**\n * Id of the patient if the user is a patient\n */\n patientId?: string\n /**\n * Id of the device if the user is a device\n */\n deviceId?: string\n /**\n * Delegations that are automatically generated client side when a new database object is created by this user\n */\n autoDelegations?: { [key: string]: Array<string> }\n /**\n * the timestamp (unix epoch in ms) of creation of the user, will be filled automatically if missing. Not enforced by the application server.\n */\n createdDate?: number\n /**\n * the timestamp (unix epoch in ms) of the latest validation of the terms of use of the application\n */\n termsOfUseDate?: number\n /**\n * email address of the user (used for token exchange or password recovery).\n */\n email?: string\n /**\n * mobile phone of the user (used for token exchange or password recovery).\n */\n mobilePhone?: string\n applicationTokens?: { [key: string]: string }\n /**\n * Encrypted and time-limited Authentication tokens used for inter-applications authentication\n */\n authenticationTokens?: { [key: string]: AuthenticationToken }\n}\nexport namespace User {\n export type TypeEnum = 'database' | 'ldap' | 'token'\n export const TypeEnum = {\n Database: 'database' as TypeEnum,\n Ldap: 'ldap' as TypeEnum,\n Token: 'token' as TypeEnum,\n }\n export type StatusEnum = 'ACTIVE' | 'DISABLED' | 'REGISTERING'\n export const StatusEnum = {\n ACTIVE: 'ACTIVE' as StatusEnum,\n DISABLED: 'DISABLED' as StatusEnum,\n REGISTERING: 'REGISTERING' as StatusEnum,\n }\n}\n"]}
@@ -206,7 +206,9 @@ export * from './PropertyStub';
206
206
  export * from './PropertyTypeStub';
207
207
  export * from './PublicKey';
208
208
  export * from './Quantity';
209
+ export * from './Range';
209
210
  export * from './Receipt';
211
+ export * from './ReferenceRange';
210
212
  export * from './ReferralPeriod';
211
213
  export * from './RegimenItem';
212
214
  export * from './RegistrationInformation';
@@ -274,5 +276,6 @@ export * from './VmpStub';
274
276
  export * from './Vtm';
275
277
  export * from './Wada';
276
278
  export * from './Weekday';
279
+ export * from './ISO639_1';
277
280
  export declare type EncryptedEntity = AccessLog | Article | CalendarItem | Classification | Contact | Document | Form | HealthElement | Invoice | MaintenanceTask | Message | Patient | Receipt;
278
281
  export declare type EncryptedParentEntity = Message | Patient;
@@ -209,7 +209,9 @@ __exportStar(require("./PropertyStub"), exports);
209
209
  __exportStar(require("./PropertyTypeStub"), exports);
210
210
  __exportStar(require("./PublicKey"), exports);
211
211
  __exportStar(require("./Quantity"), exports);
212
+ __exportStar(require("./Range"), exports);
212
213
  __exportStar(require("./Receipt"), exports);
214
+ __exportStar(require("./ReferenceRange"), exports);
213
215
  __exportStar(require("./ReferralPeriod"), exports);
214
216
  __exportStar(require("./RegimenItem"), exports);
215
217
  __exportStar(require("./RegistrationInformation"), exports);
@@ -277,4 +279,5 @@ __exportStar(require("./VmpStub"), exports);
277
279
  __exportStar(require("./Vtm"), exports);
278
280
  __exportStar(require("./Wada"), exports);
279
281
  __exportStar(require("./Weekday"), exports);
282
+ __exportStar(require("./ISO639_1"), exports);
280
283
  //# sourceMappingURL=models.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../icc-api/model/models.ts"],"names":[],"mappings":"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","sourcesContent":["import { AccessLog } from './AccessLog'\nimport { Article } from './Article'\nimport { Classification } from './Classification'\nimport { Document } from './Document'\nimport { HealthElement } from './HealthElement'\nimport { Invoice } from './Invoice'\nimport { Form } from './Form'\nimport { Contact } from './Contact'\nimport { CalendarItem } from './CalendarItem'\nimport { MaintenanceTask } from './MaintenanceTask'\nimport { Message } from './Message'\nimport { Receipt } from './Receipt'\nimport { Patient } from './Patient'\n\nexport * from './AbstractFilterCode'\nexport * from './AbstractFilterContact'\nexport * from './AbstractFilterDevice'\nexport * from './AbstractFilterHealthElement'\nexport * from './AbstractFilterHealthcareParty'\nexport * from './AbstractFilterInvoice'\nexport * from './AbstractFilterMaintenanceTask'\nexport * from './AbstractFilterPatient'\nexport * from './AbstractFilterService'\nexport * from './AbstractFilterUser'\nexport * from './AccessLog'\nexport * from './AddedDocument'\nexport * from './Address'\nexport * from './AdministrationQuantity'\nexport * from './Agenda'\nexport * from './AgreementAppendix'\nexport * from './Amp'\nexport * from './AmpComponent'\nexport * from './Ampp'\nexport * from './AmppComponent'\nexport * from './Annotation'\nexport * from './ApplicationSettings'\nexport * from './AppointmentTypeAndPlace'\nexport * from './Article'\nexport * from './Atc'\nexport * from './AttachmentMetadata'\nexport * from './AuthenticationResponse'\nexport * from './AuthenticationToken'\nexport * from './Basic'\nexport * from './Body'\nexport * from './BulkAttachmentUpdateOptions'\nexport * from './CalendarItem'\nexport * from './CalendarItemTag'\nexport * from './CalendarItemType'\nexport * from './CareTeamMember'\nexport * from './CareTeamMembership'\nexport * from './CheckSMFPatientResult'\nexport * from './Classification'\nexport * from './ClassificationTemplate'\nexport * from './Code'\nexport * from './CodeStub'\nexport * from './CodeType'\nexport * from './CommentedClassification'\nexport * from './Commercialization'\nexport * from './Company'\nexport * from './Contact'\nexport * from './Content'\nexport * from './Copayment'\nexport * from './Data'\nexport * from './DataAttachment'\nexport * from './DataOwnerRegistrationSuccess'\nexport * from './DataOwnerWithType'\nexport * from './DatabaseInfo'\nexport * from './DatabaseInitialisation'\nexport * from './DatabaseSynchronization'\nexport * from './Delegation'\nexport * from './DeletedAttachment'\nexport * from './Device'\nexport * from './DeviceType'\nexport * from './DiaryNoteExportInfo'\nexport * from './Dmpp'\nexport * from './DocIdentifier'\nexport * from './Document'\nexport * from './DocumentGroup'\nexport * from './DocumentTemplate'\nexport * from './Duration'\nexport * from './EIDItem'\nexport * from './Editor'\nexport * from './EfactInvoice'\nexport * from './Employer'\nexport * from './EmploymentInfo'\nexport * from './EntityReference'\nexport * from './EntityTemplate'\nexport * from './Episode'\nexport * from './FilterChainCode'\nexport * from './FilterChainContact'\nexport * from './FilterChainDevice'\nexport * from './FilterChainHealthElement'\nexport * from './FilterChainHealthcareParty'\nexport * from './FilterChainInvoice'\nexport * from './FilterChainMaintenanceTask'\nexport * from './FilterChainPatient'\nexport * from './FilterChainService'\nexport * from './FilterChainUser'\nexport * from './FinancialInstitutionInformation'\nexport * from './FlatRateTarification'\nexport * from './FlowItem'\nexport * from './Form'\nexport * from './FormColumn'\nexport * from './FormDataOption'\nexport * from './FormLayout'\nexport * from './FormLayoutData'\nexport * from './FormPlanning'\nexport * from './FormSection'\nexport * from './FormTemplate'\nexport * from './FormTemplateLayout'\nexport * from './Formula'\nexport * from './FrontEndMigration'\nexport * from './Group'\nexport * from './GroupDatabasesInfo'\nexport * from './GuiCode'\nexport * from './GuiCodeType'\nexport * from './GroupDeletionReport'\nexport * from './HealthElement'\nexport * from './HealthcareParty'\nexport * from './HealthcarePartyHistoryStatus'\nexport * from './IcureStub'\nexport * from './IdWithRev'\nexport * from './Identifier'\nexport * from './IdentityDocumentReader'\nexport * from './ImportMapping'\nexport * from './ImportResult'\nexport * from './IncapacityExportInfo'\nexport * from './IndexingInfo'\nexport * from './Ingredient'\nexport * from './Insurability'\nexport * from './Insurance'\nexport * from './Invoice'\nexport * from './InvoiceItem'\nexport * from './InvoiceSender'\nexport * from './InvoicesBatch'\nexport * from './InvoicingCode'\nexport * from './Keyword'\nexport * from './KeywordSubword'\nexport * from './LabelledOccurence'\nexport * from './LetterValue'\nexport * from './ListOfIds'\nexport * from './ListOfProperties'\nexport * from './LoginCredentials'\nexport * from './MaintenanceTask'\nexport * from './MapOfIds'\nexport * from './Measure'\nexport * from './MedexInfo'\nexport * from './MedicalHouseContract'\nexport * from './MedicalLocation'\nexport * from './Medication'\nexport * from './MedicationSchemeExportInfo'\nexport * from './Medicinalproduct'\nexport * from './Message'\nexport * from './MessageReadStatus'\nexport * from './MessageWithBatch'\nexport * from './MessagesReadStatusUpdate'\nexport * from './MimeAttachment'\nexport * from './Nmp'\nexport * from './NoGenericPrescriptionReason'\nexport * from './NoSwitchReason'\nexport * from './NumeratorRange'\nexport * from './PackagingType'\nexport * from './PaginatedDocumentKeyIdPairObject'\nexport * from './PaginatedListAccessLog'\nexport * from './PaginatedListAmp'\nexport * from './PaginatedListCalendarItem'\nexport * from './PaginatedListClassification'\nexport * from './PaginatedListClassificationTemplate'\nexport * from './PaginatedListCode'\nexport * from './PaginatedListContact'\nexport * from './PaginatedListDevice'\nexport * from './PaginatedListDocument'\nexport * from './PaginatedListEntityTemplate'\nexport * from './PaginatedListForm'\nexport * from './PaginatedListGroup'\nexport * from './PaginatedListHealthElement'\nexport * from './PaginatedListHealthcareParty'\nexport * from './PaginatedListInvoice'\nexport * from './PaginatedListMaintenanceTask'\nexport * from './PaginatedListMessage'\nexport * from './PaginatedListNmp'\nexport * from './PaginatedListPatient'\nexport * from './PaginatedListService'\nexport * from './PaginatedListString'\nexport * from './PaginatedListTarification'\nexport * from './PaginatedListUser'\nexport * from './PaginatedListVmp'\nexport * from './PaginatedListVmpGroup'\nexport * from './Paragraph'\nexport * from './ParagraphAgreement'\nexport * from './Part'\nexport * from './Partnership'\nexport * from './Patient'\nexport * from './PatientHealthCareParty'\nexport * from './Payment'\nexport * from './Periodicity'\nexport * from './Permission'\nexport * from './PermissionItem'\nexport * from './PersonName'\nexport * from './PharmaceuticalForm'\nexport * from './PharmaceuticalFormStub'\nexport * from './Place'\nexport * from './PlanOfAction'\nexport * from './Predicate'\nexport * from './Pricing'\nexport * from './PropertyStub'\nexport * from './PropertyTypeStub'\nexport * from './PublicKey'\nexport * from './Quantity'\nexport * from './Receipt'\nexport * from './ReferralPeriod'\nexport * from './RegimenItem'\nexport * from './RegistrationInformation'\nexport * from './RegistrationSuccess'\nexport * from './Reimbursement'\nexport * from './ReimbursementCriterion'\nexport * from './Remote'\nexport * from './RemoteAuthentication'\nexport * from './Renewal'\nexport * from './Replication'\nexport * from './ReplicateCommand'\nexport * from './ReplicationInfo'\nexport * from './ReplicationStats'\nexport * from './ReplicatorDocument'\nexport * from './ReplicatorResponse'\nexport * from './ResultInfo'\nexport * from './Right'\nexport * from './Role'\nexport * from './RoleConfiguration'\nexport * from './RoleSourceEnum'\nexport * from './RouteOfAdministration'\nexport * from './SamText'\nexport * from './SamVersion'\nexport * from './SchoolingInfo'\nexport * from './Section'\nexport * from './Service'\nexport * from './ServiceLink'\nexport * from './SoftwareMedicalFileExport'\nexport * from './StandardSubstance'\nexport * from './StrengthRange'\nexport * from './StructureElement'\nexport * from './SubContact'\nexport * from './Substance'\nexport * from './SubstanceStub'\nexport * from './Substanceproduct'\nexport * from './Suggest'\nexport * from './SumehrContent'\nexport * from './SumehrExportInfo'\nexport * from './SumehrValidity'\nexport * from './SupplyProblem'\nexport * from './Suspension'\nexport * from './Tag'\nexport * from './Tarification'\nexport * from './Telecom'\nexport * from './TimeSeries'\nexport * from './TimeTable'\nexport * from './TimeTableHour'\nexport * from './TimeTableItem'\nexport * from './TokenWithGroup'\nexport * from './TypedValueObject'\nexport * from './Unit'\nexport * from './User'\nexport * from './UserAndHealthcareParty'\nexport * from './UserGroup'\nexport * from './UserTypeEnum'\nexport * from './Valorisation'\nexport * from './Verse'\nexport * from './VirtualForm'\nexport * from './VirtualIngredient'\nexport * from './Vmp'\nexport * from './VmpComponent'\nexport * from './VmpGroup'\nexport * from './VmpGroupStub'\nexport * from './VmpStub'\nexport * from './Vtm'\nexport * from './Wada'\nexport * from './Weekday'\n\nexport type EncryptedEntity =\n | AccessLog\n | Article\n | CalendarItem\n | Classification\n | Contact\n | Document\n | Form\n | HealthElement\n | Invoice\n | MaintenanceTask\n | Message\n | Patient\n | Receipt\nexport type EncryptedParentEntity = Message | Patient\n"]}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../icc-api/model/models.ts"],"names":[],"mappings":"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","sourcesContent":["import { AccessLog } from './AccessLog'\nimport { Article } from './Article'\nimport { Classification } from './Classification'\nimport { Document } from './Document'\nimport { HealthElement } from './HealthElement'\nimport { Invoice } from './Invoice'\nimport { Form } from './Form'\nimport { Contact } from './Contact'\nimport { CalendarItem } from './CalendarItem'\nimport { MaintenanceTask } from './MaintenanceTask'\nimport { Message } from './Message'\nimport { Receipt } from './Receipt'\nimport { Patient } from './Patient'\n\nexport * from './AbstractFilterCode'\nexport * from './AbstractFilterContact'\nexport * from './AbstractFilterDevice'\nexport * from './AbstractFilterHealthElement'\nexport * from './AbstractFilterHealthcareParty'\nexport * from './AbstractFilterInvoice'\nexport * from './AbstractFilterMaintenanceTask'\nexport * from './AbstractFilterPatient'\nexport * from './AbstractFilterService'\nexport * from './AbstractFilterUser'\nexport * from './AccessLog'\nexport * from './AddedDocument'\nexport * from './Address'\nexport * from './AdministrationQuantity'\nexport * from './Agenda'\nexport * from './AgreementAppendix'\nexport * from './Amp'\nexport * from './AmpComponent'\nexport * from './Ampp'\nexport * from './AmppComponent'\nexport * from './Annotation'\nexport * from './ApplicationSettings'\nexport * from './AppointmentTypeAndPlace'\nexport * from './Article'\nexport * from './Atc'\nexport * from './AttachmentMetadata'\nexport * from './AuthenticationResponse'\nexport * from './AuthenticationToken'\nexport * from './Basic'\nexport * from './Body'\nexport * from './BulkAttachmentUpdateOptions'\nexport * from './CalendarItem'\nexport * from './CalendarItemTag'\nexport * from './CalendarItemType'\nexport * from './CareTeamMember'\nexport * from './CareTeamMembership'\nexport * from './CheckSMFPatientResult'\nexport * from './Classification'\nexport * from './ClassificationTemplate'\nexport * from './Code'\nexport * from './CodeStub'\nexport * from './CodeType'\nexport * from './CommentedClassification'\nexport * from './Commercialization'\nexport * from './Company'\nexport * from './Contact'\nexport * from './Content'\nexport * from './Copayment'\nexport * from './Data'\nexport * from './DataAttachment'\nexport * from './DataOwnerRegistrationSuccess'\nexport * from './DataOwnerWithType'\nexport * from './DatabaseInfo'\nexport * from './DatabaseInitialisation'\nexport * from './DatabaseSynchronization'\nexport * from './Delegation'\nexport * from './DeletedAttachment'\nexport * from './Device'\nexport * from './DeviceType'\nexport * from './DiaryNoteExportInfo'\nexport * from './Dmpp'\nexport * from './DocIdentifier'\nexport * from './Document'\nexport * from './DocumentGroup'\nexport * from './DocumentTemplate'\nexport * from './Duration'\nexport * from './EIDItem'\nexport * from './Editor'\nexport * from './EfactInvoice'\nexport * from './Employer'\nexport * from './EmploymentInfo'\nexport * from './EntityReference'\nexport * from './EntityTemplate'\nexport * from './Episode'\nexport * from './FilterChainCode'\nexport * from './FilterChainContact'\nexport * from './FilterChainDevice'\nexport * from './FilterChainHealthElement'\nexport * from './FilterChainHealthcareParty'\nexport * from './FilterChainInvoice'\nexport * from './FilterChainMaintenanceTask'\nexport * from './FilterChainPatient'\nexport * from './FilterChainService'\nexport * from './FilterChainUser'\nexport * from './FinancialInstitutionInformation'\nexport * from './FlatRateTarification'\nexport * from './FlowItem'\nexport * from './Form'\nexport * from './FormColumn'\nexport * from './FormDataOption'\nexport * from './FormLayout'\nexport * from './FormLayoutData'\nexport * from './FormPlanning'\nexport * from './FormSection'\nexport * from './FormTemplate'\nexport * from './FormTemplateLayout'\nexport * from './Formula'\nexport * from './FrontEndMigration'\nexport * from './Group'\nexport * from './GroupDatabasesInfo'\nexport * from './GuiCode'\nexport * from './GuiCodeType'\nexport * from './GroupDeletionReport'\nexport * from './HealthElement'\nexport * from './HealthcareParty'\nexport * from './HealthcarePartyHistoryStatus'\nexport * from './IcureStub'\nexport * from './IdWithRev'\nexport * from './Identifier'\nexport * from './IdentityDocumentReader'\nexport * from './ImportMapping'\nexport * from './ImportResult'\nexport * from './IncapacityExportInfo'\nexport * from './IndexingInfo'\nexport * from './Ingredient'\nexport * from './Insurability'\nexport * from './Insurance'\nexport * from './Invoice'\nexport * from './InvoiceItem'\nexport * from './InvoiceSender'\nexport * from './InvoicesBatch'\nexport * from './InvoicingCode'\nexport * from './Keyword'\nexport * from './KeywordSubword'\nexport * from './LabelledOccurence'\nexport * from './LetterValue'\nexport * from './ListOfIds'\nexport * from './ListOfProperties'\nexport * from './LoginCredentials'\nexport * from './MaintenanceTask'\nexport * from './MapOfIds'\nexport * from './Measure'\nexport * from './MedexInfo'\nexport * from './MedicalHouseContract'\nexport * from './MedicalLocation'\nexport * from './Medication'\nexport * from './MedicationSchemeExportInfo'\nexport * from './Medicinalproduct'\nexport * from './Message'\nexport * from './MessageReadStatus'\nexport * from './MessageWithBatch'\nexport * from './MessagesReadStatusUpdate'\nexport * from './MimeAttachment'\nexport * from './Nmp'\nexport * from './NoGenericPrescriptionReason'\nexport * from './NoSwitchReason'\nexport * from './NumeratorRange'\nexport * from './PackagingType'\nexport * from './PaginatedDocumentKeyIdPairObject'\nexport * from './PaginatedListAccessLog'\nexport * from './PaginatedListAmp'\nexport * from './PaginatedListCalendarItem'\nexport * from './PaginatedListClassification'\nexport * from './PaginatedListClassificationTemplate'\nexport * from './PaginatedListCode'\nexport * from './PaginatedListContact'\nexport * from './PaginatedListDevice'\nexport * from './PaginatedListDocument'\nexport * from './PaginatedListEntityTemplate'\nexport * from './PaginatedListForm'\nexport * from './PaginatedListGroup'\nexport * from './PaginatedListHealthElement'\nexport * from './PaginatedListHealthcareParty'\nexport * from './PaginatedListInvoice'\nexport * from './PaginatedListMaintenanceTask'\nexport * from './PaginatedListMessage'\nexport * from './PaginatedListNmp'\nexport * from './PaginatedListPatient'\nexport * from './PaginatedListService'\nexport * from './PaginatedListString'\nexport * from './PaginatedListTarification'\nexport * from './PaginatedListUser'\nexport * from './PaginatedListVmp'\nexport * from './PaginatedListVmpGroup'\nexport * from './Paragraph'\nexport * from './ParagraphAgreement'\nexport * from './Part'\nexport * from './Partnership'\nexport * from './Patient'\nexport * from './PatientHealthCareParty'\nexport * from './Payment'\nexport * from './Periodicity'\nexport * from './Permission'\nexport * from './PermissionItem'\nexport * from './PersonName'\nexport * from './PharmaceuticalForm'\nexport * from './PharmaceuticalFormStub'\nexport * from './Place'\nexport * from './PlanOfAction'\nexport * from './Predicate'\nexport * from './Pricing'\nexport * from './PropertyStub'\nexport * from './PropertyTypeStub'\nexport * from './PublicKey'\nexport * from './Quantity'\nexport * from './Range'\nexport * from './Receipt'\nexport * from './ReferenceRange'\nexport * from './ReferralPeriod'\nexport * from './RegimenItem'\nexport * from './RegistrationInformation'\nexport * from './RegistrationSuccess'\nexport * from './Reimbursement'\nexport * from './ReimbursementCriterion'\nexport * from './Remote'\nexport * from './RemoteAuthentication'\nexport * from './Renewal'\nexport * from './Replication'\nexport * from './ReplicateCommand'\nexport * from './ReplicationInfo'\nexport * from './ReplicationStats'\nexport * from './ReplicatorDocument'\nexport * from './ReplicatorResponse'\nexport * from './ResultInfo'\nexport * from './Right'\nexport * from './Role'\nexport * from './RoleConfiguration'\nexport * from './RoleSourceEnum'\nexport * from './RouteOfAdministration'\nexport * from './SamText'\nexport * from './SamVersion'\nexport * from './SchoolingInfo'\nexport * from './Section'\nexport * from './Service'\nexport * from './ServiceLink'\nexport * from './SoftwareMedicalFileExport'\nexport * from './StandardSubstance'\nexport * from './StrengthRange'\nexport * from './StructureElement'\nexport * from './SubContact'\nexport * from './Substance'\nexport * from './SubstanceStub'\nexport * from './Substanceproduct'\nexport * from './Suggest'\nexport * from './SumehrContent'\nexport * from './SumehrExportInfo'\nexport * from './SumehrValidity'\nexport * from './SupplyProblem'\nexport * from './Suspension'\nexport * from './Tag'\nexport * from './Tarification'\nexport * from './Telecom'\nexport * from './TimeSeries'\nexport * from './TimeTable'\nexport * from './TimeTableHour'\nexport * from './TimeTableItem'\nexport * from './TokenWithGroup'\nexport * from './TypedValueObject'\nexport * from './Unit'\nexport * from './User'\nexport * from './UserAndHealthcareParty'\nexport * from './UserGroup'\nexport * from './UserTypeEnum'\nexport * from './Valorisation'\nexport * from './Verse'\nexport * from './VirtualForm'\nexport * from './VirtualIngredient'\nexport * from './Vmp'\nexport * from './VmpComponent'\nexport * from './VmpGroup'\nexport * from './VmpGroupStub'\nexport * from './VmpStub'\nexport * from './Vtm'\nexport * from './Wada'\nexport * from './Weekday'\nexport * from './ISO639_1'\n\nexport type EncryptedEntity =\n | AccessLog\n | Article\n | CalendarItem\n | Classification\n | Contact\n | Document\n | Form\n | HealthElement\n | Invoice\n | MaintenanceTask\n | Message\n | Patient\n | Receipt\nexport type EncryptedParentEntity = Message | Patient\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/api",
3
- "version": "5.3.18",
3
+ "version": "5.4.0",
4
4
  "description": "Typescript version of iCure standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",