OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Search in Practitioner endpoint basing on Practitioner lastUpdated attribute - JSON Representation
Raw json | Download
{
"resourceType" : "SearchParameter",
"id" : "Practitioner-lastUpdated",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"Practitioner-lastUpdated\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SearchParameter "Practitioner-lastUpdated" </p></div><p><b>url</b>: <code>http://fhir.openmrs.org/fhir/SearchParameter/Practitioner-lastUpdated</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: PractitionerLastUpdatedSearchParameter</p><p><b>status</b>: active</p><p><b>date</b>: 2022-11-29 05:06:49+0000</p><p><b>contact</b>: OpenMRS, Inc.: <a href=\"https://openmrs.org\">https://openmrs.org</a></p><p><b>description</b>: Searches based on the Practitioner lastUpdated field for the Practitioner record eg) /ws/fhir2/{release}/Practitioner?_lastUpdated={date-range}</p><p><b>code</b>: _lastUpdated</p><p><b>base</b>: Practitioner</p><p><b>type</b>: date</p><p><b>target</b>: OMRSPractitioner</p></div>"
},
"url" : "http://fhir.openmrs.org/fhir/SearchParameter/Practitioner-lastUpdated",
"version" : "0.1.0",
"name" : "PractitionerLastUpdatedSearchParameter",
"status" : "active",
"date" : "2022-11-29T17:06:49+00:00",
"contact" : [
{
"name" : "OpenMRS, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "https://openmrs.org"
}
]
}
],
"description" : "Searches based on the Practitioner lastUpdated field for the Practitioner record eg) /ws/fhir2/{release}/Practitioner?_lastUpdated={date-range}",
"code" : "_lastUpdated",
"base" : [
"Practitioner"
],
"type" : "date",
"target" : [
"OMRSPractitioner"
]
}