@medplum/definitions 5.1.7 → 5.1.9

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.
@@ -29392,6 +29392,13 @@
29392
29392
  "description": "The organization that provides this healthcare service.",
29393
29393
  "$ref": "#/definitions/Reference"
29394
29394
  },
29395
+ "offeredIn": {
29396
+ "description": "The service within which this service is offered",
29397
+ "items": {
29398
+ "$ref": "#/definitions/Reference"
29399
+ },
29400
+ "type": "array"
29401
+ },
29395
29402
  "category": {
29396
29403
  "description": "Identifies the broad category of service being performed or delivered.",
29397
29404
  "items": {
@@ -184013,6 +184013,34 @@
184013
184013
  "map" : ".scopingRole.Organization"
184014
184014
  }]
184015
184015
  },
184016
+ {
184017
+ "id" : "HealthcareService.offeredIn",
184018
+ "path" : "HealthcareService.offeredIn",
184019
+ "short" : "The service within which this service is offered",
184020
+ "definition" : "When the HealthcareService is representing a specific, schedulable service, the availableIn property can refer to a generic service.",
184021
+ "comment" : "For example, if there is a generic Radiology service that offers CT Scans, MRIs, etc. You could have HealthcareService resources for the CT Scans and MRIs, which have an offeredIn reference to the Radiology HealthcareService.\n\nThis field was backported from FHIR R5 and is nonstandard in FHIR R4.",
184022
+ "min" : 0,
184023
+ "max" : "*",
184024
+ "base" : {
184025
+ "path" : "HealthcareService.offeredIn",
184026
+ "min" : 0,
184027
+ "max" : "*"
184028
+ },
184029
+ "type" : [{
184030
+ "code" : "Reference",
184031
+ "targetProfile" : ["http://hl7.org/fhir/StructureDefinition/HealthcareService"]
184032
+ }],
184033
+ "constraint" : [{
184034
+ "key" : "ele-1",
184035
+ "severity" : "error",
184036
+ "human" : "All FHIR elements must have a @value or children",
184037
+ "expression" : "hasValue() or (children().count() > id.count())",
184038
+ "source" : "http://hl7.org/fhir/StructureDefinition/Element"
184039
+ }],
184040
+ "mustSupport" : false,
184041
+ "isModifier" : false,
184042
+ "isSummary" : false
184043
+ },
184016
184044
  {
184017
184045
  "id" : "HealthcareService.category",
184018
184046
  "path" : "HealthcareService.category",
@@ -229,6 +229,23 @@
229
229
  "expression": "ProjectMembership.identifier"
230
230
  }
231
231
  },
232
+ {
233
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-admin",
234
+ "resource": {
235
+ "resourceType": "SearchParameter",
236
+ "id": "ProjectMembership-admin",
237
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-admin",
238
+ "version": "4.0.1",
239
+ "name": "admin",
240
+ "status": "draft",
241
+ "publisher": "Medplum",
242
+ "description": "The admin status of the project membership",
243
+ "code": "admin",
244
+ "base": ["ProjectMembership"],
245
+ "type": "token",
246
+ "expression": "ProjectMembership.admin"
247
+ }
248
+ },
232
249
  {
233
250
  "fullUrl": "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
234
251
  "resource": {
@@ -1369,6 +1386,23 @@
1369
1386
  "expression": "Practitioner.qualification.code"
1370
1387
  }
1371
1388
  },
1389
+ {
1390
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Practitioner-davinci-pdex-where-valid",
1391
+ "resource": {
1392
+ "resourceType": "SearchParameter",
1393
+ "id": "Practitioner-davinci-pdex-where-valid",
1394
+ "url": "https://medplum.com/fhir/SearchParameter/Practitioner-davinci-pdex-where-valid",
1395
+ "version": "4.0.1",
1396
+ "name": "davinci-pdex-where-valid",
1397
+ "status": "draft",
1398
+ "publisher": "Medplum",
1399
+ "description": "The jurisdiction(s) where the qualifiction is valid",
1400
+ "code": "qualification-davinci-pdex-where-valid",
1401
+ "base": ["Practitioner"],
1402
+ "type": "token",
1403
+ "expression": "Practitioner.qualification.extension.where(url='http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/practitioner-qualification').extension.where(url='whereValid').value.coding.code"
1404
+ }
1405
+ },
1372
1406
  {
1373
1407
  "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-encounter",
1374
1408
  "resource" : {
@@ -1855,6 +1889,23 @@
1855
1889
  "type": "token",
1856
1890
  "expression": "PackageInstallation.version"
1857
1891
  }
1892
+ },
1893
+ {
1894
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/HealthcareService-offered-in",
1895
+ "resource": {
1896
+ "resourceType": "SearchParameter",
1897
+ "id": "HealthcareService-offered-in",
1898
+ "url": "https://medplum.com/fhir/SearchParameter/HealthcareService-offered-in",
1899
+ "version": "4.0.1",
1900
+ "name": "offered-in",
1901
+ "status": "draft",
1902
+ "publisher": "Medplum",
1903
+ "description": "The service within which this service is offered",
1904
+ "code": "offered-in",
1905
+ "base": ["HealthcareService"],
1906
+ "type": "reference",
1907
+ "expression": "HealthcareService.offeredIn"
1908
+ }
1858
1909
  }
1859
1910
  ]
1860
1911
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "5.1.7",
3
+ "version": "5.1.9",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",