@medplum/definitions 1.0.0 → 1.0.1
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.
|
@@ -346,14 +346,34 @@
|
|
|
346
346
|
"code" : "string"
|
|
347
347
|
}]
|
|
348
348
|
},
|
|
349
|
+
{
|
|
350
|
+
"id" : "ClientApplication.jwksUri",
|
|
351
|
+
"path" : "ClientApplication.jwksUri",
|
|
352
|
+
"definition" : "Optional JWKS URI for public key verification of JWTs issued by the authorization server (client_secret_jwt).",
|
|
353
|
+
"min" : 0,
|
|
354
|
+
"max" : "1",
|
|
355
|
+
"type" : [{
|
|
356
|
+
"code" : "uri"
|
|
357
|
+
}]
|
|
358
|
+
},
|
|
349
359
|
{
|
|
350
360
|
"id" : "ClientApplication.redirectUri",
|
|
351
361
|
"path" : "ClientApplication.redirectUri",
|
|
352
|
-
"definition" : "
|
|
362
|
+
"definition" : "Optional redirect URI used when redirecting a client back to the client application.",
|
|
353
363
|
"min" : 0,
|
|
354
364
|
"max" : "1",
|
|
355
365
|
"type" : [{
|
|
356
|
-
"code" : "
|
|
366
|
+
"code" : "uri"
|
|
367
|
+
}]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"id" : "ClientApplication.launchUri",
|
|
371
|
+
"path" : "ClientApplication.launchUri",
|
|
372
|
+
"definition" : "Optional launch URI for SMART EHR launch sequence.",
|
|
373
|
+
"min" : 0,
|
|
374
|
+
"max" : "1",
|
|
375
|
+
"type" : [{
|
|
376
|
+
"code" : "uri"
|
|
357
377
|
}]
|
|
358
378
|
}
|
|
359
379
|
]
|
|
@@ -993,6 +1013,17 @@
|
|
|
993
1013
|
"code" : "boolean"
|
|
994
1014
|
}]
|
|
995
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
"id" : "Login.launch",
|
|
1018
|
+
"path" : "Login.launch",
|
|
1019
|
+
"definition" : "Optional SMART App Launch context for this login.",
|
|
1020
|
+
"min" : 0,
|
|
1021
|
+
"max" : "1",
|
|
1022
|
+
"type" : [{
|
|
1023
|
+
"code" : "Reference",
|
|
1024
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/SmartAppLaunch"]
|
|
1025
|
+
}]
|
|
1026
|
+
},
|
|
996
1027
|
{
|
|
997
1028
|
"id" : "Login.remoteAddress",
|
|
998
1029
|
"path" : "Login.remoteAddress",
|
|
@@ -1743,5 +1774,346 @@
|
|
|
1743
1774
|
]
|
|
1744
1775
|
}
|
|
1745
1776
|
}
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/BulkDataExport",
|
|
1780
|
+
"resource" : {
|
|
1781
|
+
"resourceType" : "StructureDefinition",
|
|
1782
|
+
"id" : "BulkDataExport",
|
|
1783
|
+
"name" : "BulkDataExport",
|
|
1784
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/BulkDataExport",
|
|
1785
|
+
"status" : "active",
|
|
1786
|
+
"kind" : "resource",
|
|
1787
|
+
"abstract" : false,
|
|
1788
|
+
"type" : "BulkDataExport",
|
|
1789
|
+
"description" : "User specific configuration for the Medplum application.",
|
|
1790
|
+
"snapshot" : {
|
|
1791
|
+
"element" : [
|
|
1792
|
+
{
|
|
1793
|
+
"id" : "BulkDataExport",
|
|
1794
|
+
"path" : "BulkDataExport",
|
|
1795
|
+
"short" : "User specific configuration for the Medplum application.",
|
|
1796
|
+
"definition" : "User specific configuration for the Medplum application.",
|
|
1797
|
+
"min" : 0,
|
|
1798
|
+
"max" : "*"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"id" : "BulkDataExport.id",
|
|
1802
|
+
"path" : "BulkDataExport.id",
|
|
1803
|
+
"short" : "Logical id of this artifact",
|
|
1804
|
+
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
1805
|
+
"min" : 0,
|
|
1806
|
+
"max" : "1",
|
|
1807
|
+
"type" : [{
|
|
1808
|
+
"code" : "string"
|
|
1809
|
+
}]
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"id" : "BulkDataExport.meta",
|
|
1813
|
+
"path" : "BulkDataExport.meta",
|
|
1814
|
+
"definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
|
|
1815
|
+
"min" : 0,
|
|
1816
|
+
"max" : "1",
|
|
1817
|
+
"type" : [{
|
|
1818
|
+
"code" : "Meta"
|
|
1819
|
+
}]
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"id" : "BulkDataExport.implicitRules",
|
|
1823
|
+
"path" : "BulkDataExport.implicitRules",
|
|
1824
|
+
"definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
|
|
1825
|
+
"min" : 0,
|
|
1826
|
+
"max" : "1",
|
|
1827
|
+
"type" : [{
|
|
1828
|
+
"code" : "uri"
|
|
1829
|
+
}]
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"id" : "BulkDataExport.language",
|
|
1833
|
+
"path" : "BulkDataExport.language",
|
|
1834
|
+
"definition" : "The base language in which the resource is written.",
|
|
1835
|
+
"min" : 0,
|
|
1836
|
+
"max" : "1",
|
|
1837
|
+
"type" : [{
|
|
1838
|
+
"code" : "code"
|
|
1839
|
+
}]
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"id" : "BulkDataExport.status",
|
|
1843
|
+
"path" : "BulkDataExport.status",
|
|
1844
|
+
"short" : "active | error | completed",
|
|
1845
|
+
"definition" : "The status of the request.",
|
|
1846
|
+
"min" : 1,
|
|
1847
|
+
"max" : "1",
|
|
1848
|
+
"base" : {
|
|
1849
|
+
"path" : "ServiceRequest.status",
|
|
1850
|
+
"min" : 1,
|
|
1851
|
+
"max" : "1"
|
|
1852
|
+
},
|
|
1853
|
+
"type" : [{
|
|
1854
|
+
"code" : "code"
|
|
1855
|
+
}]
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"id" : "BulkDataExport.requestTime",
|
|
1859
|
+
"path" : "BulkDataExport.requestTime",
|
|
1860
|
+
"definition" : "Indicates the server's time when the query is requested.",
|
|
1861
|
+
"min" : 1,
|
|
1862
|
+
"max" : "1",
|
|
1863
|
+
"type" : [{
|
|
1864
|
+
"code" : "instant"
|
|
1865
|
+
}]
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"id" : "BulkDataExport.transactionTime",
|
|
1869
|
+
"path" : "BulkDataExport.transactionTime",
|
|
1870
|
+
"definition" : "Indicates the server's time when the query is run. The response SHOULD NOT include any resources modified after this instant, and SHALL include any matching resources modified up to and including this instant.",
|
|
1871
|
+
"min" : 0,
|
|
1872
|
+
"max" : "1",
|
|
1873
|
+
"type" : [{
|
|
1874
|
+
"code" : "instant"
|
|
1875
|
+
}]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"id" : "BulkDataExport.request",
|
|
1879
|
+
"path" : "BulkDataExport.request",
|
|
1880
|
+
"definition" : "The full URL of the original Bulk Data kick-off request. In the case of a POST request, this URL will not include the request parameters.",
|
|
1881
|
+
"min" : 1,
|
|
1882
|
+
"max" : "1",
|
|
1883
|
+
"type" : [{
|
|
1884
|
+
"code" : "uri"
|
|
1885
|
+
}]
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"id" : "BulkDataExport.requiresAccessToken",
|
|
1889
|
+
"path" : "BulkDataExport.requiresAccessToken",
|
|
1890
|
+
"definition" : "Indicates whether downloading the generated files requires the same authorization mechanism as the $export operation itself.",
|
|
1891
|
+
"min" : 0,
|
|
1892
|
+
"max" : "1",
|
|
1893
|
+
"type" : [{
|
|
1894
|
+
"code" : "boolean"
|
|
1895
|
+
}]
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"id" : "BulkDataExport.output",
|
|
1899
|
+
"path" : "BulkDataExport.output",
|
|
1900
|
+
"definition" : "An array of file items with one entry for each generated file. If no resources are returned from the kick-off request, the server SHOULD return an empty array.",
|
|
1901
|
+
"min" : 0,
|
|
1902
|
+
"max" : "*",
|
|
1903
|
+
"type" : [{
|
|
1904
|
+
"code" : "BackboneElement"
|
|
1905
|
+
}]
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"id" : "BulkDataExport.output.type",
|
|
1909
|
+
"path" : "BulkDataExport.output.type",
|
|
1910
|
+
"definition" : "The FHIR resource type that is contained in the file.",
|
|
1911
|
+
"min" : 1,
|
|
1912
|
+
"max" : "1",
|
|
1913
|
+
"type" : [{
|
|
1914
|
+
"code" : "code"
|
|
1915
|
+
}],
|
|
1916
|
+
"binding" : {
|
|
1917
|
+
"extension" : [{
|
|
1918
|
+
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
|
1919
|
+
"valueString" : "ResourceType"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
|
|
1923
|
+
"valueBoolean" : true
|
|
1924
|
+
}],
|
|
1925
|
+
"strength" : "required",
|
|
1926
|
+
"description" : "One of the resource types defined as part of this version of FHIR.",
|
|
1927
|
+
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-types|4.0.1"
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"id" : "BulkDataExport.output.url",
|
|
1932
|
+
"path" : "BulkDataExport.output.url",
|
|
1933
|
+
"definition" : "The absolute path to the file. The format of the file SHOULD reflect that requested in the _outputFormat parameter of the initial kick-off request.",
|
|
1934
|
+
"min" : 1,
|
|
1935
|
+
"max" : "1",
|
|
1936
|
+
"type" : [{
|
|
1937
|
+
"code" : "uri"
|
|
1938
|
+
}]
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"id" : "BulkDataExport.deleted",
|
|
1942
|
+
"path" : "BulkDataExport.deleted",
|
|
1943
|
+
"definition" : "An array of deleted file items following the same structure as the output array.",
|
|
1944
|
+
"min" : 0,
|
|
1945
|
+
"max" : "*",
|
|
1946
|
+
"type" : [{
|
|
1947
|
+
"code" : "BackboneElement"
|
|
1948
|
+
}]
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"id" : "BulkDataExport.deleted.type",
|
|
1952
|
+
"path" : "BulkDataExport.deleted.type",
|
|
1953
|
+
"definition" : "The FHIR resource type that is contained in the file.",
|
|
1954
|
+
"min" : 1,
|
|
1955
|
+
"max" : "1",
|
|
1956
|
+
"type" : [{
|
|
1957
|
+
"code" : "code"
|
|
1958
|
+
}],
|
|
1959
|
+
"binding" : {
|
|
1960
|
+
"extension" : [{
|
|
1961
|
+
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
|
1962
|
+
"valueString" : "ResourceType"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
|
|
1966
|
+
"valueBoolean" : true
|
|
1967
|
+
}],
|
|
1968
|
+
"strength" : "required",
|
|
1969
|
+
"description" : "One of the resource types defined as part of this version of FHIR.",
|
|
1970
|
+
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-types|4.0.1"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"id" : "BulkDataExport.deleted.url",
|
|
1975
|
+
"path" : "BulkDataExport.deleted.url",
|
|
1976
|
+
"definition" : "The absolute path to the file. The format of the file SHOULD reflect that requested in the _outputFormat parameter of the initial kick-off request.",
|
|
1977
|
+
"min" : 1,
|
|
1978
|
+
"max" : "1",
|
|
1979
|
+
"type" : [{
|
|
1980
|
+
"code" : "uri"
|
|
1981
|
+
}]
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"id" : "BulkDataExport.error",
|
|
1985
|
+
"path" : "BulkDataExport.error",
|
|
1986
|
+
"definition" : "Array of message file items following the same structure as the output array.",
|
|
1987
|
+
"min" : 0,
|
|
1988
|
+
"max" : "*",
|
|
1989
|
+
"type" : [{
|
|
1990
|
+
"code" : "BackboneElement"
|
|
1991
|
+
}]
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"id" : "BulkDataExport.error.type",
|
|
1995
|
+
"path" : "BulkDataExport.error.type",
|
|
1996
|
+
"definition" : "The FHIR resource type that is contained in the file.",
|
|
1997
|
+
"min" : 1,
|
|
1998
|
+
"max" : "1",
|
|
1999
|
+
"type" : [{
|
|
2000
|
+
"code" : "code"
|
|
2001
|
+
}],
|
|
2002
|
+
"binding" : {
|
|
2003
|
+
"extension" : [{
|
|
2004
|
+
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
|
2005
|
+
"valueString" : "ResourceType"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
|
|
2009
|
+
"valueBoolean" : true
|
|
2010
|
+
}],
|
|
2011
|
+
"strength" : "required",
|
|
2012
|
+
"description" : "One of the resource types defined as part of this version of FHIR.",
|
|
2013
|
+
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-types|4.0.1"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"id" : "BulkDataExport.error.url",
|
|
2018
|
+
"path" : "BulkDataExport.error.url",
|
|
2019
|
+
"definition" : "The absolute path to the file. The format of the file SHOULD reflect that requested in the _outputFormat parameter of the initial kick-off request.",
|
|
2020
|
+
"min" : 1,
|
|
2021
|
+
"max" : "1",
|
|
2022
|
+
"type" : [{
|
|
2023
|
+
"code" : "uri"
|
|
2024
|
+
}]
|
|
2025
|
+
}
|
|
2026
|
+
]
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/SmartAppLaunch",
|
|
2032
|
+
"resource" : {
|
|
2033
|
+
"resourceType" : "StructureDefinition",
|
|
2034
|
+
"id" : "SmartAppLaunch",
|
|
2035
|
+
"name" : "SmartAppLaunch",
|
|
2036
|
+
"url" : "https://medplum.com/fhir/StructureDefinition/SmartAppLaunch",
|
|
2037
|
+
"status" : "active",
|
|
2038
|
+
"kind" : "resource",
|
|
2039
|
+
"abstract" : false,
|
|
2040
|
+
"type" : "SmartAppLaunch",
|
|
2041
|
+
"description" : "User specific configuration for the Medplum application.",
|
|
2042
|
+
"snapshot" : {
|
|
2043
|
+
"element" : [
|
|
2044
|
+
{
|
|
2045
|
+
"id" : "SmartAppLaunch",
|
|
2046
|
+
"path" : "SmartAppLaunch",
|
|
2047
|
+
"short" : "User specific configuration for the Medplum application.",
|
|
2048
|
+
"definition" : "User specific configuration for the Medplum application.",
|
|
2049
|
+
"min" : 0,
|
|
2050
|
+
"max" : "*"
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"id" : "SmartAppLaunch.id",
|
|
2054
|
+
"path" : "SmartAppLaunch.id",
|
|
2055
|
+
"short" : "Logical id of this artifact",
|
|
2056
|
+
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
2057
|
+
"min" : 0,
|
|
2058
|
+
"max" : "1",
|
|
2059
|
+
"type" : [{
|
|
2060
|
+
"code" : "string"
|
|
2061
|
+
}]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"id" : "SmartAppLaunch.meta",
|
|
2065
|
+
"path" : "SmartAppLaunch.meta",
|
|
2066
|
+
"definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
|
|
2067
|
+
"min" : 0,
|
|
2068
|
+
"max" : "1",
|
|
2069
|
+
"type" : [{
|
|
2070
|
+
"code" : "Meta"
|
|
2071
|
+
}]
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"id" : "SmartAppLaunch.implicitRules",
|
|
2075
|
+
"path" : "SmartAppLaunch.implicitRules",
|
|
2076
|
+
"definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
|
|
2077
|
+
"min" : 0,
|
|
2078
|
+
"max" : "1",
|
|
2079
|
+
"type" : [{
|
|
2080
|
+
"code" : "uri"
|
|
2081
|
+
}]
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"id" : "SmartAppLaunch.language",
|
|
2085
|
+
"path" : "SmartAppLaunch.language",
|
|
2086
|
+
"definition" : "The base language in which the resource is written.",
|
|
2087
|
+
"min" : 0,
|
|
2088
|
+
"max" : "1",
|
|
2089
|
+
"type" : [{
|
|
2090
|
+
"code" : "code"
|
|
2091
|
+
}]
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"id" : "SmartAppLaunch.patient",
|
|
2095
|
+
"path" : "SmartAppLaunch.patient",
|
|
2096
|
+
"definition" : "Optional patient indicating that the app was launched in the patient context.",
|
|
2097
|
+
"min" : 0,
|
|
2098
|
+
"max" : "1",
|
|
2099
|
+
"type" : [{
|
|
2100
|
+
"code" : "Reference",
|
|
2101
|
+
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Patient"]
|
|
2102
|
+
}]
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"id" : "SmartAppLaunch.encounter",
|
|
2106
|
+
"path" : "SmartAppLaunch.encounter",
|
|
2107
|
+
"definition" : "Optional encounter indicating that the app was launched in the encounter context.",
|
|
2108
|
+
"min" : 0,
|
|
2109
|
+
"max" : "1",
|
|
2110
|
+
"type" : [{
|
|
2111
|
+
"code" : "Reference",
|
|
2112
|
+
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Encounter"]
|
|
2113
|
+
}]
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
}
|
|
2117
|
+
}
|
|
1746
2118
|
}]
|
|
1747
2119
|
}
|
|
@@ -65787,5 +65787,63 @@
|
|
|
65787
65787
|
"xpath" : "f:AccessPolicy/f:name",
|
|
65788
65788
|
"xpathUsage" : "normal"
|
|
65789
65789
|
}
|
|
65790
|
+
},
|
|
65791
|
+
{
|
|
65792
|
+
"fullUrl" : "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
|
|
65793
|
+
"resource" : {
|
|
65794
|
+
"resourceType" : "SearchParameter",
|
|
65795
|
+
"id" : "BulkDataExport-status",
|
|
65796
|
+
"url" : "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
|
|
65797
|
+
"version" : "4.0.1",
|
|
65798
|
+
"name" : "name",
|
|
65799
|
+
"status" : "draft",
|
|
65800
|
+
"publisher" : "Medplum",
|
|
65801
|
+
"description" : "The name of the access policy",
|
|
65802
|
+
"code" : "status",
|
|
65803
|
+
"base" : ["BulkDataExport"],
|
|
65804
|
+
"type" : "token",
|
|
65805
|
+
"expression" : "BulkDataExport.status",
|
|
65806
|
+
"xpath" : "f:BulkDataExport/f:status",
|
|
65807
|
+
"xpathUsage" : "normal"
|
|
65808
|
+
}
|
|
65809
|
+
},
|
|
65810
|
+
{
|
|
65811
|
+
"fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code",
|
|
65812
|
+
"resource" : {
|
|
65813
|
+
"resourceType" : "SearchParameter",
|
|
65814
|
+
"id" : "OperationDefinition-code",
|
|
65815
|
+
"url" : "https://medplum.com/fhir/SearchParameter/ObservationDefinition-code",
|
|
65816
|
+
"version" : "4.0.1",
|
|
65817
|
+
"name" : "code",
|
|
65818
|
+
"status" : "draft",
|
|
65819
|
+
"publisher" : "Medplum",
|
|
65820
|
+
"description" : "The code of the observation definition.",
|
|
65821
|
+
"code" : "code",
|
|
65822
|
+
"base" : ["ObservationDefinition"],
|
|
65823
|
+
"type" : "token",
|
|
65824
|
+
"expression" : "ObservationDefinition.code",
|
|
65825
|
+
"xpath" : "f:ObservationDefinition/f:code",
|
|
65826
|
+
"xpathUsage" : "normal"
|
|
65827
|
+
}
|
|
65828
|
+
},
|
|
65829
|
+
{
|
|
65830
|
+
"fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-publisher",
|
|
65831
|
+
"resource" : {
|
|
65832
|
+
"resourceType" : "SearchParameter",
|
|
65833
|
+
"id" : "OperationDefinition-publisher",
|
|
65834
|
+
"url" : "https://medplum.com/fhir/SearchParameter/ObservationDefinition-publisher",
|
|
65835
|
+
"version" : "4.0.1",
|
|
65836
|
+
"name" : "publisher",
|
|
65837
|
+
"status" : "draft",
|
|
65838
|
+
"publisher" : "Medplum",
|
|
65839
|
+
"description" : "The publisher of the observation definition.",
|
|
65840
|
+
"code" : "publisher",
|
|
65841
|
+
"base" : ["ObservationDefinition"],
|
|
65842
|
+
"type" : "reference",
|
|
65843
|
+
"expression" : "ObservationDefinition.publisher",
|
|
65844
|
+
"xpath" : "f:ObservationDefinition/f:publisher",
|
|
65845
|
+
"xpathUsage" : "normal",
|
|
65846
|
+
"target" : ["Practitioner", "PractitionerRole", "Organization"]
|
|
65847
|
+
}
|
|
65790
65848
|
}]
|
|
65791
65849
|
}
|