@medplum/definitions 5.1.34 → 5.1.36
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.
|
@@ -2404,6 +2404,24 @@
|
|
|
2404
2404
|
"type": "string",
|
|
2405
2405
|
"expression": "DicomInstance.instanceNumber"
|
|
2406
2406
|
}
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/PractitionerRole-davinci-pdex-network",
|
|
2410
|
+
"resource": {
|
|
2411
|
+
"resourceType": "SearchParameter",
|
|
2412
|
+
"id": "PractitionerRole-davinci-pdex-network",
|
|
2413
|
+
"url": "https://medplum.com/fhir/SearchParameter/PractitionerRole-davinci-pdex-network",
|
|
2414
|
+
"version": "4.0.1",
|
|
2415
|
+
"name": "davinci-pdex-network",
|
|
2416
|
+
"status": "draft",
|
|
2417
|
+
"publisher": "Medplum",
|
|
2418
|
+
"description": "Select roles where the practitioner is a member of the specified health insurance provider network",
|
|
2419
|
+
"code": "network",
|
|
2420
|
+
"base": ["PractitionerRole"],
|
|
2421
|
+
"type": "reference",
|
|
2422
|
+
"target": ["Organization"],
|
|
2423
|
+
"expression": "PractitionerRole.extension.where(url='http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/network-reference').value"
|
|
2424
|
+
}
|
|
2407
2425
|
}
|
|
2408
2426
|
]
|
|
2409
2427
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.36",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"node": "^22.18.0 || >=24.2.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@medplum/fhirtypes": "5.1.
|
|
63
|
+
"@medplum/fhirtypes": "5.1.36"
|
|
64
64
|
}
|
|
65
65
|
}
|