@medplum/definitions 5.0.10 → 5.0.11
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.
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"publisher": "Medplum",
|
|
655
655
|
"description": "Numeric priority order for resource types using http://hl7.org/fhir/ValueSet/request-priority",
|
|
656
656
|
"code": "priority-order",
|
|
657
|
-
"base": ["CommunicationRequest", "MedicationRequest", "RequestGroup", "ServiceRequest", "Task"],
|
|
657
|
+
"base": ["Communication", "CommunicationRequest", "MedicationRequest", "RequestGroup", "ServiceRequest", "Task"],
|
|
658
658
|
"type": "number",
|
|
659
659
|
"expression": "iif(priority = 'stat', 50, iif(priority = 'asap', 40, iif(priority = 'urgent', 30, iif(priority = 'routine', 20, 10))))"
|
|
660
660
|
}
|
|
@@ -1666,6 +1666,57 @@
|
|
|
1666
1666
|
"type": "token",
|
|
1667
1667
|
"expression": "ServiceRequest.reasonCode"
|
|
1668
1668
|
}
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/ActivityDefinition-code",
|
|
1672
|
+
"resource": {
|
|
1673
|
+
"resourceType": "SearchParameter",
|
|
1674
|
+
"id": "ActivityDefinition-code",
|
|
1675
|
+
"url": "https://medplum.com/fhir/SearchParameter/ActivityDefinition-code",
|
|
1676
|
+
"version": "4.0.1",
|
|
1677
|
+
"name": "code",
|
|
1678
|
+
"status": "draft",
|
|
1679
|
+
"publisher": "Medplum",
|
|
1680
|
+
"description": "The code(s) described by this ActivityDefinition",
|
|
1681
|
+
"code": "code",
|
|
1682
|
+
"base": ["ActivityDefinition"],
|
|
1683
|
+
"type": "token",
|
|
1684
|
+
"expression": "ActivityDefinition.code"
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Communication-priority",
|
|
1689
|
+
"resource": {
|
|
1690
|
+
"resourceType": "SearchParameter",
|
|
1691
|
+
"id": "Communication-priority",
|
|
1692
|
+
"url": "https://medplum.com/fhir/SearchParameter/Communication-priority",
|
|
1693
|
+
"version": "4.0.1",
|
|
1694
|
+
"name": "priority",
|
|
1695
|
+
"status": "draft",
|
|
1696
|
+
"publisher": "Medplum",
|
|
1697
|
+
"description": "The priority of this Communication",
|
|
1698
|
+
"code": "priority",
|
|
1699
|
+
"base": ["Communication"],
|
|
1700
|
+
"type": "token",
|
|
1701
|
+
"expression": "Communication.priority"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-active",
|
|
1706
|
+
"resource": {
|
|
1707
|
+
"resourceType": "SearchParameter",
|
|
1708
|
+
"id": "ProjectMembership-active",
|
|
1709
|
+
"url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-active",
|
|
1710
|
+
"version": "4.0.1",
|
|
1711
|
+
"name": "active",
|
|
1712
|
+
"status": "draft",
|
|
1713
|
+
"publisher": "Medplum",
|
|
1714
|
+
"description": "If this ProjectMembership is active",
|
|
1715
|
+
"code": "active",
|
|
1716
|
+
"base": ["ProjectMembership"],
|
|
1717
|
+
"type": "token",
|
|
1718
|
+
"expression": "ProjectMembership.active"
|
|
1719
|
+
}
|
|
1669
1720
|
}
|
|
1670
1721
|
]
|
|
1671
1722
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.11",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dist/fhir"
|
|
50
50
|
],
|
|
51
51
|
"scripts": {
|
|
52
|
-
"api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.ts && cp dist/types.d.ts dist/esm/index.d.ts",
|
|
52
|
+
"api-extractor": "api-extractor run --local && shx cp dist/types.d.ts dist/cjs/index.d.ts && shx cp dist/types.d.ts dist/esm/index.d.ts",
|
|
53
53
|
"build": "npm run clean && tsc && node build.mjs && npm run api-extractor",
|
|
54
54
|
"clean": "rimraf dist",
|
|
55
55
|
"lint": "eslint .",
|