@medplum/definitions 5.1.8 → 5.1.10
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",
|
|
@@ -1889,6 +1889,23 @@
|
|
|
1889
1889
|
"type": "token",
|
|
1890
1890
|
"expression": "PackageInstallation.version"
|
|
1891
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
|
+
}
|
|
1892
1909
|
}
|
|
1893
1910
|
]
|
|
1894
1911
|
}
|