@medplum/definitions 5.1.11 → 5.1.12
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.
|
@@ -61406,6 +61406,7 @@
|
|
|
61406
61406
|
"items": {
|
|
61407
61407
|
"enum": [
|
|
61408
61408
|
"ai",
|
|
61409
|
+
"ai-realtime",
|
|
61409
61410
|
"aws-comprehend",
|
|
61410
61411
|
"aws-textract",
|
|
61411
61412
|
"bots",
|
|
@@ -61413,9 +61414,12 @@
|
|
|
61413
61414
|
"email",
|
|
61414
61415
|
"google-auth-required",
|
|
61415
61416
|
"graphql-introspection",
|
|
61417
|
+
"scheduling",
|
|
61416
61418
|
"websocket-subscriptions",
|
|
61417
61419
|
"transaction-bundles",
|
|
61418
|
-
"validate-terminology"
|
|
61420
|
+
"validate-terminology",
|
|
61421
|
+
"range-search",
|
|
61422
|
+
"log-streaming"
|
|
61419
61423
|
]
|
|
61420
61424
|
},
|
|
61421
61425
|
"type": "array"
|
|
@@ -61933,6 +61937,20 @@
|
|
|
61933
61937
|
},
|
|
61934
61938
|
"type": "array"
|
|
61935
61939
|
},
|
|
61940
|
+
"grantType": {
|
|
61941
|
+
"description": "Optional OAuth grant type for the client application. This specifies the allowed grant types for the client application.",
|
|
61942
|
+
"items": {
|
|
61943
|
+
"$ref": "#/definitions/string"
|
|
61944
|
+
},
|
|
61945
|
+
"type": "array"
|
|
61946
|
+
},
|
|
61947
|
+
"responseType": {
|
|
61948
|
+
"description": "Optional OAuth response type for the client application. This specifies the allowed response types for the client application.",
|
|
61949
|
+
"items": {
|
|
61950
|
+
"$ref": "#/definitions/string"
|
|
61951
|
+
},
|
|
61952
|
+
"type": "array"
|
|
61953
|
+
},
|
|
61936
61954
|
"defaultScope": {
|
|
61937
61955
|
"description": "Optional default OAuth scope for the client application. This scope is used when the client application does not specify a scope in the authorization request.",
|
|
61938
61956
|
"items": {
|
|
@@ -62141,9 +62159,14 @@
|
|
|
62141
62159
|
"execute",
|
|
62142
62160
|
"external",
|
|
62143
62161
|
"google",
|
|
62144
|
-
"password"
|
|
62162
|
+
"password",
|
|
62163
|
+
"pre-authorized"
|
|
62145
62164
|
]
|
|
62146
62165
|
},
|
|
62166
|
+
"preAuthorizedCodeHash": {
|
|
62167
|
+
"description": "The hash of the pre-authorized code used to obtain OAuth Pre-Authorized Code Grant.",
|
|
62168
|
+
"$ref": "#/definitions/code"
|
|
62169
|
+
},
|
|
62147
62170
|
"authTime": {
|
|
62148
62171
|
"description": "Time when the End-User authentication occurred.",
|
|
62149
62172
|
"$ref": "#/definitions/instant"
|
|
@@ -62179,6 +62202,10 @@
|
|
|
62179
62202
|
"description": "Whether the user has verified using multi-factor authentication (MFA). This will only be set is the user has MFA enabled (see User.mfaEnrolled).",
|
|
62180
62203
|
"$ref": "#/definitions/boolean"
|
|
62181
62204
|
},
|
|
62205
|
+
"expiresAt": {
|
|
62206
|
+
"description": "The time at which a token will expire for this login.",
|
|
62207
|
+
"$ref": "#/definitions/instant"
|
|
62208
|
+
},
|
|
62182
62209
|
"granted": {
|
|
62183
62210
|
"description": "Whether a token has been granted for this login.",
|
|
62184
62211
|
"$ref": "#/definitions/boolean"
|
|
@@ -1049,6 +1049,36 @@
|
|
|
1049
1049
|
"max" : "*"
|
|
1050
1050
|
}
|
|
1051
1051
|
},
|
|
1052
|
+
{
|
|
1053
|
+
"id" : "ClientApplication.grantType",
|
|
1054
|
+
"path" : "ClientApplication.grantType",
|
|
1055
|
+
"definition" : "Optional OAuth grant type for the client application. This specifies the allowed grant types for the client application.",
|
|
1056
|
+
"min" : 0,
|
|
1057
|
+
"max" : "*",
|
|
1058
|
+
"type" : [{
|
|
1059
|
+
"code" : "string"
|
|
1060
|
+
}],
|
|
1061
|
+
"base": {
|
|
1062
|
+
"path" : "ClientApplication.grantType",
|
|
1063
|
+
"min" : 0,
|
|
1064
|
+
"max" : "*"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id" : "ClientApplication.responseType",
|
|
1069
|
+
"path" : "ClientApplication.responseType",
|
|
1070
|
+
"definition" : "Optional OAuth response type for the client application. This specifies the allowed response types for the client application.",
|
|
1071
|
+
"min" : 0,
|
|
1072
|
+
"max" : "*",
|
|
1073
|
+
"type" : [{
|
|
1074
|
+
"code" : "string"
|
|
1075
|
+
}],
|
|
1076
|
+
"base": {
|
|
1077
|
+
"path" : "ClientApplication.responseType",
|
|
1078
|
+
"min" : 0,
|
|
1079
|
+
"max" : "*"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1052
1082
|
{
|
|
1053
1083
|
"id" : "ClientApplication.defaultScope",
|
|
1054
1084
|
"path" : "ClientApplication.defaultScope",
|
|
@@ -2682,6 +2712,21 @@
|
|
|
2682
2712
|
"valueSet" : "https://medplum.com/fhir/ValueSet/login-auth-method|4.0.1"
|
|
2683
2713
|
}
|
|
2684
2714
|
},
|
|
2715
|
+
{
|
|
2716
|
+
"id" : "Login.preAuthorizedCodeHash",
|
|
2717
|
+
"path" : "Login.preAuthorizedCodeHash",
|
|
2718
|
+
"definition" : "The hash of the pre-authorized code used to obtain OAuth Pre-Authorized Code Grant.",
|
|
2719
|
+
"min" : 0,
|
|
2720
|
+
"max" : "1",
|
|
2721
|
+
"type" : [{
|
|
2722
|
+
"code" : "code"
|
|
2723
|
+
}],
|
|
2724
|
+
"base" : {
|
|
2725
|
+
"path" : "Login.preAuthorizedCodeHash",
|
|
2726
|
+
"min" : 0,
|
|
2727
|
+
"max" : "1"
|
|
2728
|
+
}
|
|
2729
|
+
},
|
|
2685
2730
|
{
|
|
2686
2731
|
"id" : "Login.authTime",
|
|
2687
2732
|
"path" : "Login.authTime",
|
|
@@ -2806,6 +2851,21 @@
|
|
|
2806
2851
|
"max" : "1"
|
|
2807
2852
|
}
|
|
2808
2853
|
},
|
|
2854
|
+
{
|
|
2855
|
+
"id" : "Login.expiresAt",
|
|
2856
|
+
"path" : "Login.expiresAt",
|
|
2857
|
+
"definition" : "The time at which a token will expire for this login.",
|
|
2858
|
+
"min" : 0,
|
|
2859
|
+
"max" : "1",
|
|
2860
|
+
"type" : [{
|
|
2861
|
+
"code" : "instant"
|
|
2862
|
+
}],
|
|
2863
|
+
"base" : {
|
|
2864
|
+
"path" : "Login.expiresAt",
|
|
2865
|
+
"min" : 0,
|
|
2866
|
+
"max" : "1"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2809
2869
|
{
|
|
2810
2870
|
"id" : "Login.granted",
|
|
2811
2871
|
"path" : "Login.granted",
|
|
@@ -55,6 +55,23 @@
|
|
|
55
55
|
"target": ["User"]
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
+
{
|
|
59
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Project-features",
|
|
60
|
+
"resource": {
|
|
61
|
+
"resourceType": "SearchParameter",
|
|
62
|
+
"id": "Project-features",
|
|
63
|
+
"url": "https://medplum.com/fhir/SearchParameter/Project-features",
|
|
64
|
+
"version": "4.0.1",
|
|
65
|
+
"name": "features",
|
|
66
|
+
"status": "draft",
|
|
67
|
+
"publisher": "Medplum",
|
|
68
|
+
"description": "The features of the project",
|
|
69
|
+
"code": "features",
|
|
70
|
+
"base": ["Project"],
|
|
71
|
+
"type": "token",
|
|
72
|
+
"expression": "Project.features"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
58
75
|
{
|
|
59
76
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
|
|
60
77
|
"resource": {
|
|
@@ -367,6 +384,23 @@
|
|
|
367
384
|
"target": ["Bot", "ClientApplication", "User"]
|
|
368
385
|
}
|
|
369
386
|
},
|
|
387
|
+
{
|
|
388
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Login-pre-authorized-code-hash",
|
|
389
|
+
"resource": {
|
|
390
|
+
"resourceType": "SearchParameter",
|
|
391
|
+
"id": "Login-pre-authorized-code-hash",
|
|
392
|
+
"url": "https://medplum.com/fhir/SearchParameter/Login-pre-authorized-code-hash",
|
|
393
|
+
"version": "4.0.1",
|
|
394
|
+
"name": "pre-authorized-code-hash",
|
|
395
|
+
"status": "draft",
|
|
396
|
+
"publisher": "Medplum",
|
|
397
|
+
"description": "The pre-authorized code hash of the login",
|
|
398
|
+
"code": "pre-authorized-code-hash",
|
|
399
|
+
"base": ["Login"],
|
|
400
|
+
"type": "token",
|
|
401
|
+
"expression": "Login.preAuthorizedCodeHash"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
370
404
|
{
|
|
371
405
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/Login-code",
|
|
372
406
|
"resource": {
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"code" : "context",
|
|
870
870
|
"base" : ["ActivityDefinition"],
|
|
871
871
|
"type" : "token",
|
|
872
|
-
"expression" : "(ActivityDefinition.useContext.value
|
|
872
|
+
"expression" : "(ActivityDefinition.useContext.value.ofType(CodeableConcept))",
|
|
873
873
|
"xpath" : "f:ActivityDefinition/f:useContext/f:valueCodeableConcept",
|
|
874
874
|
"xpathUsage" : "normal"
|
|
875
875
|
}
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"code" : "context-quantity",
|
|
907
907
|
"base" : ["ActivityDefinition"],
|
|
908
908
|
"type" : "quantity",
|
|
909
|
-
"expression" : "(ActivityDefinition.useContext.value
|
|
909
|
+
"expression" : "(ActivityDefinition.useContext.value.ofType(Quantity)) | (ActivityDefinition.useContext.value.ofType(Range))",
|
|
910
910
|
"xpath" : "f:ActivityDefinition/f:useContext/f:valueQuantity | f:ActivityDefinition/f:useContext/f:valueRange",
|
|
911
911
|
"xpathUsage" : "normal",
|
|
912
912
|
"comparator" : ["eq",
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
},
|
|
2189
2189
|
{
|
|
2190
2190
|
"definition" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity",
|
|
2191
|
-
"expression" : "value.
|
|
2191
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
2192
2192
|
}]
|
|
2193
2193
|
}
|
|
2194
2194
|
},
|
|
@@ -2233,7 +2233,7 @@
|
|
|
2233
2233
|
},
|
|
2234
2234
|
{
|
|
2235
2235
|
"definition" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context",
|
|
2236
|
-
"expression" : "value.
|
|
2236
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
2237
2237
|
}]
|
|
2238
2238
|
}
|
|
2239
2239
|
},
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
"Procedure",
|
|
2869
2869
|
"ServiceRequest"],
|
|
2870
2870
|
"type" : "token",
|
|
2871
|
-
"expression" : "AllergyIntolerance.code | AllergyIntolerance.reaction.substance | Condition.code | (DeviceRequest.code
|
|
2871
|
+
"expression" : "AllergyIntolerance.code | AllergyIntolerance.reaction.substance | Condition.code | (DeviceRequest.code.ofType(CodeableConcept)) | DiagnosticReport.code | FamilyMemberHistory.condition.code | List.code | Medication.code | (MedicationAdministration.medication.ofType(CodeableConcept)) | (MedicationDispense.medication.ofType(CodeableConcept)) | (MedicationRequest.medication.ofType(CodeableConcept)) | (MedicationStatement.medication.ofType(CodeableConcept)) | Observation.code | Procedure.code | ServiceRequest.code",
|
|
2872
2872
|
"xpath" : "f:AllergyIntolerance/f:code | f:AllergyIntolerance/f:reaction/f:substance | f:Condition/f:code | f:DeviceRequest/f:codeCodeableConcept | f:DiagnosticReport/f:code | f:FamilyMemberHistory/f:condition/f:code | f:List/f:code | f:Medication/f:code | f:MedicationAdministration/f:medicationCodeableConcept | f:MedicationDispense/f:medicationCodeableConcept | f:MedicationRequest/f:medicationCodeableConcept | f:MedicationStatement/f:medicationCodeableConcept | f:Observation/f:code | f:Procedure/f:code | f:ServiceRequest/f:code",
|
|
2873
2873
|
"xpathUsage" : "normal"
|
|
2874
2874
|
}
|
|
@@ -2958,7 +2958,7 @@
|
|
|
2958
2958
|
"RiskAssessment",
|
|
2959
2959
|
"SupplyRequest"],
|
|
2960
2960
|
"type" : "date",
|
|
2961
|
-
"expression" : "AllergyIntolerance.recordedDate | CarePlan.period | CareTeam.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.period | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | Immunization.occurrence | List.date | Observation.effective | Procedure.performed | (RiskAssessment.occurrence
|
|
2961
|
+
"expression" : "AllergyIntolerance.recordedDate | CarePlan.period | CareTeam.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.period | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | Immunization.occurrence | List.date | Observation.effective | Procedure.performed | (RiskAssessment.occurrence.ofType(dateTime)) | SupplyRequest.authoredOn",
|
|
2962
2962
|
"xpath" : "f:AllergyIntolerance/f:recordedDate | f:CarePlan/f:period | f:CareTeam/f:period | f:ClinicalImpression/f:date | f:Composition/f:date | f:Consent/f:dateTime | f:DiagnosticReport/f:effectiveDateTime | f:DiagnosticReport/f:effectivePeriod | f:Encounter/f:period | f:EpisodeOfCare/f:period | f:FamilyMemberHistory/f:date | f:Flag/f:period | f:Immunization/f:occurrenceDateTime | f:Immunization/f:occurrenceString | f:List/f:date | f:Observation/f:effectiveDateTime | f:Observation/f:effectivePeriod | f:Observation/f:effectiveTiming | f:Observation/f:effectiveInstant | f:Procedure/f:performedDateTime | f:Procedure/f:performedPeriod | f:Procedure/f:performedString | f:Procedure/f:performedAge | f:Procedure/f:performedRange | f:RiskAssessment/f:occurrenceDateTime | f:SupplyRequest/f:authoredOn",
|
|
2963
2963
|
"xpathUsage" : "normal",
|
|
2964
2964
|
"comparator" : ["eq",
|
|
@@ -6104,7 +6104,7 @@
|
|
|
6104
6104
|
"TerminologyCapabilities",
|
|
6105
6105
|
"ValueSet"],
|
|
6106
6106
|
"type" : "token",
|
|
6107
|
-
"expression" : "(CapabilityStatement.useContext.value
|
|
6107
|
+
"expression" : "(CapabilityStatement.useContext.value.ofType(CodeableConcept)) | (CodeSystem.useContext.value.ofType(CodeableConcept)) | (CompartmentDefinition.useContext.value.ofType(CodeableConcept)) | (ConceptMap.useContext.value.ofType(CodeableConcept)) | (GraphDefinition.useContext.value.ofType(CodeableConcept)) | (ImplementationGuide.useContext.value.ofType(CodeableConcept)) | (MessageDefinition.useContext.value.ofType(CodeableConcept)) | (NamingSystem.useContext.value.ofType(CodeableConcept)) | (OperationDefinition.useContext.value.ofType(CodeableConcept)) | (SearchParameter.useContext.value.ofType(CodeableConcept)) | (StructureDefinition.useContext.value.ofType(CodeableConcept)) | (StructureMap.useContext.value.ofType(CodeableConcept)) | (TerminologyCapabilities.useContext.value.ofType(CodeableConcept)) | (ValueSet.useContext.value.ofType(CodeableConcept))",
|
|
6108
6108
|
"xpath" : "f:CapabilityStatement/f:useContext/f:valueCodeableConcept | f:CodeSystem/f:useContext/f:valueCodeableConcept | f:CompartmentDefinition/f:useContext/f:valueCodeableConcept | f:ConceptMap/f:useContext/f:valueCodeableConcept | f:GraphDefinition/f:useContext/f:valueCodeableConcept | f:ImplementationGuide/f:useContext/f:valueCodeableConcept | f:MessageDefinition/f:useContext/f:valueCodeableConcept | f:NamingSystem/f:useContext/f:valueCodeableConcept | f:OperationDefinition/f:useContext/f:valueCodeableConcept | f:SearchParameter/f:useContext/f:valueCodeableConcept | f:StructureDefinition/f:useContext/f:valueCodeableConcept | f:StructureMap/f:useContext/f:valueCodeableConcept | f:TerminologyCapabilities/f:useContext/f:valueCodeableConcept | f:ValueSet/f:useContext/f:valueCodeableConcept",
|
|
6109
6109
|
"xpathUsage" : "normal"
|
|
6110
6110
|
}
|
|
@@ -6154,7 +6154,7 @@
|
|
|
6154
6154
|
"TerminologyCapabilities",
|
|
6155
6155
|
"ValueSet"],
|
|
6156
6156
|
"type" : "quantity",
|
|
6157
|
-
"expression" : "(CapabilityStatement.useContext.value
|
|
6157
|
+
"expression" : "(CapabilityStatement.useContext.value.ofType(Quantity)) | (CapabilityStatement.useContext.value.ofType(Range)) | (CodeSystem.useContext.value.ofType(Quantity)) | (CodeSystem.useContext.value.ofType(Range)) | (CompartmentDefinition.useContext.value.ofType(Quantity)) | (CompartmentDefinition.useContext.value.ofType(Range)) | (ConceptMap.useContext.value.ofType(Quantity)) | (ConceptMap.useContext.value.ofType(Range)) | (GraphDefinition.useContext.value.ofType(Quantity)) | (GraphDefinition.useContext.value.ofType(Range)) | (ImplementationGuide.useContext.value.ofType(Quantity)) | (ImplementationGuide.useContext.value.ofType(Range)) | (MessageDefinition.useContext.value.ofType(Quantity)) | (MessageDefinition.useContext.value.ofType(Range)) | (NamingSystem.useContext.value.ofType(Quantity)) | (NamingSystem.useContext.value.ofType(Range)) | (OperationDefinition.useContext.value.ofType(Quantity)) | (OperationDefinition.useContext.value.ofType(Range)) | (SearchParameter.useContext.value.ofType(Quantity)) | (SearchParameter.useContext.value.ofType(Range)) | (StructureDefinition.useContext.value.ofType(Quantity)) | (StructureDefinition.useContext.value.ofType(Range)) | (StructureMap.useContext.value.ofType(Quantity)) | (StructureMap.useContext.value.ofType(Range)) | (TerminologyCapabilities.useContext.value.ofType(Quantity)) | (TerminologyCapabilities.useContext.value.ofType(Range)) | (ValueSet.useContext.value.ofType(Quantity)) | (ValueSet.useContext.value.ofType(Range))",
|
|
6158
6158
|
"xpath" : "f:CapabilityStatement/f:useContext/f:valueQuantity | f:CapabilityStatement/f:useContext/f:valueRange | f:CodeSystem/f:useContext/f:valueQuantity | f:CodeSystem/f:useContext/f:valueRange | f:CompartmentDefinition/f:useContext/f:valueQuantity | f:CompartmentDefinition/f:useContext/f:valueRange | f:ConceptMap/f:useContext/f:valueQuantity | f:ConceptMap/f:useContext/f:valueRange | f:GraphDefinition/f:useContext/f:valueQuantity | f:GraphDefinition/f:useContext/f:valueRange | f:ImplementationGuide/f:useContext/f:valueQuantity | f:ImplementationGuide/f:useContext/f:valueRange | f:MessageDefinition/f:useContext/f:valueQuantity | f:MessageDefinition/f:useContext/f:valueRange | f:NamingSystem/f:useContext/f:valueQuantity | f:NamingSystem/f:useContext/f:valueRange | f:OperationDefinition/f:useContext/f:valueQuantity | f:OperationDefinition/f:useContext/f:valueRange | f:SearchParameter/f:useContext/f:valueQuantity | f:SearchParameter/f:useContext/f:valueRange | f:StructureDefinition/f:useContext/f:valueQuantity | f:StructureDefinition/f:useContext/f:valueRange | f:StructureMap/f:useContext/f:valueQuantity | f:StructureMap/f:useContext/f:valueRange | f:TerminologyCapabilities/f:useContext/f:valueQuantity | f:TerminologyCapabilities/f:useContext/f:valueRange | f:ValueSet/f:useContext/f:valueQuantity | f:ValueSet/f:useContext/f:valueRange",
|
|
6159
6159
|
"xpathUsage" : "normal",
|
|
6160
6160
|
"comparator" : ["eq",
|
|
@@ -7060,7 +7060,7 @@
|
|
|
7060
7060
|
},
|
|
7061
7061
|
{
|
|
7062
7062
|
"definition" : "http://hl7.org/fhir/SearchParameter/conformance-context-quantity",
|
|
7063
|
-
"expression" : "value.
|
|
7063
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
7064
7064
|
}]
|
|
7065
7065
|
}
|
|
7066
7066
|
},
|
|
@@ -7118,7 +7118,7 @@
|
|
|
7118
7118
|
},
|
|
7119
7119
|
{
|
|
7120
7120
|
"definition" : "http://hl7.org/fhir/SearchParameter/conformance-context",
|
|
7121
|
-
"expression" : "value.
|
|
7121
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
7122
7122
|
}]
|
|
7123
7123
|
}
|
|
7124
7124
|
},
|
|
@@ -8720,7 +8720,7 @@
|
|
|
8720
8720
|
"code" : "context",
|
|
8721
8721
|
"base" : ["ChargeItemDefinition"],
|
|
8722
8722
|
"type" : "token",
|
|
8723
|
-
"expression" : "(ChargeItemDefinition.useContext.value
|
|
8723
|
+
"expression" : "(ChargeItemDefinition.useContext.value.ofType(CodeableConcept))",
|
|
8724
8724
|
"xpath" : "f:ChargeItemDefinition/f:useContext/f:valueCodeableConcept",
|
|
8725
8725
|
"xpathUsage" : "normal"
|
|
8726
8726
|
}
|
|
@@ -8757,7 +8757,7 @@
|
|
|
8757
8757
|
"code" : "context-quantity",
|
|
8758
8758
|
"base" : ["ChargeItemDefinition"],
|
|
8759
8759
|
"type" : "quantity",
|
|
8760
|
-
"expression" : "(ChargeItemDefinition.useContext.value
|
|
8760
|
+
"expression" : "(ChargeItemDefinition.useContext.value.ofType(Quantity)) | (ChargeItemDefinition.useContext.value.ofType(Range))",
|
|
8761
8761
|
"xpath" : "f:ChargeItemDefinition/f:useContext/f:valueQuantity | f:ChargeItemDefinition/f:useContext/f:valueRange",
|
|
8762
8762
|
"xpathUsage" : "normal",
|
|
8763
8763
|
"comparator" : ["eq",
|
|
@@ -9237,7 +9237,7 @@
|
|
|
9237
9237
|
},
|
|
9238
9238
|
{
|
|
9239
9239
|
"definition" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity",
|
|
9240
|
-
"expression" : "value.
|
|
9240
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
9241
9241
|
}]
|
|
9242
9242
|
}
|
|
9243
9243
|
},
|
|
@@ -9282,7 +9282,7 @@
|
|
|
9282
9282
|
},
|
|
9283
9283
|
{
|
|
9284
9284
|
"definition" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context",
|
|
9285
|
-
"expression" : "value.
|
|
9285
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
9286
9286
|
}]
|
|
9287
9287
|
}
|
|
9288
9288
|
},
|
|
@@ -12508,7 +12508,7 @@
|
|
|
12508
12508
|
"code" : "occurrence",
|
|
12509
12509
|
"base" : ["CommunicationRequest"],
|
|
12510
12510
|
"type" : "date",
|
|
12511
|
-
"expression" : "(CommunicationRequest.occurrence
|
|
12511
|
+
"expression" : "(CommunicationRequest.occurrence.ofType(dateTime))",
|
|
12512
12512
|
"xpath" : "f:CommunicationRequest/f:occurrenceDateTime",
|
|
12513
12513
|
"xpathUsage" : "normal",
|
|
12514
12514
|
"comparator" : ["eq",
|
|
@@ -13424,7 +13424,7 @@
|
|
|
13424
13424
|
"code" : "related-id",
|
|
13425
13425
|
"base" : ["Composition"],
|
|
13426
13426
|
"type" : "token",
|
|
13427
|
-
"expression" : "(Composition.relatesTo.target
|
|
13427
|
+
"expression" : "(Composition.relatesTo.target.ofType(Identifier))",
|
|
13428
13428
|
"xpath" : "f:Composition/f:relatesTo/f:targetIdentifier",
|
|
13429
13429
|
"xpathUsage" : "normal"
|
|
13430
13430
|
}
|
|
@@ -13461,7 +13461,7 @@
|
|
|
13461
13461
|
"code" : "related-ref",
|
|
13462
13462
|
"base" : ["Composition"],
|
|
13463
13463
|
"type" : "reference",
|
|
13464
|
-
"expression" : "(Composition.relatesTo.target
|
|
13464
|
+
"expression" : "(Composition.relatesTo.target.ofType(Reference))",
|
|
13465
13465
|
"xpath" : "f:Composition/f:relatesTo/f:targetReference",
|
|
13466
13466
|
"xpathUsage" : "normal",
|
|
13467
13467
|
"target" : ["Composition"]
|
|
@@ -13904,7 +13904,7 @@
|
|
|
13904
13904
|
"code" : "source",
|
|
13905
13905
|
"base" : ["ConceptMap"],
|
|
13906
13906
|
"type" : "reference",
|
|
13907
|
-
"expression" : "(ConceptMap.source
|
|
13907
|
+
"expression" : "(ConceptMap.source.ofType(canonical))",
|
|
13908
13908
|
"xpath" : "f:ConceptMap/f:sourceCanonical",
|
|
13909
13909
|
"xpathUsage" : "normal",
|
|
13910
13910
|
"target" : ["ValueSet"]
|
|
@@ -14016,7 +14016,7 @@
|
|
|
14016
14016
|
"code" : "source-uri",
|
|
14017
14017
|
"base" : ["ConceptMap"],
|
|
14018
14018
|
"type" : "reference",
|
|
14019
|
-
"expression" : "(ConceptMap.source
|
|
14019
|
+
"expression" : "(ConceptMap.source.ofType(uri))",
|
|
14020
14020
|
"xpath" : "f:ConceptMap/f:sourceUri",
|
|
14021
14021
|
"xpathUsage" : "normal",
|
|
14022
14022
|
"target" : ["ValueSet"]
|
|
@@ -14054,7 +14054,7 @@
|
|
|
14054
14054
|
"code" : "target",
|
|
14055
14055
|
"base" : ["ConceptMap"],
|
|
14056
14056
|
"type" : "reference",
|
|
14057
|
-
"expression" : "(ConceptMap.target
|
|
14057
|
+
"expression" : "(ConceptMap.target.ofType(canonical))",
|
|
14058
14058
|
"xpath" : "f:ConceptMap/f:targetCanonical",
|
|
14059
14059
|
"xpathUsage" : "normal",
|
|
14060
14060
|
"target" : ["ValueSet"]
|
|
@@ -14166,7 +14166,7 @@
|
|
|
14166
14166
|
"code" : "target-uri",
|
|
14167
14167
|
"base" : ["ConceptMap"],
|
|
14168
14168
|
"type" : "reference",
|
|
14169
|
-
"expression" : "(ConceptMap.target
|
|
14169
|
+
"expression" : "(ConceptMap.target.ofType(uri))",
|
|
14170
14170
|
"xpath" : "f:ConceptMap/f:targetUri",
|
|
14171
14171
|
"xpathUsage" : "normal",
|
|
14172
14172
|
"target" : ["ValueSet"]
|
|
@@ -14204,7 +14204,7 @@
|
|
|
14204
14204
|
"code" : "abatement-age",
|
|
14205
14205
|
"base" : ["Condition"],
|
|
14206
14206
|
"type" : "quantity",
|
|
14207
|
-
"expression" : "Condition.abatement.
|
|
14207
|
+
"expression" : "Condition.abatement.ofType(Age) | Condition.abatement.ofType(Range)",
|
|
14208
14208
|
"xpath" : "f:Condition/f:abatementAge | f:Condition/f:abatementRange",
|
|
14209
14209
|
"xpathUsage" : "normal",
|
|
14210
14210
|
"comparator" : ["eq",
|
|
@@ -14250,7 +14250,7 @@
|
|
|
14250
14250
|
"code" : "abatement-date",
|
|
14251
14251
|
"base" : ["Condition"],
|
|
14252
14252
|
"type" : "date",
|
|
14253
|
-
"expression" : "Condition.abatement.
|
|
14253
|
+
"expression" : "Condition.abatement.ofType(dateTime) | Condition.abatement.ofType(Period)",
|
|
14254
14254
|
"xpath" : "f:Condition/f:abatementDateTime | f:Condition/f:abatementPeriod",
|
|
14255
14255
|
"xpathUsage" : "normal",
|
|
14256
14256
|
"comparator" : ["eq",
|
|
@@ -14296,7 +14296,7 @@
|
|
|
14296
14296
|
"code" : "abatement-string",
|
|
14297
14297
|
"base" : ["Condition"],
|
|
14298
14298
|
"type" : "string",
|
|
14299
|
-
"expression" : "Condition.abatement.
|
|
14299
|
+
"expression" : "Condition.abatement.ofType(string)",
|
|
14300
14300
|
"xpath" : "f:Condition/f:abatementString",
|
|
14301
14301
|
"xpathUsage" : "normal"
|
|
14302
14302
|
}
|
|
@@ -14742,7 +14742,7 @@
|
|
|
14742
14742
|
"code" : "onset-age",
|
|
14743
14743
|
"base" : ["Condition"],
|
|
14744
14744
|
"type" : "quantity",
|
|
14745
|
-
"expression" : "Condition.onset.
|
|
14745
|
+
"expression" : "Condition.onset.ofType(Age) | Condition.onset.ofType(Range)",
|
|
14746
14746
|
"xpath" : "f:Condition/f:onsetAge | f:Condition/f:onsetRange",
|
|
14747
14747
|
"xpathUsage" : "normal",
|
|
14748
14748
|
"comparator" : ["eq",
|
|
@@ -14788,7 +14788,7 @@
|
|
|
14788
14788
|
"code" : "onset-date",
|
|
14789
14789
|
"base" : ["Condition"],
|
|
14790
14790
|
"type" : "date",
|
|
14791
|
-
"expression" : "Condition.onset.
|
|
14791
|
+
"expression" : "Condition.onset.ofType(dateTime) | Condition.onset.ofType(Period)",
|
|
14792
14792
|
"xpath" : "f:Condition/f:onsetDateTime | f:Condition/f:onsetPeriod",
|
|
14793
14793
|
"xpathUsage" : "normal",
|
|
14794
14794
|
"comparator" : ["eq",
|
|
@@ -14834,7 +14834,7 @@
|
|
|
14834
14834
|
"code" : "onset-info",
|
|
14835
14835
|
"base" : ["Condition"],
|
|
14836
14836
|
"type" : "string",
|
|
14837
|
-
"expression" : "Condition.onset.
|
|
14837
|
+
"expression" : "Condition.onset.ofType(string)",
|
|
14838
14838
|
"xpath" : "f:Condition/f:onsetString",
|
|
14839
14839
|
"xpathUsage" : "normal"
|
|
14840
14840
|
}
|
|
@@ -18608,7 +18608,7 @@
|
|
|
18608
18608
|
"code" : "device",
|
|
18609
18609
|
"base" : ["DeviceRequest"],
|
|
18610
18610
|
"type" : "reference",
|
|
18611
|
-
"expression" : "(DeviceRequest.code
|
|
18611
|
+
"expression" : "(DeviceRequest.code.ofType(Reference))",
|
|
18612
18612
|
"xpath" : "f:DeviceRequest/f:codeReference",
|
|
18613
18613
|
"xpathUsage" : "normal",
|
|
18614
18614
|
"target" : ["Device"]
|
|
@@ -18646,7 +18646,7 @@
|
|
|
18646
18646
|
"code" : "event-date",
|
|
18647
18647
|
"base" : ["DeviceRequest"],
|
|
18648
18648
|
"type" : "date",
|
|
18649
|
-
"expression" : "(DeviceRequest.occurrence
|
|
18649
|
+
"expression" : "(DeviceRequest.occurrence.ofType(dateTime)) | (DeviceRequest.occurrence.ofType(Period))",
|
|
18650
18650
|
"xpath" : "f:DeviceRequest/f:occurrenceDateTime | f:DeviceRequest/f:occurrencePeriod",
|
|
18651
18651
|
"xpathUsage" : "normal",
|
|
18652
18652
|
"comparator" : ["eq",
|
|
@@ -21424,7 +21424,7 @@
|
|
|
21424
21424
|
"code" : "context",
|
|
21425
21425
|
"base" : ["EffectEvidenceSynthesis"],
|
|
21426
21426
|
"type" : "token",
|
|
21427
|
-
"expression" : "(EffectEvidenceSynthesis.useContext.value
|
|
21427
|
+
"expression" : "(EffectEvidenceSynthesis.useContext.value.ofType(CodeableConcept))",
|
|
21428
21428
|
"xpath" : "f:EffectEvidenceSynthesis/f:useContext/f:valueCodeableConcept",
|
|
21429
21429
|
"xpathUsage" : "normal"
|
|
21430
21430
|
}
|
|
@@ -21461,7 +21461,7 @@
|
|
|
21461
21461
|
"code" : "context-quantity",
|
|
21462
21462
|
"base" : ["EffectEvidenceSynthesis"],
|
|
21463
21463
|
"type" : "quantity",
|
|
21464
|
-
"expression" : "(EffectEvidenceSynthesis.useContext.value
|
|
21464
|
+
"expression" : "(EffectEvidenceSynthesis.useContext.value.ofType(Quantity)) | (EffectEvidenceSynthesis.useContext.value.ofType(Range))",
|
|
21465
21465
|
"xpath" : "f:EffectEvidenceSynthesis/f:useContext/f:valueQuantity | f:EffectEvidenceSynthesis/f:useContext/f:valueRange",
|
|
21466
21466
|
"xpathUsage" : "normal",
|
|
21467
21467
|
"comparator" : ["eq",
|
|
@@ -21978,7 +21978,7 @@
|
|
|
21978
21978
|
},
|
|
21979
21979
|
{
|
|
21980
21980
|
"definition" : "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-quantity",
|
|
21981
|
-
"expression" : "value.
|
|
21981
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
21982
21982
|
}]
|
|
21983
21983
|
}
|
|
21984
21984
|
},
|
|
@@ -22023,7 +22023,7 @@
|
|
|
22023
22023
|
},
|
|
22024
22024
|
{
|
|
22025
22025
|
"definition" : "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context",
|
|
22026
|
-
"expression" : "value.
|
|
22026
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
22027
22027
|
}]
|
|
22028
22028
|
}
|
|
22029
22029
|
},
|
|
@@ -23655,7 +23655,7 @@
|
|
|
23655
23655
|
"code" : "context",
|
|
23656
23656
|
"base" : ["EventDefinition"],
|
|
23657
23657
|
"type" : "token",
|
|
23658
|
-
"expression" : "(EventDefinition.useContext.value
|
|
23658
|
+
"expression" : "(EventDefinition.useContext.value.ofType(CodeableConcept))",
|
|
23659
23659
|
"xpath" : "f:EventDefinition/f:useContext/f:valueCodeableConcept",
|
|
23660
23660
|
"xpathUsage" : "normal"
|
|
23661
23661
|
}
|
|
@@ -23692,7 +23692,7 @@
|
|
|
23692
23692
|
"code" : "context-quantity",
|
|
23693
23693
|
"base" : ["EventDefinition"],
|
|
23694
23694
|
"type" : "quantity",
|
|
23695
|
-
"expression" : "(EventDefinition.useContext.value
|
|
23695
|
+
"expression" : "(EventDefinition.useContext.value.ofType(Quantity)) | (EventDefinition.useContext.value.ofType(Range))",
|
|
23696
23696
|
"xpath" : "f:EventDefinition/f:useContext/f:valueQuantity | f:EventDefinition/f:useContext/f:valueRange",
|
|
23697
23697
|
"xpathUsage" : "normal",
|
|
23698
23698
|
"comparator" : ["eq",
|
|
@@ -24974,7 +24974,7 @@
|
|
|
24974
24974
|
},
|
|
24975
24975
|
{
|
|
24976
24976
|
"definition" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity",
|
|
24977
|
-
"expression" : "value.
|
|
24977
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
24978
24978
|
}]
|
|
24979
24979
|
}
|
|
24980
24980
|
},
|
|
@@ -25019,7 +25019,7 @@
|
|
|
25019
25019
|
},
|
|
25020
25020
|
{
|
|
25021
25021
|
"definition" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context",
|
|
25022
|
-
"expression" : "value.
|
|
25022
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
25023
25023
|
}]
|
|
25024
25024
|
}
|
|
25025
25025
|
},
|
|
@@ -25237,7 +25237,7 @@
|
|
|
25237
25237
|
"code" : "context",
|
|
25238
25238
|
"base" : ["Evidence"],
|
|
25239
25239
|
"type" : "token",
|
|
25240
|
-
"expression" : "(Evidence.useContext.value
|
|
25240
|
+
"expression" : "(Evidence.useContext.value.ofType(CodeableConcept))",
|
|
25241
25241
|
"xpath" : "f:Evidence/f:useContext/f:valueCodeableConcept",
|
|
25242
25242
|
"xpathUsage" : "normal"
|
|
25243
25243
|
}
|
|
@@ -25274,7 +25274,7 @@
|
|
|
25274
25274
|
"code" : "context-quantity",
|
|
25275
25275
|
"base" : ["Evidence"],
|
|
25276
25276
|
"type" : "quantity",
|
|
25277
|
-
"expression" : "(Evidence.useContext.value
|
|
25277
|
+
"expression" : "(Evidence.useContext.value.ofType(Quantity)) | (Evidence.useContext.value.ofType(Range))",
|
|
25278
25278
|
"xpath" : "f:Evidence/f:useContext/f:valueQuantity | f:Evidence/f:useContext/f:valueRange",
|
|
25279
25279
|
"xpathUsage" : "normal",
|
|
25280
25280
|
"comparator" : ["eq",
|
|
@@ -26556,7 +26556,7 @@
|
|
|
26556
26556
|
},
|
|
26557
26557
|
{
|
|
26558
26558
|
"definition" : "http://hl7.org/fhir/SearchParameter/Evidence-context-quantity",
|
|
26559
|
-
"expression" : "value.
|
|
26559
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
26560
26560
|
}]
|
|
26561
26561
|
}
|
|
26562
26562
|
},
|
|
@@ -26601,7 +26601,7 @@
|
|
|
26601
26601
|
},
|
|
26602
26602
|
{
|
|
26603
26603
|
"definition" : "http://hl7.org/fhir/SearchParameter/Evidence-context",
|
|
26604
|
-
"expression" : "value.
|
|
26604
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
26605
26605
|
}]
|
|
26606
26606
|
}
|
|
26607
26607
|
},
|
|
@@ -26819,7 +26819,7 @@
|
|
|
26819
26819
|
"code" : "context",
|
|
26820
26820
|
"base" : ["EvidenceVariable"],
|
|
26821
26821
|
"type" : "token",
|
|
26822
|
-
"expression" : "(EvidenceVariable.useContext.value
|
|
26822
|
+
"expression" : "(EvidenceVariable.useContext.value.ofType(CodeableConcept))",
|
|
26823
26823
|
"xpath" : "f:EvidenceVariable/f:useContext/f:valueCodeableConcept",
|
|
26824
26824
|
"xpathUsage" : "normal"
|
|
26825
26825
|
}
|
|
@@ -26856,7 +26856,7 @@
|
|
|
26856
26856
|
"code" : "context-quantity",
|
|
26857
26857
|
"base" : ["EvidenceVariable"],
|
|
26858
26858
|
"type" : "quantity",
|
|
26859
|
-
"expression" : "(EvidenceVariable.useContext.value
|
|
26859
|
+
"expression" : "(EvidenceVariable.useContext.value.ofType(Quantity)) | (EvidenceVariable.useContext.value.ofType(Range))",
|
|
26860
26860
|
"xpath" : "f:EvidenceVariable/f:useContext/f:valueQuantity | f:EvidenceVariable/f:useContext/f:valueRange",
|
|
26861
26861
|
"xpathUsage" : "normal",
|
|
26862
26862
|
"comparator" : ["eq",
|
|
@@ -28138,7 +28138,7 @@
|
|
|
28138
28138
|
},
|
|
28139
28139
|
{
|
|
28140
28140
|
"definition" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity",
|
|
28141
|
-
"expression" : "value.
|
|
28141
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
28142
28142
|
}]
|
|
28143
28143
|
}
|
|
28144
28144
|
},
|
|
@@ -28183,7 +28183,7 @@
|
|
|
28183
28183
|
},
|
|
28184
28184
|
{
|
|
28185
28185
|
"definition" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context",
|
|
28186
|
-
"expression" : "value.
|
|
28186
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
28187
28187
|
}]
|
|
28188
28188
|
}
|
|
28189
28189
|
},
|
|
@@ -28219,7 +28219,7 @@
|
|
|
28219
28219
|
"code" : "context",
|
|
28220
28220
|
"base" : ["ExampleScenario"],
|
|
28221
28221
|
"type" : "token",
|
|
28222
|
-
"expression" : "(ExampleScenario.useContext.value
|
|
28222
|
+
"expression" : "(ExampleScenario.useContext.value.ofType(CodeableConcept))",
|
|
28223
28223
|
"xpath" : "f:ExampleScenario/f:useContext/f:valueCodeableConcept",
|
|
28224
28224
|
"xpathUsage" : "normal"
|
|
28225
28225
|
}
|
|
@@ -28256,7 +28256,7 @@
|
|
|
28256
28256
|
"code" : "context-quantity",
|
|
28257
28257
|
"base" : ["ExampleScenario"],
|
|
28258
28258
|
"type" : "quantity",
|
|
28259
|
-
"expression" : "(ExampleScenario.useContext.value
|
|
28259
|
+
"expression" : "(ExampleScenario.useContext.value.ofType(Quantity)) | (ExampleScenario.useContext.value.ofType(Range))",
|
|
28260
28260
|
"xpath" : "f:ExampleScenario/f:useContext/f:valueQuantity | f:ExampleScenario/f:useContext/f:valueRange",
|
|
28261
28261
|
"xpathUsage" : "normal",
|
|
28262
28262
|
"comparator" : ["eq",
|
|
@@ -28653,7 +28653,7 @@
|
|
|
28653
28653
|
},
|
|
28654
28654
|
{
|
|
28655
28655
|
"definition" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity",
|
|
28656
|
-
"expression" : "value.
|
|
28656
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
28657
28657
|
}]
|
|
28658
28658
|
}
|
|
28659
28659
|
},
|
|
@@ -28698,7 +28698,7 @@
|
|
|
28698
28698
|
},
|
|
28699
28699
|
{
|
|
28700
28700
|
"definition" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context",
|
|
28701
|
-
"expression" : "value.
|
|
28701
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
28702
28702
|
}]
|
|
28703
28703
|
}
|
|
28704
28704
|
},
|
|
@@ -29819,7 +29819,7 @@
|
|
|
29819
29819
|
"code" : "start-date",
|
|
29820
29820
|
"base" : ["Goal"],
|
|
29821
29821
|
"type" : "date",
|
|
29822
|
-
"expression" : "(Goal.start
|
|
29822
|
+
"expression" : "(Goal.start.ofType(date))",
|
|
29823
29823
|
"xpath" : "f:Goal/f:startDate",
|
|
29824
29824
|
"xpathUsage" : "normal",
|
|
29825
29825
|
"comparator" : ["eq",
|
|
@@ -29905,7 +29905,7 @@
|
|
|
29905
29905
|
"code" : "target-date",
|
|
29906
29906
|
"base" : ["Goal"],
|
|
29907
29907
|
"type" : "date",
|
|
29908
|
-
"expression" : "(Goal.target.due
|
|
29908
|
+
"expression" : "(Goal.target.due.ofType(date))",
|
|
29909
29909
|
"xpath" : "f:Goal/f:target/f:dueDate",
|
|
29910
29910
|
"xpathUsage" : "normal",
|
|
29911
29911
|
"comparator" : ["eq",
|
|
@@ -30295,7 +30295,7 @@
|
|
|
30295
30295
|
"code" : "value",
|
|
30296
30296
|
"base" : ["Group"],
|
|
30297
30297
|
"type" : "token",
|
|
30298
|
-
"expression" : "(Group.characteristic.value
|
|
30298
|
+
"expression" : "(Group.characteristic.value.ofType(CodeableConcept)) | (Group.characteristic.value.ofType(boolean))",
|
|
30299
30299
|
"xpath" : "f:Group/f:characteristic/f:valueCodeableConcept | f:Group/f:characteristic/f:valueBoolean | f:Group/f:characteristic/f:valueQuantity | f:Group/f:characteristic/f:valueRange | f:Group/f:characteristic/f:valueReference",
|
|
30300
30300
|
"xpathUsage" : "normal"
|
|
30301
30301
|
}
|
|
@@ -34340,7 +34340,7 @@
|
|
|
34340
34340
|
"code" : "context",
|
|
34341
34341
|
"base" : ["Library"],
|
|
34342
34342
|
"type" : "token",
|
|
34343
|
-
"expression" : "(Library.useContext.value
|
|
34343
|
+
"expression" : "(Library.useContext.value.ofType(CodeableConcept))",
|
|
34344
34344
|
"xpath" : "f:Library/f:useContext/f:valueCodeableConcept",
|
|
34345
34345
|
"xpathUsage" : "normal"
|
|
34346
34346
|
}
|
|
@@ -34377,7 +34377,7 @@
|
|
|
34377
34377
|
"code" : "context-quantity",
|
|
34378
34378
|
"base" : ["Library"],
|
|
34379
34379
|
"type" : "quantity",
|
|
34380
|
-
"expression" : "(Library.useContext.value
|
|
34380
|
+
"expression" : "(Library.useContext.value.ofType(Quantity)) | (Library.useContext.value.ofType(Range))",
|
|
34381
34381
|
"xpath" : "f:Library/f:useContext/f:valueQuantity | f:Library/f:useContext/f:valueRange",
|
|
34382
34382
|
"xpathUsage" : "normal",
|
|
34383
34383
|
"comparator" : ["eq",
|
|
@@ -35696,7 +35696,7 @@
|
|
|
35696
35696
|
},
|
|
35697
35697
|
{
|
|
35698
35698
|
"definition" : "http://hl7.org/fhir/SearchParameter/Library-context-quantity",
|
|
35699
|
-
"expression" : "value.
|
|
35699
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
35700
35700
|
}]
|
|
35701
35701
|
}
|
|
35702
35702
|
},
|
|
@@ -35741,7 +35741,7 @@
|
|
|
35741
35741
|
},
|
|
35742
35742
|
{
|
|
35743
35743
|
"definition" : "http://hl7.org/fhir/SearchParameter/Library-context",
|
|
35744
|
-
"expression" : "value.
|
|
35744
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
35745
35745
|
}]
|
|
35746
35746
|
}
|
|
35747
35747
|
},
|
|
@@ -37333,7 +37333,7 @@
|
|
|
37333
37333
|
"code" : "context",
|
|
37334
37334
|
"base" : ["Measure"],
|
|
37335
37335
|
"type" : "token",
|
|
37336
|
-
"expression" : "(Measure.useContext.value
|
|
37336
|
+
"expression" : "(Measure.useContext.value.ofType(CodeableConcept))",
|
|
37337
37337
|
"xpath" : "f:Measure/f:useContext/f:valueCodeableConcept",
|
|
37338
37338
|
"xpathUsage" : "normal"
|
|
37339
37339
|
}
|
|
@@ -37370,7 +37370,7 @@
|
|
|
37370
37370
|
"code" : "context-quantity",
|
|
37371
37371
|
"base" : ["Measure"],
|
|
37372
37372
|
"type" : "quantity",
|
|
37373
|
-
"expression" : "(Measure.useContext.value
|
|
37373
|
+
"expression" : "(Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range))",
|
|
37374
37374
|
"xpath" : "f:Measure/f:useContext/f:valueQuantity | f:Measure/f:useContext/f:valueRange",
|
|
37375
37375
|
"xpathUsage" : "normal",
|
|
37376
37376
|
"comparator" : ["eq",
|
|
@@ -38652,7 +38652,7 @@
|
|
|
38652
38652
|
},
|
|
38653
38653
|
{
|
|
38654
38654
|
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-context-quantity",
|
|
38655
|
-
"expression" : "value.
|
|
38655
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
38656
38656
|
}]
|
|
38657
38657
|
}
|
|
38658
38658
|
},
|
|
@@ -38697,7 +38697,7 @@
|
|
|
38697
38697
|
},
|
|
38698
38698
|
{
|
|
38699
38699
|
"definition" : "http://hl7.org/fhir/SearchParameter/Measure-context",
|
|
38700
|
-
"expression" : "value.
|
|
38700
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
38701
38701
|
}]
|
|
38702
38702
|
}
|
|
38703
38703
|
},
|
|
@@ -39875,7 +39875,7 @@
|
|
|
39875
39875
|
"code" : "ingredient",
|
|
39876
39876
|
"base" : ["Medication"],
|
|
39877
39877
|
"type" : "reference",
|
|
39878
|
-
"expression" : "(Medication.ingredient.item
|
|
39878
|
+
"expression" : "(Medication.ingredient.item.ofType(Reference))",
|
|
39879
39879
|
"xpath" : "f:Medication/f:ingredient/f:itemReference",
|
|
39880
39880
|
"xpathUsage" : "normal",
|
|
39881
39881
|
"target" : ["Medication",
|
|
@@ -39914,7 +39914,7 @@
|
|
|
39914
39914
|
"code" : "ingredient-code",
|
|
39915
39915
|
"base" : ["Medication"],
|
|
39916
39916
|
"type" : "token",
|
|
39917
|
-
"expression" : "(Medication.ingredient.item
|
|
39917
|
+
"expression" : "(Medication.ingredient.item.ofType(CodeableConcept))",
|
|
39918
39918
|
"xpath" : "f:Medication/f:ingredient/f:itemCodeableConcept",
|
|
39919
39919
|
"xpathUsage" : "normal"
|
|
39920
39920
|
}
|
|
@@ -40189,7 +40189,7 @@
|
|
|
40189
40189
|
"MedicationRequest",
|
|
40190
40190
|
"MedicationStatement"],
|
|
40191
40191
|
"type" : "reference",
|
|
40192
|
-
"expression" : "(MedicationAdministration.medication
|
|
40192
|
+
"expression" : "(MedicationAdministration.medication.ofType(Reference)) | (MedicationDispense.medication.ofType(Reference)) | (MedicationRequest.medication.ofType(Reference)) | (MedicationStatement.medication.ofType(Reference))",
|
|
40193
40193
|
"xpath" : "f:MedicationAdministration/f:medicationReference | f:MedicationDispense/f:medicationReference | f:MedicationRequest/f:medicationReference | f:MedicationStatement/f:medicationReference",
|
|
40194
40194
|
"xpathUsage" : "normal",
|
|
40195
40195
|
"target" : ["Medication"]
|
|
@@ -41012,7 +41012,7 @@
|
|
|
41012
41012
|
"code" : "ingredient",
|
|
41013
41013
|
"base" : ["MedicationKnowledge"],
|
|
41014
41014
|
"type" : "reference",
|
|
41015
|
-
"expression" : "(MedicationKnowledge.ingredient.item
|
|
41015
|
+
"expression" : "(MedicationKnowledge.ingredient.item.ofType(Reference))",
|
|
41016
41016
|
"xpath" : "f:MedicationKnowledge/f:ingredient/f:itemReference",
|
|
41017
41017
|
"xpathUsage" : "normal",
|
|
41018
41018
|
"target" : ["Substance"]
|
|
@@ -41050,7 +41050,7 @@
|
|
|
41050
41050
|
"code" : "ingredient-code",
|
|
41051
41051
|
"base" : ["MedicationKnowledge"],
|
|
41052
41052
|
"type" : "token",
|
|
41053
|
-
"expression" : "(MedicationKnowledge.ingredient.item
|
|
41053
|
+
"expression" : "(MedicationKnowledge.ingredient.item.ofType(CodeableConcept))",
|
|
41054
41054
|
"xpath" : "f:MedicationKnowledge/f:ingredient/f:itemCodeableConcept",
|
|
41055
41055
|
"xpathUsage" : "normal"
|
|
41056
41056
|
}
|
|
@@ -44876,7 +44876,7 @@
|
|
|
44876
44876
|
"code" : "combo-value-concept",
|
|
44877
44877
|
"base" : ["Observation"],
|
|
44878
44878
|
"type" : "token",
|
|
44879
|
-
"expression" : "(Observation.value
|
|
44879
|
+
"expression" : "(Observation.value.ofType(CodeableConcept)) | (Observation.component.value.ofType(CodeableConcept))",
|
|
44880
44880
|
"xpath" : "f:Observation/f:valueCodeableConcept | f:Observation/f:component/f:valueCodeableConcept",
|
|
44881
44881
|
"xpathUsage" : "normal"
|
|
44882
44882
|
}
|
|
@@ -44913,7 +44913,7 @@
|
|
|
44913
44913
|
"code" : "combo-value-quantity",
|
|
44914
44914
|
"base" : ["Observation"],
|
|
44915
44915
|
"type" : "quantity",
|
|
44916
|
-
"expression" : "(Observation.value
|
|
44916
|
+
"expression" : "(Observation.value.ofType(Quantity)) | (Observation.value.ofType(SampledData)) | (Observation.component.value.ofType(Quantity)) | (Observation.component.value.ofType(SampledData))",
|
|
44917
44917
|
"xpath" : "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod",
|
|
44918
44918
|
"xpathUsage" : "normal",
|
|
44919
44919
|
"comparator" : ["eq",
|
|
@@ -45033,7 +45033,7 @@
|
|
|
45033
45033
|
"code" : "component-value-concept",
|
|
45034
45034
|
"base" : ["Observation"],
|
|
45035
45035
|
"type" : "token",
|
|
45036
|
-
"expression" : "(Observation.component.value
|
|
45036
|
+
"expression" : "(Observation.component.value.ofType(CodeableConcept))",
|
|
45037
45037
|
"xpath" : "f:Observation/f:component/f:valueCodeableConcept",
|
|
45038
45038
|
"xpathUsage" : "normal"
|
|
45039
45039
|
}
|
|
@@ -45070,7 +45070,7 @@
|
|
|
45070
45070
|
"code" : "component-value-quantity",
|
|
45071
45071
|
"base" : ["Observation"],
|
|
45072
45072
|
"type" : "quantity",
|
|
45073
|
-
"expression" : "(Observation.component.value
|
|
45073
|
+
"expression" : "(Observation.component.value.ofType(Quantity)) | (Observation.component.value.ofType(SampledData))",
|
|
45074
45074
|
"xpath" : "f:Observation/f:component/f:valueQuantity | f:Observation/f:component/f:valueCodeableConcept | f:Observation/f:component/f:valueString | f:Observation/f:component/f:valueBoolean | f:Observation/f:component/f:valueInteger | f:Observation/f:component/f:valueRange | f:Observation/f:component/f:valueRatio | f:Observation/f:component/f:valueSampledData | f:Observation/f:component/f:valueTime | f:Observation/f:component/f:valueDateTime | f:Observation/f:component/f:valuePeriod",
|
|
45075
45075
|
"xpathUsage" : "normal",
|
|
45076
45076
|
"comparator" : ["eq",
|
|
@@ -45696,7 +45696,7 @@
|
|
|
45696
45696
|
"code" : "value-concept",
|
|
45697
45697
|
"base" : ["Observation"],
|
|
45698
45698
|
"type" : "token",
|
|
45699
|
-
"expression" : "(Observation.value
|
|
45699
|
+
"expression" : "(Observation.value.ofType(CodeableConcept))",
|
|
45700
45700
|
"xpath" : "f:Observation/f:valueCodeableConcept",
|
|
45701
45701
|
"xpathUsage" : "normal"
|
|
45702
45702
|
}
|
|
@@ -45733,7 +45733,7 @@
|
|
|
45733
45733
|
"code" : "value-date",
|
|
45734
45734
|
"base" : ["Observation"],
|
|
45735
45735
|
"type" : "date",
|
|
45736
|
-
"expression" : "(Observation.value
|
|
45736
|
+
"expression" : "(Observation.value.ofType(dateTime)) | (Observation.value.ofType(Period))",
|
|
45737
45737
|
"xpath" : "f:Observation/f:valueDateTime | f:Observation/f:valuePeriod",
|
|
45738
45738
|
"xpathUsage" : "normal",
|
|
45739
45739
|
"comparator" : ["eq",
|
|
@@ -45779,7 +45779,7 @@
|
|
|
45779
45779
|
"code" : "value-quantity",
|
|
45780
45780
|
"base" : ["Observation"],
|
|
45781
45781
|
"type" : "quantity",
|
|
45782
|
-
"expression" : "(Observation.value
|
|
45782
|
+
"expression" : "(Observation.value.ofType(Quantity)) | (Observation.value.ofType(SampledData))",
|
|
45783
45783
|
"xpath" : "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod",
|
|
45784
45784
|
"xpathUsage" : "normal",
|
|
45785
45785
|
"comparator" : ["eq",
|
|
@@ -45825,7 +45825,7 @@
|
|
|
45825
45825
|
"code" : "value-string",
|
|
45826
45826
|
"base" : ["Observation"],
|
|
45827
45827
|
"type" : "string",
|
|
45828
|
-
"expression" : "(Observation.value
|
|
45828
|
+
"expression" : "(Observation.value.ofType(string)) | (Observation.value.ofType(CodeableConcept)).text",
|
|
45829
45829
|
"xpath" : "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod",
|
|
45830
45830
|
"xpathUsage" : "normal"
|
|
45831
45831
|
}
|
|
@@ -45871,7 +45871,7 @@
|
|
|
45871
45871
|
},
|
|
45872
45872
|
{
|
|
45873
45873
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-concept",
|
|
45874
|
-
"expression" : "value.
|
|
45874
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
45875
45875
|
}]
|
|
45876
45876
|
}
|
|
45877
45877
|
},
|
|
@@ -45916,7 +45916,7 @@
|
|
|
45916
45916
|
},
|
|
45917
45917
|
{
|
|
45918
45918
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-date",
|
|
45919
|
-
"expression" : "value.
|
|
45919
|
+
"expression" : "value.ofType(DateTime) | value.ofType(Period)"
|
|
45920
45920
|
}]
|
|
45921
45921
|
}
|
|
45922
45922
|
},
|
|
@@ -45961,7 +45961,7 @@
|
|
|
45961
45961
|
},
|
|
45962
45962
|
{
|
|
45963
45963
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-quantity",
|
|
45964
|
-
"expression" : "value.
|
|
45964
|
+
"expression" : "value.ofType(Quantity)"
|
|
45965
45965
|
}]
|
|
45966
45966
|
}
|
|
45967
45967
|
},
|
|
@@ -46006,7 +46006,7 @@
|
|
|
46006
46006
|
},
|
|
46007
46007
|
{
|
|
46008
46008
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-string",
|
|
46009
|
-
"expression" : "value.
|
|
46009
|
+
"expression" : "value.ofType(string)"
|
|
46010
46010
|
}]
|
|
46011
46011
|
}
|
|
46012
46012
|
},
|
|
@@ -46051,7 +46051,7 @@
|
|
|
46051
46051
|
},
|
|
46052
46052
|
{
|
|
46053
46053
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept",
|
|
46054
|
-
"expression" : "value.
|
|
46054
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
46055
46055
|
}]
|
|
46056
46056
|
}
|
|
46057
46057
|
},
|
|
@@ -46096,7 +46096,7 @@
|
|
|
46096
46096
|
},
|
|
46097
46097
|
{
|
|
46098
46098
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity",
|
|
46099
|
-
"expression" : "value.
|
|
46099
|
+
"expression" : "value.ofType(Quantity)"
|
|
46100
46100
|
}]
|
|
46101
46101
|
}
|
|
46102
46102
|
},
|
|
@@ -46141,7 +46141,7 @@
|
|
|
46141
46141
|
},
|
|
46142
46142
|
{
|
|
46143
46143
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept",
|
|
46144
|
-
"expression" : "value.
|
|
46144
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
46145
46145
|
}]
|
|
46146
46146
|
}
|
|
46147
46147
|
},
|
|
@@ -46186,7 +46186,7 @@
|
|
|
46186
46186
|
},
|
|
46187
46187
|
{
|
|
46188
46188
|
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity",
|
|
46189
|
-
"expression" : "value.
|
|
46189
|
+
"expression" : "value.ofType(Quantity)"
|
|
46190
46190
|
}]
|
|
46191
46191
|
}
|
|
46192
46192
|
},
|
|
@@ -47862,7 +47862,7 @@
|
|
|
47862
47862
|
"code" : "death-date",
|
|
47863
47863
|
"base" : ["Patient"],
|
|
47864
47864
|
"type" : "date",
|
|
47865
|
-
"expression" : "(Patient.deceased
|
|
47865
|
+
"expression" : "(Patient.deceased.ofType(dateTime))",
|
|
47866
47866
|
"xpath" : "f:Patient/f:deceasedDateTime",
|
|
47867
47867
|
"xpathUsage" : "normal",
|
|
47868
47868
|
"comparator" : ["eq",
|
|
@@ -49772,7 +49772,7 @@
|
|
|
49772
49772
|
"code" : "context",
|
|
49773
49773
|
"base" : ["PlanDefinition"],
|
|
49774
49774
|
"type" : "token",
|
|
49775
|
-
"expression" : "(PlanDefinition.useContext.value
|
|
49775
|
+
"expression" : "(PlanDefinition.useContext.value.ofType(CodeableConcept))",
|
|
49776
49776
|
"xpath" : "f:PlanDefinition/f:useContext/f:valueCodeableConcept",
|
|
49777
49777
|
"xpathUsage" : "normal"
|
|
49778
49778
|
}
|
|
@@ -49809,7 +49809,7 @@
|
|
|
49809
49809
|
"code" : "context-quantity",
|
|
49810
49810
|
"base" : ["PlanDefinition"],
|
|
49811
49811
|
"type" : "quantity",
|
|
49812
|
-
"expression" : "(PlanDefinition.useContext.value
|
|
49812
|
+
"expression" : "(PlanDefinition.useContext.value.ofType(Quantity)) | (PlanDefinition.useContext.value.ofType(Range))",
|
|
49813
49813
|
"xpath" : "f:PlanDefinition/f:useContext/f:valueQuantity | f:PlanDefinition/f:useContext/f:valueRange",
|
|
49814
49814
|
"xpathUsage" : "normal",
|
|
49815
49815
|
"comparator" : ["eq",
|
|
@@ -51168,7 +51168,7 @@
|
|
|
51168
51168
|
},
|
|
51169
51169
|
{
|
|
51170
51170
|
"definition" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity",
|
|
51171
|
-
"expression" : "value.
|
|
51171
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
51172
51172
|
}]
|
|
51173
51173
|
}
|
|
51174
51174
|
},
|
|
@@ -51213,7 +51213,7 @@
|
|
|
51213
51213
|
},
|
|
51214
51214
|
{
|
|
51215
51215
|
"definition" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context",
|
|
51216
|
-
"expression" : "value.
|
|
51216
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
51217
51217
|
}]
|
|
51218
51218
|
}
|
|
51219
51219
|
},
|
|
@@ -52852,7 +52852,7 @@
|
|
|
52852
52852
|
"code" : "when",
|
|
52853
52853
|
"base" : ["Provenance"],
|
|
52854
52854
|
"type" : "date",
|
|
52855
|
-
"expression" : "(Provenance.occurred
|
|
52855
|
+
"expression" : "(Provenance.occurred.ofType(dateTime))",
|
|
52856
52856
|
"xpath" : "f:Provenance/f:occurredDateTime",
|
|
52857
52857
|
"xpathUsage" : "normal",
|
|
52858
52858
|
"comparator" : ["eq",
|
|
@@ -52935,7 +52935,7 @@
|
|
|
52935
52935
|
"code" : "context",
|
|
52936
52936
|
"base" : ["Questionnaire"],
|
|
52937
52937
|
"type" : "token",
|
|
52938
|
-
"expression" : "(Questionnaire.useContext.value
|
|
52938
|
+
"expression" : "(Questionnaire.useContext.value.ofType(CodeableConcept))",
|
|
52939
52939
|
"xpath" : "f:Questionnaire/f:useContext/f:valueCodeableConcept",
|
|
52940
52940
|
"xpathUsage" : "normal"
|
|
52941
52941
|
}
|
|
@@ -52972,7 +52972,7 @@
|
|
|
52972
52972
|
"code" : "context-quantity",
|
|
52973
52973
|
"base" : ["Questionnaire"],
|
|
52974
52974
|
"type" : "quantity",
|
|
52975
|
-
"expression" : "(Questionnaire.useContext.value
|
|
52975
|
+
"expression" : "(Questionnaire.useContext.value.ofType(Quantity)) | (Questionnaire.useContext.value.ofType(Range))",
|
|
52976
52976
|
"xpath" : "f:Questionnaire/f:useContext/f:valueQuantity | f:Questionnaire/f:useContext/f:valueRange",
|
|
52977
52977
|
"xpathUsage" : "normal",
|
|
52978
52978
|
"comparator" : ["eq",
|
|
@@ -53563,7 +53563,7 @@
|
|
|
53563
53563
|
},
|
|
53564
53564
|
{
|
|
53565
53565
|
"definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity",
|
|
53566
|
-
"expression" : "value.
|
|
53566
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
53567
53567
|
}]
|
|
53568
53568
|
}
|
|
53569
53569
|
},
|
|
@@ -53608,7 +53608,7 @@
|
|
|
53608
53608
|
},
|
|
53609
53609
|
{
|
|
53610
53610
|
"definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context",
|
|
53611
|
-
"expression" : "value.
|
|
53611
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
53612
53612
|
}]
|
|
53613
53613
|
}
|
|
53614
53614
|
},
|
|
@@ -55129,7 +55129,7 @@
|
|
|
55129
55129
|
"code" : "context",
|
|
55130
55130
|
"base" : ["ResearchDefinition"],
|
|
55131
55131
|
"type" : "token",
|
|
55132
|
-
"expression" : "(ResearchDefinition.useContext.value
|
|
55132
|
+
"expression" : "(ResearchDefinition.useContext.value.ofType(CodeableConcept))",
|
|
55133
55133
|
"xpath" : "f:ResearchDefinition/f:useContext/f:valueCodeableConcept",
|
|
55134
55134
|
"xpathUsage" : "normal"
|
|
55135
55135
|
}
|
|
@@ -55166,7 +55166,7 @@
|
|
|
55166
55166
|
"code" : "context-quantity",
|
|
55167
55167
|
"base" : ["ResearchDefinition"],
|
|
55168
55168
|
"type" : "quantity",
|
|
55169
|
-
"expression" : "(ResearchDefinition.useContext.value
|
|
55169
|
+
"expression" : "(ResearchDefinition.useContext.value.ofType(Quantity)) | (ResearchDefinition.useContext.value.ofType(Range))",
|
|
55170
55170
|
"xpath" : "f:ResearchDefinition/f:useContext/f:valueQuantity | f:ResearchDefinition/f:useContext/f:valueRange",
|
|
55171
55171
|
"xpathUsage" : "normal",
|
|
55172
55172
|
"comparator" : ["eq",
|
|
@@ -56448,7 +56448,7 @@
|
|
|
56448
56448
|
},
|
|
56449
56449
|
{
|
|
56450
56450
|
"definition" : "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-quantity",
|
|
56451
|
-
"expression" : "value.
|
|
56451
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
56452
56452
|
}]
|
|
56453
56453
|
}
|
|
56454
56454
|
},
|
|
@@ -56493,7 +56493,7 @@
|
|
|
56493
56493
|
},
|
|
56494
56494
|
{
|
|
56495
56495
|
"definition" : "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context",
|
|
56496
|
-
"expression" : "value.
|
|
56496
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
56497
56497
|
}]
|
|
56498
56498
|
}
|
|
56499
56499
|
},
|
|
@@ -56711,7 +56711,7 @@
|
|
|
56711
56711
|
"code" : "context",
|
|
56712
56712
|
"base" : ["ResearchElementDefinition"],
|
|
56713
56713
|
"type" : "token",
|
|
56714
|
-
"expression" : "(ResearchElementDefinition.useContext.value
|
|
56714
|
+
"expression" : "(ResearchElementDefinition.useContext.value.ofType(CodeableConcept))",
|
|
56715
56715
|
"xpath" : "f:ResearchElementDefinition/f:useContext/f:valueCodeableConcept",
|
|
56716
56716
|
"xpathUsage" : "normal"
|
|
56717
56717
|
}
|
|
@@ -56748,7 +56748,7 @@
|
|
|
56748
56748
|
"code" : "context-quantity",
|
|
56749
56749
|
"base" : ["ResearchElementDefinition"],
|
|
56750
56750
|
"type" : "quantity",
|
|
56751
|
-
"expression" : "(ResearchElementDefinition.useContext.value
|
|
56751
|
+
"expression" : "(ResearchElementDefinition.useContext.value.ofType(Quantity)) | (ResearchElementDefinition.useContext.value.ofType(Range))",
|
|
56752
56752
|
"xpath" : "f:ResearchElementDefinition/f:useContext/f:valueQuantity | f:ResearchElementDefinition/f:useContext/f:valueRange",
|
|
56753
56753
|
"xpathUsage" : "normal",
|
|
56754
56754
|
"comparator" : ["eq",
|
|
@@ -58030,7 +58030,7 @@
|
|
|
58030
58030
|
},
|
|
58031
58031
|
{
|
|
58032
58032
|
"definition" : "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-quantity",
|
|
58033
|
-
"expression" : "value.
|
|
58033
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
58034
58034
|
}]
|
|
58035
58035
|
}
|
|
58036
58036
|
},
|
|
@@ -58075,7 +58075,7 @@
|
|
|
58075
58075
|
},
|
|
58076
58076
|
{
|
|
58077
58077
|
"definition" : "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context",
|
|
58078
|
-
"expression" : "value.
|
|
58078
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
58079
58079
|
}]
|
|
58080
58080
|
}
|
|
58081
58081
|
},
|
|
@@ -59078,7 +59078,7 @@
|
|
|
59078
59078
|
"code" : "context",
|
|
59079
59079
|
"base" : ["RiskEvidenceSynthesis"],
|
|
59080
59080
|
"type" : "token",
|
|
59081
|
-
"expression" : "(RiskEvidenceSynthesis.useContext.value
|
|
59081
|
+
"expression" : "(RiskEvidenceSynthesis.useContext.value.ofType(CodeableConcept))",
|
|
59082
59082
|
"xpath" : "f:RiskEvidenceSynthesis/f:useContext/f:valueCodeableConcept",
|
|
59083
59083
|
"xpathUsage" : "normal"
|
|
59084
59084
|
}
|
|
@@ -59115,7 +59115,7 @@
|
|
|
59115
59115
|
"code" : "context-quantity",
|
|
59116
59116
|
"base" : ["RiskEvidenceSynthesis"],
|
|
59117
59117
|
"type" : "quantity",
|
|
59118
|
-
"expression" : "(RiskEvidenceSynthesis.useContext.value
|
|
59118
|
+
"expression" : "(RiskEvidenceSynthesis.useContext.value.ofType(Quantity)) | (RiskEvidenceSynthesis.useContext.value.ofType(Range))",
|
|
59119
59119
|
"xpath" : "f:RiskEvidenceSynthesis/f:useContext/f:valueQuantity | f:RiskEvidenceSynthesis/f:useContext/f:valueRange",
|
|
59120
59120
|
"xpathUsage" : "normal",
|
|
59121
59121
|
"comparator" : ["eq",
|
|
@@ -59632,7 +59632,7 @@
|
|
|
59632
59632
|
},
|
|
59633
59633
|
{
|
|
59634
59634
|
"definition" : "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-quantity",
|
|
59635
|
-
"expression" : "value.
|
|
59635
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
59636
59636
|
}]
|
|
59637
59637
|
}
|
|
59638
59638
|
},
|
|
@@ -59677,7 +59677,7 @@
|
|
|
59677
59677
|
},
|
|
59678
59678
|
{
|
|
59679
59679
|
"definition" : "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context",
|
|
59680
|
-
"expression" : "value.
|
|
59680
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
59681
59681
|
}]
|
|
59682
59682
|
}
|
|
59683
59683
|
},
|
|
@@ -62468,7 +62468,7 @@
|
|
|
62468
62468
|
"code" : "code",
|
|
62469
62469
|
"base" : ["Substance"],
|
|
62470
62470
|
"type" : "token",
|
|
62471
|
-
"expression" : "Substance.code | (Substance.ingredient.substance
|
|
62471
|
+
"expression" : "Substance.code | (Substance.ingredient.substance.ofType(CodeableConcept))",
|
|
62472
62472
|
"xpath" : "f:Substance/f:code | f:Substance/f:ingredient/f:substanceCodeableConcept",
|
|
62473
62473
|
"xpathUsage" : "normal"
|
|
62474
62474
|
}
|
|
@@ -62708,7 +62708,7 @@
|
|
|
62708
62708
|
"code" : "substance-reference",
|
|
62709
62709
|
"base" : ["Substance"],
|
|
62710
62710
|
"type" : "reference",
|
|
62711
|
-
"expression" : "(Substance.ingredient.substance
|
|
62711
|
+
"expression" : "(Substance.ingredient.substance.ofType(Reference))",
|
|
62712
62712
|
"xpath" : "f:Substance/f:ingredient/f:substanceReference",
|
|
62713
62713
|
"xpathUsage" : "normal",
|
|
62714
62714
|
"target" : ["Substance"]
|
|
@@ -64509,7 +64509,7 @@
|
|
|
64509
64509
|
"code" : "context",
|
|
64510
64510
|
"base" : ["TestScript"],
|
|
64511
64511
|
"type" : "token",
|
|
64512
|
-
"expression" : "(TestScript.useContext.value
|
|
64512
|
+
"expression" : "(TestScript.useContext.value.ofType(CodeableConcept))",
|
|
64513
64513
|
"xpath" : "f:TestScript/f:useContext/f:valueCodeableConcept",
|
|
64514
64514
|
"xpathUsage" : "normal"
|
|
64515
64515
|
}
|
|
@@ -64546,7 +64546,7 @@
|
|
|
64546
64546
|
"code" : "context-quantity",
|
|
64547
64547
|
"base" : ["TestScript"],
|
|
64548
64548
|
"type" : "quantity",
|
|
64549
|
-
"expression" : "(TestScript.useContext.value
|
|
64549
|
+
"expression" : "(TestScript.useContext.value.ofType(Quantity)) | (TestScript.useContext.value.ofType(Range))",
|
|
64550
64550
|
"xpath" : "f:TestScript/f:useContext/f:valueQuantity | f:TestScript/f:useContext/f:valueRange",
|
|
64551
64551
|
"xpathUsage" : "normal",
|
|
64552
64552
|
"comparator" : ["eq",
|
|
@@ -65054,7 +65054,7 @@
|
|
|
65054
65054
|
},
|
|
65055
65055
|
{
|
|
65056
65056
|
"definition" : "http://hl7.org/fhir/SearchParameter/TestScript-context-quantity",
|
|
65057
|
-
"expression" : "value.
|
|
65057
|
+
"expression" : "value.ofType(Quantity) | value.ofType(Range)"
|
|
65058
65058
|
}]
|
|
65059
65059
|
}
|
|
65060
65060
|
},
|
|
@@ -65099,7 +65099,7 @@
|
|
|
65099
65099
|
},
|
|
65100
65100
|
{
|
|
65101
65101
|
"definition" : "http://hl7.org/fhir/SearchParameter/TestScript-context",
|
|
65102
|
-
"expression" : "value.
|
|
65102
|
+
"expression" : "value.ofType(CodeableConcept)"
|
|
65103
65103
|
}]
|
|
65104
65104
|
}
|
|
65105
65105
|
},
|
|
@@ -129,6 +129,11 @@
|
|
|
129
129
|
"display": "AI",
|
|
130
130
|
"definition": "AI"
|
|
131
131
|
},
|
|
132
|
+
{
|
|
133
|
+
"code": "ai-realtime",
|
|
134
|
+
"display": "AI Realtime",
|
|
135
|
+
"definition": "Enable the OpenAI realtime transcription proxy at /ws/ai-realtime"
|
|
136
|
+
},
|
|
132
137
|
{
|
|
133
138
|
"code": "aws-comprehend",
|
|
134
139
|
"display": "AWS Comprehend",
|
|
@@ -164,6 +169,11 @@
|
|
|
164
169
|
"display": "GraphQL Introspection",
|
|
165
170
|
"definition": "GraphQL Introspection"
|
|
166
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"code": "scheduling",
|
|
174
|
+
"display": "Scheduling",
|
|
175
|
+
"definition": "Enable Medplum Scheduling features"
|
|
176
|
+
},
|
|
167
177
|
{
|
|
168
178
|
"code": "websocket-subscriptions",
|
|
169
179
|
"display": "WebSocket Subscriptions",
|
|
@@ -178,6 +188,16 @@
|
|
|
178
188
|
"code": "validate-terminology",
|
|
179
189
|
"display": "Validate Terminology Bindings",
|
|
180
190
|
"definition": "Validate that resource fields contain codes from the expected ValueSet"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"code": "range-search",
|
|
194
|
+
"display": "Range Search",
|
|
195
|
+
"definition": "Precision-aware range search for datetime and number values"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"code": "log-streaming",
|
|
199
|
+
"display": "Log Streaming",
|
|
200
|
+
"definition": "Real-time streaming of log data for monitoring and analysis"
|
|
181
201
|
}
|
|
182
202
|
]
|
|
183
203
|
}
|
|
@@ -369,6 +389,11 @@
|
|
|
369
389
|
"code": "password",
|
|
370
390
|
"display": "Password",
|
|
371
391
|
"definition": "Password"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"code": "pre-authorized",
|
|
395
|
+
"display": "Pre-authorized",
|
|
396
|
+
"definition": "Pre-authorized"
|
|
372
397
|
}
|
|
373
398
|
]
|
|
374
399
|
}
|