@medplum/definitions 4.1.11 → 4.2.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.
@@ -212,6 +212,23 @@
212
212
  "target": ["AccessPolicy"]
213
213
  }
214
214
  },
215
+ {
216
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-identifier",
217
+ "resource": {
218
+ "resourceType": "SearchParameter",
219
+ "id": "ProjectMembership-identifier",
220
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-identifier",
221
+ "version": "4.0.1",
222
+ "name": "identifier",
223
+ "status": "draft",
224
+ "publisher": "Medplum",
225
+ "description": "The identifier of the project membership",
226
+ "code": "identifier",
227
+ "base": ["ProjectMembership"],
228
+ "type": "token",
229
+ "expression": "ProjectMembership.identifier"
230
+ }
231
+ },
215
232
  {
216
233
  "fullUrl": "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
217
234
  "resource": {
@@ -1353,6 +1370,71 @@
1353
1370
  "expression": "Practitioner.qualification.code"
1354
1371
  }
1355
1372
  },
1373
+ {
1374
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-encounter",
1375
+ "resource" : {
1376
+ "resourceType" : "SearchParameter",
1377
+ "id" : "Immunization-encounter",
1378
+ "extension" : [{
1379
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
1380
+ "valueCode" : "trial-use"
1381
+ },
1382
+ {
1383
+ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
1384
+ "valueCode" : "pher"
1385
+ }],
1386
+ "url" : "http://hl7.org/fhir/SearchParameter/Immunization-encounter",
1387
+ "version" : "6.0.0-ballot3",
1388
+ "name" : "encounter",
1389
+ "status" : "draft",
1390
+ "experimental" : false,
1391
+ "date" : "2025-04-01T12:16:37+11:00",
1392
+ "publisher" : "HL7 International / Public Health",
1393
+ "contact" : [{
1394
+ "telecom" : [{
1395
+ "system" : "url",
1396
+ "value" : "http://www.hl7.org/Special/committees/fiwg"
1397
+ }]
1398
+ },
1399
+ {
1400
+ "telecom" : [{
1401
+ "system" : "url",
1402
+ "value" : "http://www.hl7.org/Special/committees/pher"
1403
+ }]
1404
+ }],
1405
+ "description" : "The Encounter this Immunization was part of",
1406
+ "jurisdiction" : [{
1407
+ "coding" : [{
1408
+ "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
1409
+ "code" : "001",
1410
+ "display" : "World"
1411
+ }]
1412
+ }],
1413
+ "code" : "encounter",
1414
+ "base" : ["Immunization"],
1415
+ "type" : "reference",
1416
+ "expression" : "Immunization.encounter",
1417
+ "target" : ["Encounter"]
1418
+ }
1419
+ },
1420
+ {
1421
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/AllergyIntolerance-encounter",
1422
+ "resource": {
1423
+ "resourceType": "SearchParameter",
1424
+ "id": "AllergyIntolerance-encounter",
1425
+ "url": "https://medplum.com/fhir/SearchParameter/AllergyIntolerance-encounter",
1426
+ "version": "4.0.1",
1427
+ "name": "encounter",
1428
+ "status": "draft",
1429
+ "publisher": "Medplum",
1430
+ "description": "The Encounter this AllergyIntolerance was part of",
1431
+ "code": "encounter",
1432
+ "base": ["AllergyIntolerance"],
1433
+ "type": "reference",
1434
+ "target": ["Encounter"],
1435
+ "expression": "AllergyIntolerance.encounter"
1436
+ }
1437
+ },
1356
1438
  {
1357
1439
  "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-characteristic-reference",
1358
1440
  "resource": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "4.1.11",
3
+ "version": "4.2.0",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",